Scroll to navigation

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() (see module wxWindow)
 
Id = integer()
 
Equivalent to new(Parent, Id, []).
new(Parent, Id, Option::[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)}
 
See external documentation.
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, Option::[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)}
 
See external documentation.
getPath(This) -> charlist() (see module unicode)
 
Types:
This = wxDirPickerCtrl()
 
See external documentation.
setPath(This, Str) -> ok
 
Types:
This = wxDirPickerCtrl()
 
Str = chardata() (see module unicode)
 
See external documentation.
destroy(This::wxDirPickerCtrl()) -> ok
 
Destroys this object, do not use object again

AUTHORS

<>
wx 1.3.1