Re: wxWindows again (gdk_text)




Ove Kaaven <ovek@arcticnet.no> writes: 
> But it didn't work so well for multi-line text controls (mapped to
> gtk_text within a gtk_table), and when I look at the gtk_text source in
> gtk+, it doesn't appear to be Pango-ized yet... is that planned so I just
> have to wait, or is there more to it?
>

GtkText is a dead widget; wxWindows needs to be ported to use the new
GtkTextView/GtkTextBuffer. We won't be moving GtkText to unicode.
 
> And wxDC::DrawText() doesn't draw Unicode right, but I suppose that just
> means I'll have to Pango-ize wxDC too, once I figure out how...
>

Yep. Should probably use gdk_draw_pango_layout() or whatever it's called.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]