[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[gtkmm] fonts in gtkmm1.2
- From: "Koecher Rainer ETR.ETB2" <Rainer Koecher ElinEbgTraction at>
- To: <gtkmm-list gnome org>
- Subject: [gtkmm] fonts in gtkmm1.2
- Date: Fri, 30 Aug 2002 14:30:53 +0200
Title: fonts in gtkmm1.2
I found a sloution for changing the font in Gtkmm 1.2 Widgets:
Gtk::Style *s = label.get_style();
Gdk_Font f = gdk_font_load("-*-helvetica-bold- …..")
s.set_font(f);
the only disatwantage of this code ist that it changes the font for all Widgets in the window. Does anybody know a solution which changes the font only in that widget which should be changed?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]