Re: How do you select...
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: How do you select...
- Date: Tue, 1 May 2001 16:44:46 +0100
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]