]> git.saurik.com Git - wxWidgets.git/commit - include/wx/gtk1/dcclient.h
Really cheesy attempt to make wxDC::DrawText() utilize gtk+ 1.3.1's
authorOve Kaaven <ovek@arcticnet.no>
Wed, 19 Jul 2000 10:44:14 +0000 (10:44 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Wed, 19 Jul 2000 10:44:14 +0000 (10:44 +0000)
commit8943b4030c6b9a4cdc7dd1e10bfa47bc1df67502
treec945ace1c7277f2a6319f67b26b0d30814e0c503
parenta2d8ce854eb44b61371e3ba010717a2972350e03
Really cheesy attempt to make wxDC::DrawText() utilize gtk+ 1.3.1's
multilingual text rendering engine to draw Unicode text (doubt this works
on wxMemoryDC, but at least it makes the generic listctrl show unicode text).

But I suspect that the text engine really should be abstracted at
a higher level in wxWindows...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/dcclient.h
include/wx/gtk1/dcclient.h
src/gtk/dcclient.cpp
src/gtk1/dcclient.cpp