
Public Member Functions | |
| PickerBase (IntPtr cptr) | |
Properties | |
| bool | HasTextCtrl [get] |
| int | InternalMargin [get, set] |
| bool | IsPickerCtrlGrowable [get, set] |
| bool | IsTextCtrlGrowable [get, set] |
| int | PickerCtrlProportion [get, set] |
| TextCtrl | TextCtrl [get] |
| int | TextCtrlProportion [get, set] |
| wx.PickerBase.PickerBase | ( | IntPtr | cptr | ) |
bool wx.PickerBase.HasTextCtrl [get] |
True iff this shows a text control.
int wx.PickerBase.InternalMargin [get, set] |
bool wx.PickerBase.IsPickerCtrlGrowable [get, set] |
True if the picker grows with the control.
bool wx.PickerBase.IsTextCtrlGrowable [get, set] |
True if the contained text control grows with the whole control.
int wx.PickerBase.PickerCtrlProportion [get, set] |
Read or set the picker control's proportion.
TextCtrl wx.PickerBase.TextCtrl [get] |
Reads the text control. This is null if this does not show a text control.
int wx.PickerBase.TextCtrlProportion [get, set] |
Read or set the text control's proportion.