Changes

Jump to navigation Jump to search
Line 186: Line 186:  
* http://developer.gnome.org/gdk/stable/gdk-Keyboard-Handling.html#gdk-keymap-translate-keyboard-state
 
* http://developer.gnome.org/gdk/stable/gdk-Keyboard-Handling.html#gdk-keymap-translate-keyboard-state
 
* http://www.pygtk.org/docs/pygtk/class-gdkkeymap.html#method-gdkkeymap--translate-keyboard-state
 
* http://www.pygtk.org/docs/pygtk/class-gdkkeymap.html#method-gdkkeymap--translate-keyboard-state
 +
 +
----
 +
 +
-    def expose_cb(self, area, event):
 +
-        self.draw()
 +
+    def draw_cb(self, area, cr):
 +
+        self.draw(cr)
    
= Notes =
 
= Notes =
266

edits

Navigation menu