X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fui-pref.h;h=1ec90ba22a200f429b973224e147b932f3ba6251;hb=35b9973e4de7d69ad8841ead996a2e6cf1d85f08;hp=d272be615b2b2b031371594f11dd8a14286966bb;hpb=d11c8dd3275ed2a4a35598e69c0804dcf9435766;p=chaz%2Fhomebank diff --git a/src/ui-pref.h b/src/ui-pref.h index d272be6..1ec90ba 100644 --- a/src/ui-pref.h +++ b/src/ui-pref.h @@ -119,6 +119,20 @@ struct defpref_data gint country; + GtkWidget *PI_plugin_columns; +}; + +enum +{ + PREF_GENERAL, + PREF_INTERFACE, + PREF_TRANSACTIONS, + PREF_DISPLAY_FORMAT, + PREF_IMPORT_EXPORT, + PREF_REPORT, + PREF_EURO_MINOR, + PREF_PLUGINS, + PREF_MAX }; @@ -149,6 +163,6 @@ typedef struct void free_pref_icons(void); void load_pref_icons(void); -GtkWidget *defpref_dialog_new (void); +GtkWidget *defpref_dialog_new (gint initial_selection); #endif