All Classes |Grouped Classes |Index

Class CL_SaveFileDialog

SaveFileDialog component. More...

Derived from:

None

Derived by:

None

Group:

Components (GUI)

#include <ClanLib/gui.h>

Class Members:

Construction:

CL_SaveFileDialog

Constructs a save file dialog.


Attributes:

get_filename

Get the full path of the file selected.


Operations:

set_filename

Sets a string containing the full path of the file selected.

add_filter

Add a filter that determines what types of files are displayed.

clear_filters

Clears all filters.

set_filter_index

Sets a default filter, on a 0-based index.

set_initial_directory

Sets the initial directory that is displayed.

set_title

Sets the text that appears in the title bar.

show

Shows the file dialog.