Re: How do you select...



All i want is a function that can change the item in the option_menu

As Detlef said:

To select the first menu_item:
gtk_option_menu_set_history (GTK_OPTION_MENU (option_menu), 0);
to select the second:
gtk_option_menu_set_history (GTK_OPTION_MENU (option_menu), 1);
etc...

Carlos




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]