Re: how to display pixmap on button.

2005-05-19 Thread Muthiah Annamalai
Hi! There are two ways. Using GLADE 1: Edit the .glade file! or use Glade to edit the UI interface. Programming Wise. 2: Button widget has a child which holds the Label widget. Now you have to create a image, and like a container you add it into the button, like this. This code does your j

how to display pixmap on button.

2005-05-17 Thread harshavardhanreddy mandeepala
hi, i have created buttons with some names on them using glade-2 tools. i have used gdk,gtk programming on linux fedora core 3 platrform. now i want to remove those names on buttons and display appropriate pixmap(ex:Back.xpm ,which i have already with me)on the buttons. if u have a solution kind