From 45413d04eacfd9dc23904cb4893918309d3a6a36 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 3 Feb 2016 02:43:09 +0100 Subject: Gtk UI: popup will now overlay both the Scintilla view and message widgets * this is what the Curses UI does for a long time now * the popup does NOT cover the info (header) line, as this would be inconsistent if the header is actually the window's title bar. This should perhaps be adapted in the Curses UI as well, so both UIs look more consistently. * removed unused InterfaceGtk attribute --- src/interface-gtk/interface-gtk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/interface-gtk/interface-gtk.h') diff --git a/src/interface-gtk/interface-gtk.h b/src/interface-gtk/interface-gtk.h index eff4597..e43b7bf 100644 --- a/src/interface-gtk/interface-gtk.h +++ b/src/interface-gtk/interface-gtk.h @@ -78,7 +78,6 @@ typedef class InterfaceGtk : public Interface { GtkCssProvider *css_var_provider; GtkWidget *window; - GtkWidget *vbox; enum { INFO_TYPE_BUFFER = 0, @@ -106,7 +105,6 @@ typedef class InterfaceGtk : public Interface { public: InterfaceGtk() : css_var_provider(NULL), window(NULL), - vbox(NULL), info_type(INFO_TYPE_BUFFER), info_current(NULL), use_csd(TRUE), info_bar_widget(NULL), info_image(NULL), -- cgit v1.2.3