aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-07-19 05:56:50 -0500
committerCody Russell <crussell@canonical.com>2010-07-19 05:56:50 -0500
commit29475f3334df3b7c7b5b547afa8b31944ac28237 (patch)
treeeb7e269a960b0e9702b81b855a649af79d336899 /example
parent272dafa2317a9ac6602cf595b7571ed5bb96decc (diff)
downloadayatana-ido-29475f3334df3b7c7b5b547afa8b31944ac28237.tar.gz
ayatana-ido-29475f3334df3b7c7b5b547afa8b31944ac28237.tar.bz2
ayatana-ido-29475f3334df3b7c7b5b547afa8b31944ac28237.zip
Calendar
Diffstat (limited to 'example')
-rw-r--r--example/menus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/menus.c b/example/menus.c
index a2647bb..9c94fe3 100644
--- a/example/menus.c
+++ b/example/menus.c
@@ -1,6 +1,7 @@
#include <gtk/gtk.h>
#include "idoscalemenuitem.h"
+#include "idocalendarmenuitem.h"
#include "idoentrymenuitem.h"
static void
@@ -67,6 +68,9 @@ main (int argc, char *argv[])
menuitem = ido_entry_menu_item_new ();
gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
+ menuitem = ido_calendar_menu_item_new ();
+ gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
+
menuitem = ido_scale_menu_item_new_with_range ("Volume",
IDO_RANGE_STYLE_SMALL,
65, 0, 100, 1);