From 58ccefec5c7551f5e83181c203dfcf6a967148a6 Mon Sep 17 00:00:00 2001 From: Rob Date: Mon, 2 Nov 2009 14:45:57 +0100 Subject: NOT FINISHED: added status_format_center and status_format_right --- uzbl-core.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'uzbl-core.h') diff --git a/uzbl-core.h b/uzbl-core.h index 67c1bda..5b0bc22 100644 --- a/uzbl-core.h +++ b/uzbl-core.h @@ -57,6 +57,12 @@ typedef struct { GtkWidget* vbox; GtkWidget* mainbar; GtkWidget* mainbar_label; + + //GtkWidget* mainbar_hbox; + GtkWidget* bar_left; + GtkWidget* bar_center; + GtkWidget* bar_right; + GtkScrollbar* scbar_v; // Horizontal and Vertical Scrollbar GtkScrollbar* scbar_h; // (These are still hidden) GtkAdjustment* bar_v; // Information about document length @@ -125,6 +131,8 @@ typedef struct { gchar* load_start_handler; gchar* load_commit_handler; gchar* status_format; + gchar* status_format_center; + gchar* status_format_right; gchar* title_format_short; gchar* title_format_long; gchar* status_background; -- cgit v1.2.3