phoenix_title wx.propgrid.PGSpinCtrlEditor


class_hierarchy Class Hierarchy

Inheritance diagram for class PGSpinCtrlEditor:

method_summary Methods Summary

CreateControls

Instantiates editor controls.

GetName

Returns pointer to the name of the editor.

OnEvent

Handles events.


property_summary Properties Summary

Name

See GetName


api Class API

class wx.propgrid.PGSpinCtrlEditor(PGTextCtrlEditor)

Methods

CreateControls(self, propgrid, property, pos, size)

Instantiates editor controls.

Parameters
Return type

wx.propgrid.PGWindowList

Note



GetName(self)

Returns pointer to the name of the editor.

For example, PGEditor_TextCtrl has name “TextCtrl”. If you don’t need to access your custom editor by string name, then you do not need to implement this function.

Return type

string



OnEvent(self, propgrid, property, wnd_primary, event)

Handles events.

Returns True if value in control was modified (see wx.propgrid.PGProperty.OnEvent for more information).

Parameters
Return type

bool

Note

wx.propgrid.PropertyGrid will automatically unfocus the editor when wxEVT_TEXT_ENTER is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any wx.TextCtrl and wx.ComboBox based editor).


Properties

Name

See GetName