Re: How to display bmp files to button widget?



On Mon, Mar 26, 2001 at 12:03:41PM +0900, À¯´ë»ó wrote:
> hi!
> 
> I am trying to display bmp images at Button Widget by Mouse Actions(Enter, Leave, Up, Down). 
> 
> How to display bmp files on a Button Widget?
> 
> or where is an Image Button, an Image Toggle Button?
> 
> thank you for reply.

GtkWidget *button, *image_widget;

button = gtk_button_new (image_widget);





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