First go at support of focusable widgets inside the palette.

Not enabled yet because focus confuses our deactivation logic
but it seem to work otherwise.
This commit is contained in:
Marco Pesenti Gritti
2007-08-08 03:07:00 +02:00
parent 2485e15030
commit 0b355dcbb9
5 changed files with 82 additions and 153 deletions
+1
View File
@@ -18,6 +18,7 @@ modulename _sugarext
import gobject.GObject as PyGObject_Type
import gtk.Entry as PyGtkEntry_Type
import gtk.Menu as PyGtkMenu_Type
import gtk.Container as PyGtkContainer_Type
import gtk.gdk.Window as PyGdkWindow_Type
%%
ignore-glob