[ wxwindows-Bugs-1571806 ] GTK breaks wxTE_CHARWRAP
SourceForge.net
noreply at sourceforge.net
Thu Oct 5 16:45:49 PDT 2006
Bugs item #1571806, was opened at 2006-10-06 02:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1571806&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxGTK specific
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Death Knight® (erdem_ua)
Assigned to: Nobody/Anonymous (nobody)
Summary: GTK breaks wxTE_CHARWRAP
Initial Comment:
Hi,
wxTextCtrl uses GTK Text widged , which uses Pango has
a fault.
http://bugzilla.gnome.org/show_bug.cgi?id=131625
Ie it changes from
Copyed from that post:
Ie it changes from
----------------------------------
|word_______________________ | `_' == space char
| |
| |
| |
----------------------------------
to
----------------------------------
|wor |
|d_____________________________ |
| |
| |
| |
----------------------------------
and then this
----------------------------------
|or |
|__________________________________|
| |
| |
| *********************************| <- scrollbar
----------------------------------
In wxTE_CHARWRAP mode, I wouldn't expect the horizontal
scrollbar ever to appear. :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1571806&group_id=9863
More information about the wx-dev
mailing list