* TDF_NO_SET_FOREGROUND and TDF_SIZE_TO_CONTENT added, fixes #40338

This commit is contained in:
marcoonthegit 2023-07-07 11:41:30 +02:00 committed by Pierre Muller
parent 8c2ecbaba3
commit d34d8a0686

View File

@ -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