Scroll to navigation

wxFilePickerCtrl(3erl) Erlang Module Definition wxFilePickerCtrl(3erl)

NAME

wxFilePickerCtrl - 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:wxWindow()
Id = integer()

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

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

Types:

Parent = wxWindow:wxWindow()
Id = integer()
Option = {path, unicode:chardata()} | {message, unicode:chardata()} | {wildcard, unicode:chardata()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}

See external documentation.

create(This, Parent, Id) -> boolean()

Types:

This = wxFilePickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()

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

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

Types:

This = wxFilePickerCtrl()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {path, unicode:chardata()} | {message, unicode:chardata()} | {wildcard, unicode:chardata()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}

See external documentation.

getPath(This) -> unicode:charlist()

Types:

This = wxFilePickerCtrl()

See external documentation.

setPath(This, Str) -> ok

Types:

This = wxFilePickerCtrl()
Str = unicode:chardata()

See external documentation.

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

Destroys this object, do not use object again

AUTHORS

<>
wx 1.8.6