>
> void
> on_button1_clicked (GtkButton *button,
> gpointer user_data)
> {
<snip>
the best i got out of this is
Gtk-WARNING **: gtk_signal_connect(): could not find signal
"button1_clicked" in the `GtkOptionMenu' class ancestry
> window1 = create_window1 ();
> option_menu = lookup_widget (window1, "optionmenu1");
> gtk_signal_connect (GTK_OBJECT (GTK_OPTION_MENU (option_menu)->menu),
> "deactivate", GTK_SIGNAL_FUNC (on_option_selected),
> NULL);
>
Where do i put this? In callbacs.c? What signal is supposed to fire it
up?
If I have an option menu with items A, B, C, and select C, is it told as
item 2 ( maybe 3 ) or as C is selected. If A, B or C is selected, how do i
make the program realize what item was selected.
The only thing that give some kind of response is the signals
click, enter, leave, pressed, released together with handlers named
on_optionmenu1_clicked, enter, leave... and they work only when clicked,
enter... the option menu bar with the little rectangle.
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.