Module dui.FileSelection
Constructor Summary | |
---|---|
protected |
(GtkWidget* gtkWidget) |
(char title) Creates a new File selection dialog |
|
(String title) |
Methods Summary | |
---|---|
public static GType |
getType() Gets this class type |
void |
setFileName(char filename) Sets the default file selected |
void |
setFileName(String filename) |
String |
getFileName() This function returns the selected filename in the C runtime's multibyte string encoding, which may or may not be the same as that used by GDK (UTF-8). |
void |
complete(char pattern) Sets a pattern of the files to show |
void |
complete(String pattern) |
void |
showButtons() Shows common action buttons(create dir. |
void |
hideButtons() Hides common action buttons(create dir. |
String |
getSelections() Gets all the selected file names |
void |
setMultiple(bit select_multiple) Set if multiple selection are allowed |
bit |
getMultiple() Checks mutiple selectetion are allowed |