ComboBox change font



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]