wxDirPickerCtrl
MODULE
wxDirPickerCtrl
MODULE SUMMARY
See external documentation: wxDirPickerCtrl.
DESCRIPTION
See external documentation: wxDirPickerCtrl.
This class is derived (and can use functions) from:
wxPickerBase
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent, Id) -> wxDirPickerCtrl()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxDirPickerCtrl()
Types:
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)}
create(This, Parent, Id) -> boolean()
Types:
This = wxDirPickerCtrl()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
Types:
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)}
getPath(This) -> charlist() (see module unicode)
Types:
This = wxDirPickerCtrl()
Types:
This = wxDirPickerCtrl()
Str = chardata() (see module unicode)