mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +02:00
+ new ODS_* constants
git-svn-id: trunk@3401 -
This commit is contained in:
parent
b98c2b4617
commit
ae688f2656
@ -3480,13 +3480,18 @@ Const
|
||||
ODA_DRAWENTIRE = 1;
|
||||
ODA_FOCUS = 4;
|
||||
ODA_SELECT = 2;
|
||||
ODS_CHECKED = 8;
|
||||
ODS_COMBOBOXEDIT = 4096;
|
||||
ODS_DEFAULT = 32;
|
||||
ODS_DISABLED = 4;
|
||||
ODS_FOCUS = 16;
|
||||
ODS_GRAYED = 2;
|
||||
ODS_SELECTED = 1;
|
||||
ODS_GRAYED = 2;
|
||||
ODS_DISABLED = 4;
|
||||
ODS_CHECKED = 8;
|
||||
ODS_FOCUS = 16;
|
||||
ODS_DEFAULT = 32;
|
||||
ODS_HOTLIGHT = $0040;
|
||||
ODS_INACTIVE = $0080;
|
||||
ODS_NOACCEL = $0100;
|
||||
ODS_NOFOCUSRECT = $0200;
|
||||
ODS_COMBOBOXEDIT = $1000;
|
||||
|
||||
{ Common control window classes }
|
||||
ANIMATE_CLASSW = 'SysAnimate32';
|
||||
HOTKEY_CLASSW = 'msctls_hotkey32';
|
||||
|
Loading…
Reference in New Issue
Block a user