Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Changing active plot when plot title is clicked.

This commit is contained in:
Einar Ryeng 2006-10-14 14:50:27 +00:00
parent e08cc8b816
commit e09b3e3c3e
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ class ViewFrame (gtk.Frame):
vbox.pack_start(ebox, 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.
self._vbox = vbox
self._ebox = ebox