search for: wxmdiparentframe

Displaying 2 results from an estimated 2 matches for "wxmdiparentframe".

Did you mean: mdiparentframe
2006 Sep 03
5
Patch to wxMDIParentFrame.h
This patch file will allow the MDI example to run. We''ll need to revisit it later. There''s still a crash but it''s the same crash as from the scrolled window example. I''ll send a patch later that fixes the problem with DrawLines. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2006 Aug 27
1
MDI fixed
In diagnosing the wxWindow.h problem I discovered that the problem is related to directors wrapping returned pointers. I went in to wxMDIParentFrame and removed ''virtual'' from a couple of the functions and the MDI windows work again. I will investigate a fix for this later, since there are a lot of functions that return pointers. However, the MDI crash was a big one that was driving me nuts. If I can''t fix the u...