Skeleton theme test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import gtk
|
||||
|
||||
from sugar.canvas.CanvasBox import CanvasBox
|
||||
|
||||
class BuddyPopup(gtk.Window):
|
||||
def __init__(self, grid)
|
||||
gtk.Window.__init__(self, gtk.WINDOW_POPUP)
|
||||
|
||||
box = CanvasBox(grid)
|
||||
|
||||
Reference in New Issue
Block a user