Re: How to change pixmap in button?



>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);
           				 				 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]