Re: How to change color of Gtk::RadioButton's label?



----- Original Message ----- From: "Volosatov Alexander" <rope-walker yandex ru>
To: <gtkmm-list gnome org>
Sent: Monday, December 19, 2005 2:07 PM
Subject: Re: How to change color of Gtk::RadioButton's label?


As I understand nobody know how to do this?
Attach screenshot of my idea.
Maybe someone find answer?

something like this:
  Gtk::CheckButton check;
  Gtk::Label* l=Gtk::manage(new Gtk::Label);
  l->set_markup("<span color = \"blue\"> blue text </span>");
  check.add(*l);

--
Marco



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