wxdirpickerctrl(3) - Linux man page
Name
wxDirPickerCtrl - See external documentation: wxDirPickerCtrl.Description
See external documentation: wxDirPickerCtrl.
This class is derived (and can use functions) from:
wxPickerBase
wxControl
wxWindow
wxEvtHandler
Data Types
- wxDirPickerCtrl():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Exports
new() -> wxDirPickerCtrl()
See external documentation.
new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxDirPickerCtrl()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxDirPickerCtrl()
- Types:
Option = {path, string()} | {message, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
See external documentation.
create(This::wxDirPickerCtrl(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool()
Equivalent to create(This, Parent, Id, []).
create(This::wxDirPickerCtrl(), Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> bool()
- Types:
Option = {path, string()} | {message, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
See external documentation.
getPath(This::wxDirPickerCtrl()) -> string()
See external documentation.
setPath(This::wxDirPickerCtrl(), Str::string()) -> ok
See external documentation.
destroy(This::wxDirPickerCtrl()) -> ok
Destroys this object, do not use object again
Authors
<>