I am writing an application that has two option menu's. I want to programatically change the selected value of one of the options menus when the other one changes value. How can I do this? I tried using gtk_menu_set_active on the menu within the Option Menu widget but that didn't work.
Joseph Kain