Applied (and heavily modified) a patch from Eugene

<svip123@fastmail.fm> that allows the sample modules in the demo to be
edited and reloaded, all from within the demo.  You can switch back
and forth beteen the default and your edited version, and any errors
ocurring upon the reload are reported on the Demo tab.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-08-06 00:09:45 +00:00
parent 14fb0a9f81
commit 08ecc92023
2 changed files with 768 additions and 132 deletions

File diff suppressed because it is too large Load Diff

View File

@ -100,7 +100,11 @@ It is now possible to change the tab traversal order of controls on a
panel or dialog. For details see the new MoveAfterInTabOrder and
MoveBeforeInTabOrder methods of wx.Window.
Applied (and heavily modified) a patch from Eugene
<svip123@fastmail.fm> that allows the sample modules in the demo to be
edited and reloaded, all from within the demo. You can switch back
and forth beteen the default and your edited version, and any errors
ocurring upon the reload are reported on the Demo tab.