GTK MenuShell Nested Menu's
- From: Kevin Anthony <kevin s anthony gmail com>
- To: gtk-app-devel-list gnome org
- Subject: GTK MenuShell Nested Menu's
- Date: Wed, 16 Mar 2011 16:51:52 -0400
I'm trying to nest a menu using menu_shell,
GtkWidget *tray_menu;
GtkWidget *child_menu;
tray_menu = gtk_menu_new ();
child_menu = gtk_menu_new ();
gtk_menu_shell_append(GTK_MENU_SHELL(tray_menu), child_menu);
--
Thanks
Kevin Anthony
www.NoSideRacing.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]