diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-03 02:43:09 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-03 02:43:09 +0100 |
commit | 45413d04eacfd9dc23904cb4893918309d3a6a36 (patch) | |
tree | 3461b14219103dbcb836c2f6a25949a94afae88c /src/interface-gtk/interface-gtk.h | |
parent | e768487fe3ef9ec8f94cea11ad6587c49c32422a (diff) | |
download | sciteco-45413d04eacfd9dc23904cb4893918309d3a6a36.tar.gz |
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
Diffstat (limited to 'src/interface-gtk/interface-gtk.h')
-rw-r--r-- | src/interface-gtk/interface-gtk.h | 2 |
1 files changed, 0 insertions, 2 deletions
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<InterfaceGtk, ViewGtk> { GtkCssProvider *css_var_provider; GtkWidget *window; - GtkWidget *vbox; enum { INFO_TYPE_BUFFER = 0, @@ -106,7 +105,6 @@ typedef class InterfaceGtk : public Interface<InterfaceGtk, ViewGtk> { 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), |