wxFontPickerCtrl

See external documentation: wxFontPickerCtrl.

See external documentation: wxFontPickerCtrl.

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

Types


wxFontPickerCtrl() = wx:wx_object()

Functions


new() -> wxFontPickerCtrl()

See external documentation.

new(Parent, Id) -> wxFontPickerCtrl()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

Equivalent to new(Parent, Id, []).

new(Parent, Id, Option::[Option]) -> wxFontPickerCtrl()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {initial, wxFont() (see module wxFont)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

create(This, Parent, Id) -> boolean()

  • This = wxFontPickerCtrl()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

create(This, Parent, Id, Option::[Option]) -> boolean()

  • This = wxFontPickerCtrl()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {initial, wxFont() (see module wxFont)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

getSelectedFont(This) -> wxFont() (see module wxFont)

  • This = wxFontPickerCtrl()

See external documentation.

setSelectedFont(This, F) -> ok

  • This = wxFontPickerCtrl()
  • F = wxFont() (see module wxFont)

See external documentation.

getMaxPointSize(This) -> integer()

  • This = wxFontPickerCtrl()

See external documentation.

setMaxPointSize(This, Max) -> ok

  • This = wxFontPickerCtrl()
  • Max = integer()

See external documentation.

destroy(This::wxFontPickerCtrl()) -> ok

Destroys this object, do not use object again