X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fui-pref.h;h=1eb95f19d3c775a2730e81edc714ccc2e1589b4e;hb=613fd4014fa5814bf2adce50574d520df8927ce1;hp=afd529ee817a9d64953e3f56e0c97635dbdc1340;hpb=59c5e08a64798d4303ae7eb3a2713bc93d98fa7b;p=chaz%2Fhomebank diff --git a/src/ui-pref.h b/src/ui-pref.h index afd529e..1eb95f1 100644 --- a/src/ui-pref.h +++ b/src/ui-pref.h @@ -119,12 +119,26 @@ 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 }; void free_pref_icons(void); void load_pref_icons(void); -GtkWidget *defpref_dialog_new (void); +GtkWidget *defpref_dialog_new (gint initial_selection); #endif