FileChooserT.addShortcutFolder

Adds a folder to be displayed with the shortcut folders in a file chooser.

template FileChooserT(TStruct)
bool
addShortcutFolder
(
FileIF folder
)

Parameters

folder FileIF

a GFile for the folder to add

Return Value

Type: bool

%TRUE if the folder could be added successfully, %FALSE otherwise.

Throws

GException on failure.

Meta