wxGenericDirCtrl

See external documentation: wxGenericDirCtrl.

See external documentation: wxGenericDirCtrl.

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

Functions


new() -> wxGenericDirCtrl()

See external documentation.

new(Parent) -> wxGenericDirCtrl()

Equivalent to new(Parent, []).

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

See external documentation.

create(This, Parent) -> boolean()

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

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

See external documentation.

init(This) -> ok

See external documentation.

collapseTree(This) -> ok

See external documentation.

expandPath(This, Path) -> boolean()

See external documentation.

getDefaultPath(This) -> unicode:charlist()

See external documentation.

getPath(This) -> unicode:charlist()

See external documentation.

getFilePath(This) -> unicode:charlist()

See external documentation.

getFilter(This) -> unicode:charlist()

See external documentation.

getFilterIndex(This) -> integer()

See external documentation.

getRootId(This) -> integer()

See external documentation.

getTreeCtrl(This) -> wxTreeCtrl:wxTreeCtrl()

See external documentation.

reCreateTree(This) -> ok

See external documentation.

setDefaultPath(This, Path) -> ok

See external documentation.

setFilter(This, Filter) -> ok

See external documentation.

setFilterIndex(This, N) -> ok

See external documentation.

setPath(This, Path) -> ok

See external documentation.

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

Destroys this object, do not use object again