Contains low-level property page information (properties, column widths, etc.) of a single wx.propgrid.PropertyGrid or single wx.propgrid.PropertyGridPage.
Generally you should not use this class directly, but instead member functions in wx.propgrid.PropertyGridInterface, wx.propgrid.PropertyGrid, wx.propgrid.PropertyGridPage, and wx.propgrid.PropertyGridManager.
Note
Currently this class is not implemented in wxPython.
Default constructor. |
|
Makes sure all columns have minimum width. |
|
Override this member function to add custom behaviour on property deletion. |
|
Override this member function to add custom behaviour on property insertion. |
|
This needs to be overridden in grid used the manager so that splitter changes can be propagated to other pages. |
|
Make sure virtual height is up-to-date. |
|
Returns actual height of contained visible properties. |
|
Returns last item which could be iterated using given flags. |
|
Returns currently selected property. |
|
Returns (precalculated) height of contained visible properties. |
|
Returns combined width of margin and all the columns. |
|
Returns information about arbitrary position in the grid. |
|
Returns |
|
Called after virtual height needs to be recalculated. |
See |
|
See |
|
See |
|
See |
|
See |
|
See |
Possible constructors:
PropertyGridPageState() -> None
Contains low-level property page information (properties, column widths, etc.) of a single PropertyGrid or single PropertyGridPage.
Default constructor.
None
Makes sure all columns have minimum width.
widthChange (int)
None
Override this member function to add custom behaviour on property deletion.
item (wx.propgrid.PGProperty)
doDelete (bool)
None
Override this member function to add custom behaviour on property insertion.
parent (wx.propgrid.PGProperty)
index (int)
property (wx.propgrid.PGProperty)
This needs to be overridden in grid used the manager so that splitter changes can be propagated to other pages.
pos (int)
splitterColumn (int)
flags (int)
None
enable (bool)
bool
Make sure virtual height is up-to-date.
None
Returns actual height of contained visible properties.
int
Note
Mostly used for internal diagnostic purposes.
int
col (int)
int
column (int)
int
column (int)
int
Returns last item which could be iterated using given flags.
flags (int) – PropertyGridIterator Flags
Returns currently selected property.
Returns (precalculated) height of contained visible properties.
int
Returns combined width of margin and all the columns.
int
Returns information about arbitrary position in the grid.
pt (wx.Point) – Logical coordinates in the virtual grid space. Use wx.Scrolled.CalcUnscrolledPosition
if you need to translate a scrolled position into a logical one.
Returns True
if page is visibly displayed.
bool
bool
Called after virtual height needs to be recalculated.
None
See GetColumnCount
See GetLastItem
See GetSelection
See GetVirtualHeight
See GetVirtualWidth