Sean Long
2005-Aug-22 10:46 UTC
Patches for inheritance fixes for 2 classes and added 1 class
I still have not gotten the latest code to display a window on OS X, I put output statements all through the minimal sample and all the code was hit except for GUI event related code. I seems as everything is working fine but the GUI just does not show anything. Anyway in the process of looking for a fix I fixed some other errors that I came across. in App.i I changed wxDEBUG to __WXDEBUG__ now all the extra debug info is spit out at the command line (at least on Mac OS X, should on others also) in Window I got rid of the Clear() method which no longer exists, I am surprised we did not get a problem with this earlier. I also changed the GetFont method to the correct form. I added TopLevelWindow so Frame can inherit from it as it should. I changed MenuBar to inherit from Window instead of EvtHandler per the docs and the wx header files. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Seemingly Similar Threads
- [ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
- wxDebug
- [814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
- Compiling problem on Ubuntu 9.10 64 bit
- [790] trunk/wxruby2/swig/classes: Added TextUrlEvent class and EvtHandler mapping