diff options
Diffstat (limited to 'examples/elementary/test_toolbar.py')
-rw-r--r-- | examples/elementary/test_toolbar.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/elementary/test_toolbar.py b/examples/elementary/test_toolbar.py index 28568dd..932d8ad 100644 --- a/examples/elementary/test_toolbar.py +++ b/examples/elementary/test_toolbar.py | |||
@@ -46,9 +46,10 @@ def tb_4a(obj, it, ph): | |||
46 | def tb_5(obj, it, ph): | 46 | def tb_5(obj, it, ph): |
47 | ph.file = None | 47 | ph.file = None |
48 | 48 | ||
49 | def cb_clicked(tb): | 49 | def cb_clicked(tb, it): |
50 | print("CLICKED") | 50 | print("CLICKED") |
51 | print(tb) | 51 | print(tb) |
52 | print(it) | ||
52 | 53 | ||
53 | def cb_item_focused(tb, item): | 54 | def cb_item_focused(tb, item): |
54 | print("ITEM FOCUSED") | 55 | print("ITEM FOCUSED") |