![]() |
![]() |
![]() |
Hildon FM Reference Manual | ![]() |
---|---|---|---|---|
HildonFileChooserDialog; GtkWidget* hildon_file_chooser_dialog_new (GtkWindow *parent, GtkFileChooserAction action); GtkWidget* hildon_file_chooser_dialog_new_with_properties (GtkWindow *parent, const gchar *first_property, ...); void hildon_file_chooser_dialog_focus_to_input (HildonFileChooserDialog *d); void hildon_file_chooser_dialog_set_safe_folder (HildonFileChooserDialog *self, const gchar *local_path); void hildon_file_chooser_dialog_set_safe_folder_uri (HildonFileChooserDialog *self, const gchar *uri); gchar* hildon_file_chooser_dialog_get_safe_folder (HildonFileChooserDialog *self); gchar* hildon_file_chooser_dialog_get_safe_folder_uri (HildonFileChooserDialog *self); void hildon_file_chooser_dialog_set_show_upnp (HildonFileChooserDialog *self, gboolean value); gboolean hildon_file_chooser_dialog_get_show_upnp (HildonFileChooserDialog *self);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----HildonFileChooserDialog
HildonFileChooserDialog implements AtkImplementorIface, GtkBuildable and GtkFileChooser.
"autonaming" gboolean : Read / Write "empty-text" gchararray : Read / Write "file-system-model" HildonFileSystemModel : Read / Write / Construct Only "max-full-path-length" gint : Read / Write / Construct "max-name-length" gint : Read / Write / Construct "open-button-text" gchararray : Read / Write "save-multiple" gchararray : Read / Write "selection-mode" HildonFileChooserDialogSelectionMode : Read / Write "show-folder-button" gboolean : Read / Write "show-location" gboolean : Read / Write
GtkWidget* hildon_file_chooser_dialog_new (GtkWindow *parent, GtkFileChooserAction action);
Creates a new HildonFileChooserDialog using the given action.
|
Transient parent window for dialog. |
|
Action to perform (open file/save file/select folder/new folder). |
Returns : |
a new HildonFileChooserDialog. |
GtkWidget* hildon_file_chooser_dialog_new_with_properties (GtkWindow *parent, const gchar *first_property, ...);
Creates new HildonFileChooserDialog. This constructor is handy if you need to pass several options.
|
Transient parent window for dialog. |
|
First option to pass to dialog. |
|
arguments |
Returns : |
New HildonFileChooserDialog object. |
void hildon_file_chooser_dialog_focus_to_input (HildonFileChooserDialog *d);
|
void hildon_file_chooser_dialog_set_safe_folder (HildonFileChooserDialog *self, const gchar *local_path);
Sets a safe folder that is used as a fallback in a case that automatic location change fails.
|
a HildonFileChooserDialog widget. |
|
a path to safe folder. |
void hildon_file_chooser_dialog_set_safe_folder_uri (HildonFileChooserDialog *self, const gchar *uri);
See hildon_file_chooser_dialog_set_safe_folder.
|
a HildonFileChooserDialog widget. |
|
an uri to safe folder. |
gchar* hildon_file_chooser_dialog_get_safe_folder (HildonFileChooserDialog *self);
Gets safe folder location as local path.
|
a HildonFileChooserDialog widget. |
Returns : |
a local path. Free this with g_free. |
gchar* hildon_file_chooser_dialog_get_safe_folder_uri (HildonFileChooserDialog *self);
Gets safe folder location as uri.
|
a HildonFileChooserDialog widget. |
Returns : |
an uri. Free this with g_free. |
void hildon_file_chooser_dialog_set_show_upnp (HildonFileChooserDialog *self, gboolean value);
Set whether the dialog shows UPNP locations.
|
a HildonFileChooserDialog widget. |
|
a gboolean value to be set. |
gboolean hildon_file_chooser_dialog_get_show_upnp (HildonFileChooserDialog *self);
Gets whether the dialog shows UPNP locations.
|
a HildonFileChooserDialog widget. |
Returns : |
gboolean value.. |
"autonaming"
property"autonaming" gboolean : Read / Write
Whether the text set to name entry should be automatically appended by a counter when the given name already exists.
Default value: TRUE
"empty-text"
property"empty-text" gchararray : Read / Write
String to use when selected folder is empty.
Default value: NULL
"file-system-model"
property"file-system-model" HildonFileSystemModel : Read / Write / Construct Only
Tell the file chooser to use existing model instead of creating a new one.
"max-full-path-length"
property"max-full-path-length" gint : Read / Write / Construct
Maximum length of the whole path of an individual file/folder name when entered by user. Use -1 for no limit or 0 to look the value from MAX_FILENAME_LENGTH environment variable.
Allowed values: >= -1
Default value: 0
"max-name-length"
property"max-name-length" gint : Read / Write / Construct
Maximum length of an individual file/folder name when entered by user. Note that the actual limit can be smaller, if the maximum full path length kicks in. Use -1 for no limit.
Allowed values: >= -1
Default value: -1
"open-button-text"
property"open-button-text" gchararray : Read / Write
String to use in leftmost (=open) button.
Default value: NULL
"save-multiple"
property"save-multiple" gchararray : Read / Write
Text to be displayed in items field when saving multiple files.
Default value: NULL
"selection-mode"
property"selection-mode" HildonFileChooserDialogSelectionMode : Read / Write
View mode used for hildon file selection widget.
Default value: 1
"show-folder-button"
property"show-folder-button" gboolean : Read / Write
Whether the folder button should be visible (if it's possible).
Default value: TRUE