]> Dogcows Code - chaz/homebank/blobdiff - src/ui-pref.h
add plugin engine (supports C and Perl plugins)
[chaz/homebank] / src / ui-pref.h
index 06b33e64945e061d41107ed76b7793d0a08ce97b..47c0b011f588182a312695beb09738f3a0e3411b 100644 (file)
@@ -115,12 +115,26 @@ struct defpref_data
        GtkWidget       *CY_dtex_datefmt;
        GtkWidget       *CY_dtex_ofxmemo;
 
+       GtkWidget       *PI_plugin_columns;
+};
+
+enum
+{
+       PREF_GENERAL,
+       PREF_INTERFACE,
+       PREF_COLUMNS,
+       PREF_DISPLAY,
+       PREF_IMPORT,
+       PREF_REPORT,
+       PREF_EURO,
+       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
This page took 0.019795 seconds and 4 git commands to generate.