Discussion:
wxComboBox font in GTK
(too old to reply)
Vadim Zeitlin
2009-05-07 08:46:16 UTC
Permalink
On Wed, 6 May 2009 06:24:19 -0700 (PDT) raananb <***@barzel.org> wrote:

r> Under GTK, wxComboBox ignores font instructions, and systematically displays
r> "Sans" font at non-Slant non-Bold 10 points, independent of any Frame font
r> or any specific font definition.

Changing the font works in the current trunk (and also soon to be released
2.9.0), at least for the text part of the combobox. I don't know if it's
feasible to backport the fix to 2.8 branch though as wxComboBox
implementation has been totally changed in the trunk to use the newer GTK+
widget.

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
raananb
2009-05-07 09:30:46 UTC
Permalink
Thanks, I hope 'soon' is soon.
RB
Post by Vadim Zeitlin
r> Under GTK, wxComboBox ignores font instructions, and systematically
displays
r> "Sans" font at non-Slant non-Bold 10 points, independent of any Frame
font
r> or any specific font definition.
Changing the font works in the current trunk (and also soon to be
released
2.9.0), at least for the text part of the combobox. I don't know if it's
feasible to backport the fix to 2.8 branch though as wxComboBox
implementation has been totally changed in the trunk to use the newer GTK+
widget.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
_______________________________________________
wx-users mailing list
http://lists.wxwidgets.org/mailman/listinfo/wx-users
--
View this message in context: http://www.nabble.com/wxComboBox-font-in-GTK-tp23406657p23423171.html
Sent from the wxWidgets - Users mailing list archive at Nabble.com.
Loading...