wxDirPickerCtrl(3erl) Erlang Module Definition wxDirPickerCtrl(3erl)
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, Id) -> wxDirPickerCtrl()
Types:
Parent = wxWindow:wxWindow()
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxDirPickerCtrl()
Types:
Parent = wxWindow:wxWindow()
Id = integer()
Option = {path, unicode:chardata()} | {message, unicode:char-
data()} | {pos, {X::integer(), Y::integer()}} | {size,
{W::integer(), H::integer()}} | {style, integer()} | {valida-
tor, wx:wx_object()}
See external documentation.
create(This, Parent, Id) -> boolean()
Types:
This = wxDirPickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
Types:
This = wxDirPickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {path, unicode:chardata()} | {message, unicode:char-
data()} | {pos, {X::integer(), Y::integer()}} | {size,
{W::integer(), H::integer()}} | {style, integer()} | {valida-
tor, wx:wx_object()}
See external documentation.
getPath(This) -> unicode:charlist()
Types:
This = wxDirPickerCtrl()
See external documentation.
setPath(This, Str) -> ok
Types:
This = wxDirPickerCtrl()
Str = unicode:chardata()
See external documentation.
destroy(This::wxDirPickerCtrl()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wx 1.9.1 wxDirPickerCtrl(3erl)