Re: [Plib-devel] SVN Conversion
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2006-10-16 16:46:05
|
* Fay John F Dr CTR USAF AFSEO/SK -- Monday 16 October 2006 18:41: > I also removed the "puFilePicker" widget from PUI as it was deprecated in > favor of the "puFileSelector" which has now been removed as well. Good occasion to also fix the widget ids: :-) --- puAux.h (revision 2089) +++ puAux.h (working copy) @@ -38,11 +38,11 @@ #define PUCLASS_SELECTBOX 0x01000000 #define PUCLASS_SPINBOX 0x02000000 #define PUCLASS_SCROLLBAR 0x04000000 -#define PUCLASS_BISLIDERWITHENDS 0x02000000 -#define PUCLASS_SLIDERWITHINPUT 0x04000000 -#define PUCLASS_COMPASS 0x08000000 -#define PUCLASS_CHOOSER 0x10000000 -#define PUCLASS_LIST 0x20000000 +#define PUCLASS_BISLIDERWITHENDS 0x08000000 +#define PUCLASS_SLIDERWITHINPUT 0x10000000 +#define PUCLASS_COMPASS 0x20000000 +#define PUCLASS_CHOOSER 0x40000000 +#define PUCLASS_LIST 0x80000000 // Widget Declarations m. |