Re: Gtk::Stock::CANCEL



Did you ever get a solution to this problem? Even trying some of the suggestions on this list to your original post, I still can't get a stock image to appear on any buttons. I can get the text of the stock button to appear just fine, but never the associated image.

Jim


On 10/23/2009 10:33 AM, ArbolOne wrote:
Yes, I am using WinXP, is there a way to change the theme, I really like
the look and feel of GNOME.

TIA

Murray Cumming wrote:
On Thu, 2009-10-22 at 20:31 -0400, ArbolOne wrote:
Hello,
I am trying to add a stock icon to a button like this:
this->btnCancel = Gtk::manage(new Gtk::Button(Gtk::Stock::CANCEL));
this is supposed to display a button with a X next to it (X Cancel),
just like the Accept button in the example just above the description
of ~Button(), which display a folded arrow pointing to the left
[http://library.gnome.org/devel/gtkmm/unstable/classGtk_1_1Button.html]

However, the button in my application does not display the intended
image, does anyone know what I am doing wrong?

Are you using Windows? The default GTK+ theme on Windows doesn't show
stock button images on purpose. I believe that's meant to make GTK+
applications look more correct on Windows.




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