search for: get_vendor_nam

Displaying 1 result from an estimated 1 matches for "get_vendor_nam".

Did you mean: get_vendor_name
2004 Mar 30
12
Big question: Move to SWIG?
...of what wxpp could be. FXRuby and wxPython, which I consider to be close "cousins" of ours, both use SWIG. As an experiment, in an empty directory, I created a SWIG file that wraps a minimal Wx::App. I wrote a tiny ruby app that creates a Wx::App object, and calls set_vendor_name and get_vendor_name on it. It all works, and is pretty straightforward. (Note that main_loop is not there yet!) If we are going to switch, now is the perfect time. Instead of creating a .t file for each class, we can create a SWIG file for each class. Either way is about the same amount of work, but I believe th...