phoenix_title wx.propgrid.PGChoiceAndButtonEditor


class_hierarchy Class Hierarchy

Inheritance diagram for class PGChoiceAndButtonEditor:

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.PGChoiceAndButtonEditor(PGChoiceEditor)

Possible constructors:

PGChoiceAndButtonEditor()

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