[wx-dev] Re: ellipsize in wxStaticText (Re: wxStaticText GTK woes)
Vadim Zeitlin
vadim at wxwindows.org
Wed Jan 10 08:30:20 PST 2007
On Wed, 10 Jan 2007 17:27:22 +0100 Francesco Montorsi <f18m_cpp217828 at yahoo.it> wrote:
FM> I.e. when in LTR the programmer may want to use wxST_DOTS_END and when in RTL he
FM> may want to use wxST_DOTS_START.
No, I think I see the confusion now: it's not up to the program to do it.
It's wx, i.e. you, who must take care to implement START/END correctly for
RTL windows. IOW END should always remove the characters at the logical end
of the string, which can be at the right end (LTR) or left end (RTL).
Regards,
VZ
More information about the wx-dev
mailing list