Re: using svg icons in toolbar
- From: Rob Benton <rob benton conwaycorp net>
- To: John Taber <jtaber johntaber net>
- Cc: gtkmm-list gnome org
- Subject: Re: using svg icons in toolbar
- Date: Sun, 20 Mar 2005 02:54:10 -0600
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]