GtkMenu

GtkMenu — a menu.

Synopsis

class GtkMenu GtkMenuShell
{
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<-- GtkMenuShell<--GtkMenu

Methods

append (child)
detach ()
ensure_uline_accel_group ()
get_accel_group ()
get_active ()
get_attach_widget ()
get_uline_accel_group ()
insert (child, position)
popdown ()
prepend (child)
reorder_child (child, position)
reposition ()
set_accel_group (accel_group)
set_active (index)
set_tearoff_state (torn_off)
set_title (title)

Related Functions

gtk_menu_get_type () -- replaces GTK_TYPE_MENU
gtk_menu_new ()

Example

See the Menus example in the Example Code Appendix.