wxFilePickerCtrl(3) See external documentation: wxFilePickerCtrl.

DESCRIPTION

See external documentation: wxFilePickerCtrl.

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

DATA TYPES

wxFilePickerCtrl():

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() -> wxFilePickerCtrl()

See external documentation.

new(Parent, Id) -> wxFilePickerCtrl()

Types:

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

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

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

Types:

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

Equivalent to create(This, Parent, Id, []).

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

Types:

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

See external documentation.

setPath(This, Str) -> ok

Types:

This = wxFilePickerCtrl()
Str = chardata() (see module unicode)

See external documentation.

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

Destroys this object, do not use object again

AUTHORS

<>