>I have been trying to change the pixmap of a button in
>which I previously inserted a pixmap, using the button
>as a container for the pixmap. How to empty the
>container to insert a new pixmap?

           gtk_container_remove (GTK_CONTAINER(button_widget),  
                                 pixmap_widget);
                                                                         
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to