comparison src/layout.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 9fe2fede7ae5
children 6e020d3ab168
comparison
equal deleted inserted replaced
1435:8355da717c68 1436:d7a6fb7a90dd
24 24
25 void layout_close(LayoutWindow *lw); 25 void layout_close(LayoutWindow *lw);
26 void layout_free(LayoutWindow *lw); 26 void layout_free(LayoutWindow *lw);
27 27
28 gboolean layout_valid(LayoutWindow **lw); 28 gboolean layout_valid(LayoutWindow **lw);
29
30 void layout_show_config_window(LayoutWindow *lw);
31
32 void layout_apply_options(LayoutWindow *lw, LayoutOptions *lop);
29 33
30 void layout_sync_options_with_current_state(LayoutWindow *lw); 34 void layout_sync_options_with_current_state(LayoutWindow *lw);
31 void layout_load_attributes(LayoutOptions *layout, const gchar **attribute_names, const gchar **attribute_values); 35 void layout_load_attributes(LayoutOptions *layout, const gchar **attribute_names, const gchar **attribute_values);
32 void layout_write_attributes(LayoutOptions *layout, GString *outstr, gint indent); 36 void layout_write_attributes(LayoutOptions *layout, GString *outstr, gint indent);
33 void layout_write_config(LayoutWindow *lw, GString *outstr, gint indent); 37 void layout_write_config(LayoutWindow *lw, GString *outstr, gint indent);