Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activity.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index a01702c..3ad0154 100644
--- a/activity.py
+++ b/activity.py
@@ -109,6 +109,10 @@ class TestTheme3Activity(activity.Activity):
notebook = Gtk.Notebook()
hbox = Gtk.HBox()
notebook.append_page(hbox, Gtk.Label('Page 1'))
+ hbox2 = Gtk.HBox()
+ notebook.append_page(hbox2, Gtk.Label('Page 2'))
+ hbox3 = Gtk.HBox()
+ notebook.append_page(hbox3, Gtk.Label('Page 3'))
vbox1 = Gtk.VBox()