[Window] Add more hardcoded settings for testing
[tilda-gobject.git] / tilda-terminal.h
index 3887617..e9d8f28 100644 (file)
@@ -24,7 +24,7 @@ struct _TildaTerminal {
 
        /* Instance Members */
        gint window_number;
-       //TildaWindow *tw;
+       GObject *parent_window;
        GtkWidget *vte_term;
        GtkWidget *scrollbar;
        GtkWidget *hbox;
@@ -35,6 +35,7 @@ struct _TildaTerminal {
        gchar *font;
        gchar *title;
        gchar *working_directory;
+       gchar *web_browser;
 
        gint scrollback_lines;
        gint transparency_percent;
@@ -50,6 +51,7 @@ struct _TildaTerminal {
        gint delete_binding;
        gint dynamic_title;
        gint exit_action;
+       gint scrollbar_position;
        // TODO: gint colorscheme; the code can work around the need for
        // TODO: this value. Just check if the back and fore colors match
        // TODO: any pre-defined colorschemes exactly in the GUI.
@@ -66,6 +68,7 @@ struct _TildaTerminal {
        gboolean audible_bell;
        gboolean visible_bell;
        gboolean double_buffered;
+       gboolean mouse_autohide;
 };
 
 struct _TildaTerminalClass {