comparison src/preferences.h @ 1436:d7a6fb7a90dd

completely separated global and layout window options layout window configuration is available under separate menu entry
author nadvornik
date Sat, 14 Mar 2009 23:26:42 +0000
parents 8b89e3ff286b
children 956aab097ea7
comparison
equal deleted inserted replaced
1435:8355da717c68 1436:d7a6fb7a90dd
16 16
17 17
18 void show_config_window(void); 18 void show_config_window(void);
19 void show_about_window(void); 19 void show_about_window(void);
20 20
21 /* reusable helper functions */
22 void config_entry_to_option(GtkWidget *entry, gchar **option, gchar *(*func)(const gchar *));
23
21 24
22 #endif 25 #endif
23 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 26 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */