mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 04:09:16 +02:00
* TDF_NO_SET_FOREGROUND and TDF_SIZE_TO_CONTENT added, fixes #40338
This commit is contained in:
parent
8c2ecbaba3
commit
d34d8a0686
@ -9930,6 +9930,9 @@ const
|
||||
TDF_RTL_LAYOUT = $2000;
|
||||
TDF_NO_DEFAULT_RADIO_BUTTON = $4000;
|
||||
TDF_CAN_BE_MINIMIZED = $8000;
|
||||
TDF_NO_SET_FOREGROUND = $00010000;
|
||||
TDF_SIZE_TO_CONTENT = $01000000;
|
||||
|
||||
|
||||
type
|
||||
TASKDIALOG_FLAGS = Integer; // Note: _TASKDIALOG_FLAGS is an int
|
||||
|
Loading…
Reference in New Issue
Block a user