ComboBox change font
- From: knorretje <schwein chello nl>
- To: gtkmm-list gnome org
- Subject: ComboBox change font
- Date: Thu, 21 Oct 2004 12:54:30 +0200
Hi,
I want to change the font of a Gtk::ComboBoxText,
to change the font of the label part i do:
Gtk::ComboBoxText combo;
Pango::FontDescription f("OptimFont");
f.set_size(14 * Pango::SCALE);
combo.get_child()->modify_font(f);
but how can i change the font of the popup part?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]