aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-02 14:45:57 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-02 14:45:57 +0100
commit58ccefec5c7551f5e83181c203dfcf6a967148a6 (patch)
treec55cbda68c01160b35b53c920cb29b800a65419a /uzbl-core.h
parentb5299ae9bcbd1a43c2799676b6580e964192d769 (diff)
NOT FINISHED: added status_format_center and status_format_right
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h8
1 files changed, 8 insertions, 0 deletions
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;