Features/GTK3/Shell: Difference between revisions
No edit summary |
|||
| Line 21: | Line 21: | ||
Previous patch that includes the switch to new toolbars: http://dev.laptop.org/~manuq/journal_gtk3.patch . | Previous patch that includes the switch to new toolbars: http://dev.laptop.org/~manuq/journal_gtk3.patch . | ||
===gtk_clipboard_set_with_data not introspected=== | ===gtk_clipboard_set_with_data not introspected=== | ||
| Line 202: | Line 198: | ||
==Done== | ==Done== | ||
===key grabber=== | |||
<span style="color:#2ce713;"> Fix from: Simon Schampijer </span> | |||
- grab_keys needs to be introspectable, [http://lists.sugarlabs.org/archive/sugar-devel/2012-August/039190.html patch] | |||
- is_modifier does not allow to pass no mask anymore, has to be something like "is_modifier(keycode, mask=Gdk.ModifierType.MOD1_MASK)" | |||
=== Xkl.ConfigRec does not have set_model() method === | === Xkl.ConfigRec does not have set_model() method === | ||