diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-08-10 22:03:52 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-08-10 22:03:52 +0200 |
commit | 87d1c1c339768b8c9cde14e40b955e618ee4540f (patch) | |
tree | bae3f229a48a526f2f1d788cff3db204068e555f /src/presentation.h | |
parent | 394b051daacb63c661dba0a8c57ec04ad1ae73cf (diff) |
Plug in style and layout stuff to UI
Diffstat (limited to 'src/presentation.h')
-rw-r--r-- | src/presentation.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h index a3e831d..60751d5 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -64,9 +64,13 @@ struct presentation GtkUIManager *ui; GtkActionGroup *action_group; GtkIMContext *im_context; + GtkWidget *toolbar; + GtkWidget *tbox; /* Stylesheet */ - StyleSheet *ss; + StyleSheet *ss; + struct text_style *cur_style; + struct layout_element *cur_layout; /* Dialogue boxes */ StylesheetWindow *stylesheetwindow; |