Displaying 1 result from an estimated 1 matches for "rb_define".
Did you mean:
ac_define
2005 Jan 16
3
New Doc Status
...st-beneficial to the wxRuby community. Perhaps someone reading this
may have an opinion, idea or insight that will help. Here''s the
direction I have/am moving in...
- Extract the classes from the xml file into individual class text files
in a generic format
- Read in cpp files for all rb_define* statements and create a map of
ruby methods to c++ methods. This will be intelligent, because methods
are named with the convention "_wrap_className_methodName". (If this
convention isn''t universal Nick, could you give me a heads up)
- Generate Html files. While generating f...