]> git.saurik.com Git - wxWidgets.git/commit - src/x11/window.cpp
Added some missing wxTextCtrl features to to-do list in wxX11's readme.txt
authorJulian Smart <julian@anthemion.co.uk>
Mon, 22 Apr 2002 14:33:07 +0000 (14:33 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 22 Apr 2002 14:33:07 +0000 (14:33 +0000)
commit58ec225526177917a3806c6cd394ab56d18280e1
treec29b9e6b093e30991efcda0d11d4e82c772fbd0f
parent478e03412d1d2d19ce5b70dd7ed310ed9ad31730
Added some missing wxTextCtrl features to to-do list in wxX11's readme.txt
Made the wxTipDialog fonts all Swiss (TODO: use current GUI setting for
the font family)
Worked around focus anomaly by suppressing parent's FocusIn event
when child's focus is being set by clicking on it (TODO: move some of this
to SetFocus() to make it work programmatically)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/x11/readme.txt
samples/widgets/widgets.cpp
src/generic/tipdlg.cpp
src/x11/app.cpp
src/x11/window.cpp