phoenix_title wx.propgrid.PGTextCtrlAndButtonEditor


class_hierarchy Class Hierarchy

Inheritance diagram for class PGTextCtrlAndButtonEditor:

method_summary Methods Summary

__init__

CreateControls

Instantiates editor controls.

GetName

Returns pointer to the name of the editor.


property_summary Properties Summary

Name

See GetName


api Class API

class wx.propgrid.PGTextCtrlAndButtonEditor(PGTextCtrlEditor)

Possible constructors:

PGTextCtrlAndButtonEditor()

Methods

__init__(self)


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


Properties

Name

See GetName