wxPickerBase

See external documentation: wxPickerBase.

See external documentation: wxPickerBase.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

Types


wxPickerBase() = wx:wx_object()

Functions


setInternalMargin(This, Newmargin) -> ok

  • This = wxPickerBase()
  • Newmargin = integer()

See external documentation.

getInternalMargin(This) -> integer()

  • This = wxPickerBase()

See external documentation.

setTextCtrlProportion(This, Prop) -> ok

  • This = wxPickerBase()
  • Prop = integer()

See external documentation.

setPickerCtrlProportion(This, Prop) -> ok

  • This = wxPickerBase()
  • Prop = integer()

See external documentation.

getTextCtrlProportion(This) -> integer()

  • This = wxPickerBase()

See external documentation.

getPickerCtrlProportion(This) -> integer()

  • This = wxPickerBase()

See external documentation.

hasTextCtrl(This) -> boolean()

  • This = wxPickerBase()

See external documentation.

getTextCtrl(This) -> wxTextCtrl() (see module wxTextCtrl)

  • This = wxPickerBase()

See external documentation.

isTextCtrlGrowable(This) -> boolean()

  • This = wxPickerBase()

See external documentation.

setPickerCtrlGrowable(This) -> ok

  • This = wxPickerBase()

setPickerCtrlGrowable(This, Option::[Option]) -> ok

  • This = wxPickerBase()
  • Option = {grow, boolean()}

See external documentation.

setTextCtrlGrowable(This) -> ok

  • This = wxPickerBase()

setTextCtrlGrowable(This, Option::[Option]) -> ok

  • This = wxPickerBase()
  • Option = {grow, boolean()}

See external documentation.

isPickerCtrlGrowable(This) -> boolean()

  • This = wxPickerBase()

See external documentation.