| ▼CwxCommandEvent | |
| CwxPropertyGridEvent | A propertygrid event holds information about events associated with wxPropertyGrid objects |
| ▼CwxDialog | |
| ▼CwxArrayEditorDialog | |
| CwxPGArrayStringEditorDialog | |
| ▼CwxEvtHandler | |
| CwxPropertyGridPage | Holder of property grid page information |
| ▼CwxObject | |
| CwxColourPropertyValue | Because text, background and other colours tend to differ between platforms, wxSystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one |
| ▼CwxPGEditor | Base for property editor classes |
| CwxPGCheckBoxEditor | |
| ▼CwxPGChoiceEditor | |
| CwxPGChoiceAndButtonEditor | |
| CwxPGComboBoxEditor | |
| ▼CwxPGTextCtrlEditor | |
| CwxPGTextCtrlAndButtonEditor | |
| ▼CwxPGEditorDialogAdapter | Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed |
| CwxPGFileDialogAdapter | |
| CwxPGLongStringDialogAdapter | |
| ▼CwxPGProperty | WxPGProperty is base class for all wxPropertyGrid properties |
| CwxArrayStringProperty | Property that manages a list of strings |
| ▼CwxBaseEnumProperty | Derive dynamic custom properties with choices from this class |
| ▼CwxEnumProperty | You can derive custom properties with choices from this class |
| CwxCursorProperty | Property representing wxCursor |
| CwxEditEnumProperty | WxEnumProperty with wxString value and writable combo box editor |
| CwxSystemColourProperty | Has dropdown list of wxWidgets system colours |
| CwxBoolProperty | Basic property with boolean value |
| CwxCustomProperty | This is a somewhat inefficient but versatile property class |
| CwxDateProperty | Property representing wxDateTime |
| ▼CwxFileProperty | Like wxLongStringProperty, but the button triggers file selector instead |
| CwxImageFileProperty | Property representing image file(name) |
| CwxFlagsProperty | Represents a bit set that fits in a long integer |
| CwxFloatProperty | Basic property with double-precision floating point value |
| CwxFontProperty | Property representing wxFont |
| CwxIntProperty | Basic property with integer value |
| ▼CwxLongStringProperty | Like wxStringProperty, but has a button that triggers a small text editor dialog |
| CwxDirProperty | Like wxLongStringProperty, but the button triggers dir selector instead |
| CwxMultiChoiceProperty | Property that manages a value resulting from wxMultiChoiceDialog |
| CwxPGRootProperty | Root parent property |
| CwxPropertyCategory | Category (caption) property |
| CwxStringProperty | Basic property with string value |
| CwxUIntProperty | Basic property with unsigned integer value |
| ▼CwxPanel | |
| CwxPropertyGridManager | WxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, and help text box |
| ▼CwxPG_PROPCLASSwxSystemColourProperty | |
| CwxColourProperty | |
| CwxPGAttributeStorage | WxPGAttributeStorage is somewhat optimized storage for key=variant pairs (ie |
| ▼CwxPGCell | Base class for simple wxPropertyGrid cell information |
| CwxPGChoiceEntry | Attributes of a single wxPGChoices choice |
| ▼CwxPGCellRenderer | Base class for wxPropertyGrid cell renderers |
| CwxPGDefaultRenderer | Default cell renderer, that can handles the common scenarios |
| CwxPGChoiceInfo | |
| CwxPGChoices | Helper class for managing choices for properties |
| CwxPGChoicesData | |
| CwxPGCommonValue | WxPropertyGrid stores information about common values in these records |
| CwxPGGlobalVarsClass | |
| CwxPGInDialogValidator | Creates and manages a temporary wxTextCtrl for validation purposes |
| CwxPGPaintData | Contains information relayed to property's OnCustomPaint |
| CwxPGPropArgCls | Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name |
| CwxPGStringTokenizer | |
| CwxPGValidationInfo | Used to convey validation information to and from functions that actually perform validation |
| CwxPGVIterator | Abstract implementation of a simple iterator |
| CwxPGVIteratorBase | Base class to derive new viterators |
| CwxPGWindowList | |
| CwxPropertyGridHitTestResult | WxPropertyGridHitTestResult, a return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid |
| ▼CwxPropertyGridInterface | In order to have most same base methods, both wxPropertyGrid and wxPropertyGridManager must derive from this |
| CwxPropertyGrid | WxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours |
| CwxPropertyGridManager | WxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, and help text box |
| CwxPropertyGridPage | Holder of property grid page information |
| ▼CwxPropertyGridIteratorBase | Base for wxPropertyGridIterator classes |
| CwxPropertyGridConstIterator | Const version of wxPropertyGridIterator |
| CwxPropertyGridIterator | Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage |
| CwxPropertyGridPopulator | Allows populating wxPropertyGrid from arbitrary text source |
| ▼CwxPropertyGridState | Contains information of a single wxPropertyGrid page |
| CwxPropertyGridPage | Holder of property grid page information |
| ▼CwxScrolledWindow | |
| CwxPropertyGrid | WxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours |
| ▼CwxVariantData | |
| CwxPGVariantData | WxVariantData with additional functionality |
| ▼CwxWindow | |
| CwxPGMultiButton | This class can be used to have multiple buttons in a property editor |