X-Git-Url: https://www.irasnyder.com/gitweb/?a=blobdiff_plain;f=tilda-window.h;h=2af640c0cf706892a04d2ceaafa3edcce98d230f;hb=427466b4a7e0016f0f61c22b74f84d35ad71974d;hp=a6c8b610e37e3333a78b511e3146d175cac49071;hpb=b29938cc9dcd9059a83448cecf15aebab7f55323;p=tilda-gobject.git diff --git a/tilda-window.h b/tilda-window.h index a6c8b61..2af640c 100644 --- a/tilda-window.h +++ b/tilda-window.h @@ -41,6 +41,26 @@ struct _TildaWindow { GtkWidget *notebook; GPtrArray *terms; + /* Accelerator-related instance members */ + GtkAccelGroup *accel_group; + gchar *accel_quit; + gchar *accel_next_tab; + gchar *accel_prev_tab; + gchar *accel_add_term; + gchar *accel_remove_term; + gchar *accel_copy; + gchar *accel_paste; + gchar *accel_goto_1; + gchar *accel_goto_2; + gchar *accel_goto_3; + gchar *accel_goto_4; + gchar *accel_goto_5; + gchar *accel_goto_6; + gchar *accel_goto_7; + gchar *accel_goto_8; + gchar *accel_goto_9; + gchar *accel_goto_10; + gint number; GObject *controller; /* pointer back to TildaController */ enum window_states { WINDOW_UP, WINDOW_DOWN } state; @@ -51,11 +71,11 @@ struct _TildaWindow { gint width; gint x_position; gint y_position; - - // FIXME: these really should be enum's if possible - gint tab_position; - gint animation_orientation; gint animation_delay; + gint initial_terminals; + + GtkPositionType tab_position; + GtkPositionType animation_orientation; gboolean keep_above; gboolean skip_taskbar_hint;