Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Features/GTK3/Porting/Typing Turtle
(view source)
Revision as of 07:30, 23 July 2012
246 bytes added
,
07:30, 23 July 2012
no edit summary
Line 38:
Line 38:
instructions_tag = Gtk.TextTag.new('instructions')
instructions_tag = Gtk.TextTag.new('instructions')
+
+
= Gdk.Keymap =
+
+
entries = self.keymap.get_entries_for_keyval(keyval)
+
+
replaced by:
+
+
valid, entries = self.keymap.get_entries_for_keyval(keyval)
+
+
Every entry was a tuple of (keycode, group, level). Now, this is an object with those attributes.
Humitos
266
edits