Version: 3.2.8

Detailed Description


wxPropertyGrid is a specialized grid for editing properties (that is, name=value pairs).

This style of control has also been known as property sheet or object grid.

Related Overviews: wxPropertyGrid Overview

Classes

class  wxPropertyGridIteratorBase
 

More...
 
class  wxPGEditor
 

Base class for custom wxPropertyGrid editors.
More...
 
class  wxPGEditorDialogAdapter
 

Derive a class from this to adapt an existing editor dialog or function to
be used when editor button of a property is pushed.
More...
 
class  wxPGMultiButton
 

This class can be used to have multiple buttons in a property editor.
More...
 
class  wxPropertyGridPage
 

Holder of property grid page information.
More...
 
class  wxPropertyGridManager
 

wxPropertyGridManager is an efficient multi-page version of wxPropertyGrid,
which can optionally have toolbar for mode and page selection, a help text
box, and a header.
More...
 
class  wxPGProperty
 

wxPGProperty is base class for all wxPropertyGrid properties and as such
it is not intended to be instantiated directly.
More...
 
class  wxPGCellRenderer
 
Base class for wxPropertyGrid cell renderers.
More...
 
class  wxPGDefaultRenderer
 

Default cell renderer, that can handles the common
scenarios.
More...
 
class  wxPGCellData
 

  More...
 
class  wxPGCell
 

Base class for wxPropertyGrid cell information.
More...
 
class  wxPGChoices
 

Helper class for managing choices of wxPropertyGrid properties.
More...
 
class  wxPropertyGrid
 

wxPropertyGrid is a specialized grid for editing properties - in other
words name = value pairs.
More...
 
class  wxPropertyGridEvent
 

A property grid event holds information about events associated with
wxPropertyGrid objects.
More...
 
class  wxPropertyGridInterface
 

Most of the shared property manipulation interface shared by wxPropertyGrid,
wxPropertyGridPage, and wxPropertyGridManager is defined in this class.
More...
 
class  wxPropertyGridPageState
 
Contains low-level property page information (properties, column widths,
etc.) of a single wxPropertyGrid or single wxPropertyGridPage.
More...