From 5d8858ccfabb580376c59c9f1ca3672189e2015f Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 3 Oct 2000 00:01:24 +0000 Subject: add fields for the storage set Bonobo_Control and Evolution_StorageSetView 2000-10-02 Chris Toshok * subscribe-dialog.h: add fields for the storage set Bonobo_Control and Evolution_StorageSetView interfaces. * subscribe-dialog.c (subscribe_dialog_gui_init): create the uih as early as possible, and add the storage set view to the left side of the hpaned. svn path=/trunk/; revision=5681 --- mail/subscribe-dialog.h | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'mail/subscribe-dialog.h') diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h index 5805c50b5f..282d4ad18f 100644 --- a/mail/subscribe-dialog.h +++ b/mail/subscribe-dialog.h @@ -7,6 +7,7 @@ #include "mail-types.h" #include #include +#include #include #include #include "shell/Evolution.h" @@ -21,19 +22,21 @@ struct _SubscribeDialog { GtkObject parent; - Evolution_Shell shell; - - BonoboUIHandler *uih; - - GtkWidget *app; - - GtkWidget *storage_set_view; - GtkWidget *hpaned; - GtkWidget *table; - GtkWidget *description; - GtkWidget *etable; - ETreeModel *model; - ETreePath *root; + Evolution_Shell shell; + Bonobo_Control storage_set_control; + Evolution_StorageSetView storage_set_view; + + BonoboUIHandler *uih; + + GtkWidget *app; + + GtkWidget *storage_set_view_widget; + GtkWidget *hpaned; + GtkWidget *table; + GtkWidget *description; + GtkWidget *etable; + ETreeModel *model; + ETreePath *root; }; -- cgit v1.2.3