jlebra wrote:

> I have created a
> gtk_radio_button_new_with_label(NULL, "test")
No group ? Glip!

> But I would like to change the pixmap on the button by
> an other.
> 
> How can I make?
A radiobutton is a  checkbutton, that is a togglebutton, that is a
button that is a bin.
So you can remove the label from the bin and put a [v|h]box with a
pixmap and a label in it.

> Have you a solution?
Hope this helps...

BYtE,
 Diego.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to