sugar-toolkit-gtk3/shell/BuddyPopup.py
Marco Pesenti Gritti 8f6baf6239 Skeleton theme test
2006-09-13 16:26:54 +02:00

11 lines
188 B
Python

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)