]> git.saurik.com Git - wxWidgets.git/commit
Added code to optionally put the wxSTC on a panel instead of directly
authorRobin Dunn <robin@alldunn.com>
Tue, 27 Mar 2001 18:56:28 +0000 (18:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 27 Mar 2001 18:56:28 +0000 (18:56 +0000)
commitcf273c67180c07c5f2b1e9f712aba3ed82c4d70e
tree69e5c8eab8c205dc5f59255b021af5bb9db28754
parent3c2ec1b8ff0c5c732436eea4fc6b32e04bd7e473
Added code to optionally put the wxSTC on a panel instead of directly
in the notebook.  This eliminates most (all?) of the flicker and
slowdown for wxSTC when in notebooks on wxGTK.  My guess is that
wxNotebook is broken, but this is an acceptable workaround.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/wxStyledTextCtrl_1.py
wxPython/demo/wxStyledTextCtrl_2.py