]> git.saurik.com Git - wxWidgets.git/commit
Moved text control subclassing code inside MSWOnNotify.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 16 Apr 2002 20:05:47 +0000 (20:05 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 16 Apr 2002 20:05:47 +0000 (20:05 +0000)
commitcd6bd27059034bbde94e8ddcd68794b54285412d
treec1c8ad6e02aead74ea245b39cdb651525b76c280
parent787a85c23949784c470f9bfaa1f88d0a2dcdeabf
Moved text control subclassing code inside MSWOnNotify.
Now all edit controls for tree labels are subclassed (previously only the ones
  created by EditLabel were ).
Now GetEditControl() always returns a pointer to a textctrl when editing
  is in progress.
Removed #if-0 code in GetEditControl() to do the above.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/treectrl.cpp