diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-20 00:11:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-20 00:11:47 +0800 |
commit | f093b333fbee67da990d50b513333272418276e7 (patch) | |
tree | 996e2aaf9806d7adf4bef6ed2e3f4d29d53546a7 /shell/e-shell-folder-selection-dialog.h | |
parent | 3e519c4e1469b93c8fc6684b6aae53779d4ff270 (diff) | |
download | gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.gz gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.bz2 gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.lz gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.xz gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.tar.zst gsoc2013-evolution-f093b333fbee67da990d50b513333272418276e7.zip |
Add a caption to the folder selection dialog widget, and get the
existing dialogs in the shell to use it.
svn path=/trunk/; revision=9894
Diffstat (limited to 'shell/e-shell-folder-selection-dialog.h')
-rw-r--r-- | shell/e-shell-folder-selection-dialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/e-shell-folder-selection-dialog.h b/shell/e-shell-folder-selection-dialog.h index 2ddb98bafe..8aed7197dd 100644 --- a/shell/e-shell-folder-selection-dialog.h +++ b/shell/e-shell-folder-selection-dialog.h @@ -63,11 +63,13 @@ GtkType e_shell_folder_selection_dialog_get_type (void); void e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_selection_dialog, EShell *shell, const char *title, - const char *default_path, + const char *caption, + const char *default_uri, const char *allowed_types[]); GtkWidget *e_shell_folder_selection_dialog_new (EShell *shell, const char *title, - const char *default_path, + const char *caption, + const char *default_uri, const char *allowed_types[]); const char *e_shell_folder_selection_dialog_get_selected_path (EShellFolderSelectionDialog *folder_selection_dialog); |