GtkAssistant - conditional flow

2007-04-25 Thread minux
much Minux ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkAssistant - conditional flow

2007-04-25 Thread minux
much Minux ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How to handle radio buttons ?

2007-03-20 Thread minux
tk_radio_button_get_group(GTK_RADIO_BUTTON(button)), "second choice"); But in the next step, I don't know how to get an information about which choice has been chosen :-( Could you please send me some example or clear it up ? Thank you very much Minux __