wxDirPickerCtrl

See external documentation: wxDirPickerCtrl.

See external documentation: wxDirPickerCtrl.

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

Types


wxDirPickerCtrl() = wx:wx_object()

Functions


new() -> wxDirPickerCtrl()

See external documentation.

new(Parent, Id) -> wxDirPickerCtrl()

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

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

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

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {path, chardata() (see module unicode)} | {message, chardata() (see module unicode)} | {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 = wxDirPickerCtrl()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

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

  • This = wxDirPickerCtrl()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {path, chardata() (see module unicode)} | {message, chardata() (see module unicode)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

getPath(This) -> charlist() (see module unicode)

  • This = wxDirPickerCtrl()

See external documentation.

setPath(This, Str) -> ok

  • This = wxDirPickerCtrl()
  • Str = chardata() (see module unicode)

See external documentation.

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

Destroys this object, do not use object again