Changing active plot when plot title is clicked.
This commit is contained in:
parent
e08cc8b816
commit
e09b3e3c3e
|
@ -76,6 +76,8 @@ class ViewFrame (gtk.Frame):
|
||||||
vbox.pack_start(ebox, expand=False)
|
vbox.pack_start(ebox, expand=False)
|
||||||
vbox.pack_start(gtk.HSeparator(), expand=False)
|
vbox.pack_start(gtk.HSeparator(), expand=False)
|
||||||
|
|
||||||
|
self._ebox_button_event = ebox.connect("button-press-event",
|
||||||
|
self.on_button_press_event)
|
||||||
## Keep the references for later use.
|
## Keep the references for later use.
|
||||||
self._vbox = vbox
|
self._vbox = vbox
|
||||||
self._ebox = ebox
|
self._ebox = ebox
|
||||||
|
|
Reference in New Issue