Basic functionalities mostly working

This commit is contained in:
Marco Pesenti Gritti
2006-10-13 19:04:04 +02:00
parent 63e12fbd5e
commit 62fd4dcd89
5 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class PanelWindow(gtk.Window):
canvas = hippo.Canvas()
self._bg = hippo.CanvasBox(background_color=0x4f4f4fff)
self._bg = hippo.CanvasBox(background_color=0x414141ff)
canvas.set_root(self._bg)
self.add(canvas)