How to get Gtk::Stock::APPLY icon back in 3.12?
- From: Stefan Salewski <mail ssalewski de>
- To: ML-gtk <gtk-list gnome org>
- Subject: How to get Gtk::Stock::APPLY icon back in 3.12?
- Date: Sun, 31 Aug 2014 16:10:28 +0200
I have used the green checkmark icon button up to 3.10 release.
(in toolbar,http://www.ssalewski.de/PetEd.html.en )
Since 3.12 it is not available any more, for a fast fix I replaced
# minor_grid_select = Gtk::RadioToolButton.new(@major_grid_select, Gtk::Stock::APPLY)
with these two lines
@minor_grid_select = Gtk::RadioToolButton.new(@major_grid_select)
@minor_grid_select.set_icon_name("list-add")
So it works again, but now I have a blue "cross" icon. I am not an
artist, so I do not want to draw my own icons. Is there an easy way to
get the green checkmark back?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]