wxWidgets/samples/propgrid
Artur Wieczorek b06a9d227f Replace wxPG_FILE_DIALOG_TITLE and wxPG_DIR_DIALOG_MESSAGE attributes with wxPG_DIALOG_TITLE
Current wxPG_FILE_DIALOG_TITLE and wxPG_DIR_DIALOG_MESSAGE attributes can be used to customize editor dialog titles only for wxFileProperty and wxDirProperty, respectively. New wxPG_DIALOG_TITLE property is applicable to all properties derived from wxEditorDialogProperty so not only editor dialog titles for wxFileProperty and wxDirProperty can be set but also for wxFontProperty, wxLongStringProperty, etc.
wxPG_FILE_DIALOG_TITLE and wxPG_DIR_DIALOG_MESSAGE attributes are marked obsolete.
2019-08-04 20:20:19 +02:00
..
descrip.mms Include compile support for propgrid & ribbon on OpenVMS 2009-09-22 14:13:55 +00:00
makefile.bcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.gcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
propgrid_minimal.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
propgrid_vc7.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid_vc8.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid_vc9.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
propgrid.cpp Replace wxPG_FILE_DIALOG_TITLE and wxPG_DIR_DIALOG_MESSAGE attributes with wxPG_DIALOG_TITLE 2019-08-04 20:20:19 +02:00
propgrid.h Preserve header and label editing mode while recreating the grid 2019-04-27 22:10:47 +02:00
sampleprops.cpp Declare WXVARIANT template specialization to assign wxFontData to wxVariant 2019-07-14 21:35:31 +02:00
sampleprops.h Make wxArrayDoubleProperty a parent of wxEditorDialogProperty 2019-07-14 21:32:41 +02:00
tests.cpp Resolve some extra semicolon warnings 2019-07-21 17:15:02 +02:00