Re: libglademm and disappearing button icons
- From: "Milosz Derezynski" <internalerror gmail com>
- To: johnmb <johnmblackburn googlemail com>
- Cc: gtkmm-list gnome org
- Subject: Re: libglademm and disappearing button icons
- Date: Thu, 12 Jun 2008 13:51:14 +0200
If you're creating a composite child for the Button using glade, then using set_label() will remove it, and place a Gtk::Label in the Button instead.
For just changing the label, you would need to access the actual Gtk::Label you placed in yourself, and use Gtk::Label::set_text() or Gtk::Label::set_markup() on it.
-- Milosz
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]