summaryrefslogtreecommitdiffstats
path: root/src/ganv_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv_test.py')
-rwxr-xr-xsrc/ganv_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ganv_test.py b/src/ganv_test.py
index 1d08ba4..8ba784d 100755
--- a/src/ganv_test.py
+++ b/src/ganv_test.py
@@ -7,7 +7,8 @@ win.set_title("Ganv Python Test")
win.connect("destroy", lambda obj: Gtk.main_quit())
canvas = Ganv.Canvas.new(1024, 768)
-
+module = Ganv.Module(canvas=canvas,
+ label="Test")
win.add(canvas)
win.show_all()
win.present()