Module dui.FileChooserDialog
Constructor Summary | |
---|---|
public |
(GtkWidget *gtkWidget) Create a ComboBox from a Gtk combo box |
(char title, Window parent, FileChooserAction action, String buttonsText, Response responses) |
|
(String title, Window parent, FileChooserAction action, String buttonsText, Response responses) |
|
(char title, Window parent, FileChooserAction action, Stock buttons, Response responses) |
|
(String title, Window parent, FileChooserAction action, Stock buttons, Response responses) |
Methods Summary | |
---|---|
void |
setAction(FileChooserAction action) |
FileChooserAction |
getAction() |
void |
setLocalOnly(bit localOnly) |
bit |
getLocalOnly() |
void |
setSelectMultiple(bit selectMultiple) |
bit |
getSelectMultiple() |
void |
setCurrentName(String name) |
String |
getFilename() |
bit |
setFilename(String filename) |
bit |
selectFilename(String filename) |
void |
unselectFilename(String filename) |
void |
selectAll() |
void |
unselectAll() |
GSList* |
getFilenames() |
bit |
setCurrentFolder(String filename) |
String |
getCurrentFolder() |
String |
getUri() |
bit |
setUri(String uri) |
bit |
selectUri(String uri) |
void |
unselectUri(String uri) |
GSList* |
getUris() |
bit |
setCurrentFolderUri(String uri) |
String |
getCurrentFolderUri() |
void |
setPreviewWidget(Widget previewWidget) |
Widget |
getPreviewWidget() |
void |
setPreviewWidgetActive(bit active) |
bit |
getPreviewWidgetActive() |
void |
setUsePreviewLabel(bit useLabel) |
bit |
getUsePreviewLabel() |
String |
getPreviewFilename() |
String |
getPreviewUri() |
void |
setExtraWidget(Widget extraWidget) |
Widget |
getExtraWidget() |
GSList* |
listFilters() |
bit |
addShortcutFolder(String folder, GError **error) |
bit |
removeShortcutFolder(String folder, GError **error) |
GSList* |
listShortcutFolders() |
bit |
addShortcutFolderUri(String uri, GError **error) |
bit |
removeShortcutFolderUri(String uri, GError **error) |
GSList* |
listShortcutFolderUris() |