gtkmm2: font and size: Gtk::Widget::modify_font() color of label: Gtk::Widget::modify_fg() color of widget with editable text: Gtk::Widget::modify_text()
gtkmm3: font and size: Gtk::Widget::override_font() color: Gtk::Widget::override_color() Concerning color, see also bug 551912 (https://bugzilla.gnome.org/show_bug.cgi?id=551912). It's more complicated than you would think to find the correct way to change the color of a label or other widget. lör 2011-07-23 klockan 10:03 +0400 skrev Outlandish .: > Hello there . > How to change label's font , color , and size using code?? > thanks... > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
