Explorar o código

* TDF_NO_SET_FOREGROUND and TDF_SIZE_TO_CONTENT added, fixes #40338

marcoonthegit %!s(int64=2) %!d(string=hai) anos
pai
achega
c79542cf76
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      packages/winunits-base/src/commctrl.pp

+ 3 - 0
packages/winunits-base/src/commctrl.pp

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