Changing Font in ComboBoxEntryText
- From: "SaiKamesh Rathinasabapathy" <rsaikamesh gmail com>
- To: gtkmm-list gnome org
- Subject: Changing Font in ComboBoxEntryText
- Date: Wed, 9 May 2007 13:33:30 +0530
Hi,
I need to display the content of a Gtk::ComboBoxEntryText in big font.
I tried the following:
Gtk::ComboBoxEntryText combo;
.
.
.
Pango::FontDescription hg1("Sans");
hg1.set_size
(14000);
combo.modify_font(hg1);
But the font is not getting changed. What do I do to make it big?
Thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]