diff 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
line wrap: on
line diff
--- a/src/layout.h	Sat Mar 14 21:12:55 2009 +0000
+++ b/src/layout.h	Sat Mar 14 23:26:42 2009 +0000
@@ -27,6 +27,10 @@
 
 gboolean layout_valid(LayoutWindow **lw);
 
+void layout_show_config_window(LayoutWindow *lw);
+
+void layout_apply_options(LayoutWindow *lw, LayoutOptions *lop);
+
 void layout_sync_options_with_current_state(LayoutWindow *lw);
 void layout_load_attributes(LayoutOptions *layout, const gchar **attribute_names, const gchar **attribute_values);
 void layout_write_attributes(LayoutOptions *layout, GString *outstr, gint indent);