Re: using svg icons in toolbar



John Taber wrote:
if I want to use svg icons in the menu toolbar instead of the "stock" icons, do I have to create a new Stock icon from the svg file or can I simply set the button directly (I did not see a set_icon type of method in Gtk::Action)

You can just use the add() method to pack an image widget in there.

button.add(image);



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