X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08c1613f889a3239c6392b4828c07dd4a00bac22..4017f5ca49e153e04ffd1c49bc93afd31c1cdf87:/interface/wx/propgrid/propgrid.h diff --git a/interface/wx/propgrid/propgrid.h b/interface/wx/propgrid/propgrid.h index 622be65cf4..665674620b 100644 --- a/interface/wx/propgrid/propgrid.h +++ b/interface/wx/propgrid/propgrid.h @@ -89,7 +89,11 @@ wxPG_TOOLBAR = 0x00001000, wxPropertyGridManager only: Show adjustable text box showing description or help text, if available, for currently selected property. */ -wxPG_DESCRIPTION = 0x00002000 +wxPG_DESCRIPTION = 0x00002000, + +/** wxPropertyGridManager only: don't show an internal border around the property grid +*/ +wxPG_NO_INTERNAL_BORDER = 0x00004000 }; @@ -178,7 +182,15 @@ wxPG_EX_MULTIPLE_SELECTION = 0x02000000, wxPropertyGrid's top-level parent window on its own, then you are recommended to enable this style. */ -wxPG_EX_ENABLE_TLP_TRACKING = 0x04000000 +wxPG_EX_ENABLE_TLP_TRACKING = 0x04000000, + +/** Don't show divider above toolbar, on Windows. +*/ +wxPG_EX_NO_TOOLBAR_DIVIDER = 0x04000000, + +/** Show a separator below the toolbar. +*/ +wxPG_EX_TOOLBAR_SEPARATOR = 0x08000000 }; @@ -751,9 +763,12 @@ public: /** Makes given column editable by user. + @param editable + Using @false here will disable column from being editable. + @see BeginLabelEdit(), EndLabelEdit() */ - void MakeColumnEditable( unsigned int column ); + void MakeColumnEditable( unsigned int column, bool editable = true ); /** It is recommended that you call this function any time your code causes