FileChooserT.selectFile

Selects the file referred to by file. An internal function. See gtk_file_chooser_select_uri(). Since 2.14

template FileChooserT(TStruct)
int
selectFile
(
File file
)

Parameters

file File

the file to select

Return Value

Type: int

TRUE if both the folder could be changed and the path was selected successfully, FALSE otherwise.

Throws

GException on failure.

Meta