Changeset 1358 for branch/k0p/umitInterfaceEditor/Profile.py
- Timestamp:
- 08/14/07 20:54:19 (6 years ago)
- Files:
-
- 1 modified
-
branch/k0p/umitInterfaceEditor/Profile.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branch/k0p/umitInterfaceEditor/Profile.py
r1357 r1358 196 196 del self._coords[self._widget] 197 197 _execute_2 = _unattach 198 199 200 198 201 199 … … 756 754 self.set_current_page(self._page_in) 757 755 def on_switch_page(self, widget, event, page): 758 759 756 self.grab_focus() 760 757 self.emit('changed','Sections', page) 761 762 763 758 def on_key_press(self, widget, event): 764 759 _keyval = gtk.gdk.keyval_name(event.keyval)
