diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-31 08:28:05 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-12-19 12:45:50 -0500 |
commit | bfa53a9df55eeffef21995d634cd7fc76ffe90da (patch) | |
tree | 8d9f1b87e5b9b4ae6746afd6068460a93dbdc049 /tests | |
parent | 8841c04e2256679e3fad84bb2d56adc1c410db71 (diff) | |
download | gtk+-bfa53a9df55eeffef21995d634cd7fc76ffe90da.tar.gz |
Add some todos
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgmenu.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testgmenu.c b/tests/testgmenu.c index e67d1f87a9..029863b32e 100644 --- a/tests/testgmenu.c +++ b/tests/testgmenu.c @@ -23,6 +23,19 @@ #include <gio/gio.h> #include <gtk/gtk.h> +/* TODO + * + * - Debug initial click problem. + * + * - Dynamic changes. Add/Remove items, sections, submenus and + * reconstruct the widgetry. + * + * - Focus changes. Verify that stopping subscriptions works + * as intended. + * + * - Other attributes. What about icons ? + */ + /* GtkMenu construction {{{1 */ static void |