Hello,
im a beginner with Linux and Glade. I have installed Ubuntu 11.10 64Bit and Glade 3.10.0
I have created new project, added a window and a grid, i have put a button to the grid and have tried 3 different ways to add a picture to this button:
1) i have choosen a builtin-button with the name "gtk-goto-top", on the button properties window i can see an orange arrow, which is showing to the top. Normally i should see this icon on my programm, too, like here:
http://i626.photobucket.com/albums/tt34 ... 105439.pngBut on my program this arrow is not visible, i just see the name of the button "Top".
2) i have added a picture widget to this button, and have choosen a picture from a file, but i still doesnt see any pictire on my program, just the button name.
3) i have deleted the button name / text, after this is have seen the icon of this button, but how can i add icon AND text to the button?