hi

i have button in fixed contrainer

now if i emit press signat to the button with
gtk_button_pressed(GTK_BUTTON(button));
or
g_signal_emit_by_name (G_OBJECT (button), "pressed");
nothing happens

if button it outside fixed, it works fine

thanks fo any suggestions

jirka pirko
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to