summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:32:17 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:32:17 +0000
commite203bbdf6dd950f2aac7b9147c3e5b0b02679b85 (patch)
tree9d5a4d6f98c4d5f668e397b512b44a102bb86806 /vcl/inc
parent900737e5966c7e5062924e81ec94d5f906e26055 (diff)
INTEGRATION: CWS aquavclcarbonfixes (1.4.22); FILE MERGED
2007/08/29 12:59:46 hdu 1.4.22.2: #i77549# extend native scrollbar NWF by adding PART_TRACK_*_AREA controls 2007/08/20 22:02:27 ericb 1.4.22.1: #i80842# add CTRL_INTROPROGRESS
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/salnativewidgets.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/vcl/inc/vcl/salnativewidgets.hxx b/vcl/inc/vcl/salnativewidgets.hxx
index bc14069cd32c..e714bcf3e600 100644
--- a/vcl/inc/vcl/salnativewidgets.hxx
+++ b/vcl/inc/vcl/salnativewidgets.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: salnativewidgets.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2007-08-03 14:04:48 $
+ * last change: $Author: ihi $ $Date: 2007-09-13 16:32:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -135,6 +135,12 @@ typedef sal_uInt32 ControlType;
// The statusbar
#define CTRL_STATUSBAR 130
#define CTRL_PROGRESS 131
+// Progress bar for the intro window
+// (aka splash screen), in case some
+// wants native progress bar in the
+// application but not for the splash
+// screen (used in desktop/)
+#define CTRL_INTROPROGRESS 132
// tool tips
#define CTRL_TOOLTIP 140
@@ -165,6 +171,8 @@ typedef sal_uInt32 ControlPart;
#define PART_TRACK_VERT_UPPER 201
#define PART_TRACK_HORZ_RIGHT 202
#define PART_TRACK_VERT_LOWER 203
+#define PART_TRACK_HORZ_AREA 204
+#define PART_TRACK_VERT_AREA 205
#define PART_THUMB_HORZ 210 // Also used as toolbar grip
#define PART_THUMB_VERT 211 // Also used as toolbar grip
#define PART_MENU_ITEM 250