Use wxUniv textctrl for wxX11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-08-08 19:41:00 +00:00
parent 47cd661014
commit 26f75f229b

View File

@ -1803,7 +1803,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<!-- don't ask... wxX11 must have something extra I guess -->
<set var="UNIV_TEXTCTRL">
<if cond="TOOLKIT=='X11'">src/x11/textctrl.cpp</if>
<!-- <if cond="TOOLKIT=='X11'">src/x11/textctrl.cpp</if> -->
<if cond="TOOLKIT=='X11'">src/univ/textctrl.cpp</if>
<if cond="TOOLKIT=='MGL'">src/univ/textctrl.cpp</if>
<if cond="TOOLKIT=='GTK'">src/univ/textctrl.cpp</if>
<if cond="TOOLKIT=='MSW'">src/univ/textctrl.cpp</if>