diff -r 7174e23f7617 -r f9cd59844f78 maemo-ui/src/mmyth_uicommon.h --- a/maemo-ui/src/mmyth_uicommon.h Thu Sep 28 16:02:14 2006 +0100 +++ b/maemo-ui/src/mmyth_uicommon.h Wed Aug 01 14:22:14 2007 +0100 @@ -25,27 +25,29 @@ extern GdkColor main_bg_color; -typedef struct _MMythUiCommon -{ - GtkWidget *main_widget; +typedef struct _MMythUiCommon { + GtkWidget *main_widget; - /* event box to set the background color*/ - GtkWidget *event_box; - - GtkWidget *vbox; - GtkWidget *button_vbox; - GtkWidget *label; + /* + * event box to set the background color + */ + GtkWidget *event_box; - GtkWidget *button1; - GtkWidget *button2; - GtkWidget *button3; - - gint source_id; + GtkWidget *vbox; + GtkWidget *button_vbox; + GtkWidget *label; + + GtkWidget *button1; + GtkWidget *button2; + GtkWidget *button3; + + gint source_id; } MMythUiCommon; -MMythUiCommon *mmyth_uicommon_new (GtkWidget * main_widget, - const gchar * label1, const gchar * label2, +MMythUiCommon *mmyth_uicommon_new(GtkWidget * main_widget, + const gchar * label1, + const gchar * label2, const gchar * label3); -void mmyth_uicommon_free (MMythUiCommon *ui_common); +void mmyth_uicommon_free(MMythUiCommon * ui_common); -#endif /* MMYTH_UICOMMON_H_ */ +#endif /* MMYTH_UICOMMON_H_ */