Re: Windows7-64 and Gtk::Stock::CLOSE



On Wed, 2010-11-03 at 17:53 -0400, ArbolOne wrote:
> I have initialized my button like this: btnQuit = Gtk::manage(new 
> Gtk::Button(Gtk::Stock::CLOSE));
> However, the button is displayed without the 'close icon'.
> What can I do to make gtkmm display the icons in the buttons?
> 
> TIA
> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list

The MS-Windows theme does not show icons in buttons because other
Windows applications normally do not either. You can change this by
editing share/MS-Windows/gtk-2.0/gtkrc and set gtk-button-images to 1.

Armin



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