In Glade, I go to add a button, and try to add a label/image; however, the stock button and label fields are faded, and I cannot add anything to them. Why does it do this? How do get Glade to allow me to add content to the buttons?
Asked
Active
Viewed 2,217 times
1 Answers
5
You must add a Related Action by clicking the "..." button. Once you have added an action, disable Use Action Appearance. Then you can clear the related action and set the button to whatever you wish.
You can also continue using the action as sort of standardized actions in your program. For instance, most apps will have new buttons, so with actions you can create a simple new action, then just set toolbar buttons, buttons, whatever to that action and get all the related callbacks, icons and titles.
Kyle
- 66
-
Thanks so much, I would have never figured that out. Is this a new change in Glade 3.14.0? I don't recall having to do this before. – David Planella Nov 11 '12 at 14:12
-
I think it's a bug. – Flimm Mar 05 '13 at 21:59