FileChooserT.selectFilename

Selects a filename. If the file name isn't in the current folder of chooser, then the current folder of chooser will be changed to the folder containing filename. Since 2.4

template FileChooserT(TStruct)
int
selectFilename
(
string filename
)

Parameters

filename string

the filename to select. [type filename]

Return Value

Type: int

Not useful. See also: gtk_file_chooser_set_filename()

Meta