wxDirCtrl

wxDirCtrl

Creation Parameters
Functions/Procedures
Supertopics

wxDirCtrl

[func]
collapse_dirctrl_path
( atom ctrl, object path )

Category: wxDirCtrl

Collapse the given path.


wxDirCtrl

[proc]
collapse_dirctrl_tree
( atom ctrl )

Category: wxDirCtrl

Collapses the entire tree.


wxDirCtrl

[func]
expand_dirctrl_path
( atom ctrl, object path )

Category: wxDirCtrl

Tries to expand as much of the given path as possible, so that the filename or directory is visible in the tree control.


wxDirCtrl

[func]
get_dirctrl_default_path
( atom ctrl )

Category: wxDirCtrl

Gets the default path.


wxDirCtrl

[func]
get_dirctrl_file_path
( atom ctrl )

Category: wxDirCtrl

Gets selected filename path only (else empty string).

This function doesn't count a directory as a selection.


wxDirCtrl

[func]
get_dirctrl_filter
( atom ctrl )

Category: wxDirCtrl

Returns the filter string.


wxDirCtrl

[func]
get_dirctrl_filter_index
( atom ctrl )

Category: wxDirCtrl

Returns the current filter index (zero-based).


wxDirCtrl

[func]
get_dirctrl_filter_listctrl
( atom ctrl )

Category: wxDirCtrl

Returns a pointer to the filter list control (if present).


wxDirCtrl

[func]
get_dirctrl_path
( atom ctrl )

Category: wxDirCtrl

Gets the currently-selected directory or filename.


wxDirCtrl

[func]
get_dirctrl_root_id
( atom ctrl )

Category: wxDirCtrl

Returns the root id for the tree control.


wxDirCtrl

[func]
get_dirctrl_treectrl
( atom ctrl )

Category: wxDirCtrl

Returns a pointer to the tree control.


wxDirCtrl

[proc]
recreate_dirctrl_tree
( atom ctrl )

Category: wxDirCtrl

Collapse and expand the tree, thus re-creating it from scratch. May be used to update the displayed directory content.


wxDirCtrl

[proc]
set_dirctrl_default_path
( atom ctrl, object path )

Category: wxDirCtrl

Sets the default path.


wxDirCtrl

[proc]
set_dirctrl_filter
( atom ctrl, object filter )

Category: wxDirCtrl

Sets the filter string.


wxDirCtrl

[proc]
set_dirctrl_filter_index
( atom ctrl, atom index )

Category: wxDirCtrl

Sets the current filter index (zero-based).


wxDirCtrl

[proc]
set_dirctrl_path
( atom ctrl, object path )

Category: wxDirCtrl

Sets the current path.


wxDirCtrl

[proc]
show_dirctrl_hidden_files
( atom ctrl, atom show )

Category: wxDirCtrl

If show is true, hidden folders and files will be displayed by the control. If false, they will not be displayed.