diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-07 04:00:51 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-07 04:00:51 +0800 |
commit | fc85f0ce4510cdc694b198f52d377c6d63056997 (patch) | |
tree | bc0dc555ee550a6b75d69b87f9f2135f631e2fdd /shell/e-shell-settings-dialog.h | |
parent | 5be9af3b1397813d56b7760ad241b8fd3ccfcff3 (diff) | |
download | gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.gz gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.bz2 gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.lz gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.xz gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.zst gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.zip |
set type (load_pages): get the oaf property for type and track the page
2002-04-06 JP Rosevear <jpr@ximian.com>
* e-shell-settings-dialog.c (page_new): set type
(load_pages): get the oaf property for type and track the page
number of the highest priority for each type
(destroy_type_entry): destroy hash func
(impl_destroy): destroy the hash table
(init): create private struct and hash table
(e_shell_settings_dialog_show_type): show the page of the given
type
* e-shell-view-menu.c (command_settings): show the page for the
current folder type by default
* e-shell-settings-dialog.h: new proto
svn path=/trunk/; revision=16376
Diffstat (limited to 'shell/e-shell-settings-dialog.h')
-rw-r--r-- | shell/e-shell-settings-dialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/e-shell-settings-dialog.h b/shell/e-shell-settings-dialog.h index 93d136ac0f..f01ba36855 100644 --- a/shell/e-shell-settings-dialog.h +++ b/shell/e-shell-settings-dialog.h @@ -57,8 +57,10 @@ struct _EShellSettingsDialogClass { }; -GtkType e_shell_settings_dialog_get_type (void); -GtkWidget *e_shell_settings_dialog_new (void); +GtkType e_shell_settings_dialog_get_type (void); +GtkWidget *e_shell_settings_dialog_new (void); +void e_shell_settings_dialog_show_type (EShellSettingsDialog *dialog, + const char *type); #ifdef __cplusplus } |