Mohammed Rashad wrote: > sorry for off-topic. kindly forgive me > I would like to make a python gui toolkit based on FOX C++ Gui toolkit. I > had some basic knowledge in swig based on tutorials given in the > swig.org homepage. > But my knowledge is not enough to make swig files for a whole GUI toolkit. > > So anyone please give me some links on making swig interface for python. > Is there any good books for the making of swig interface. Treat me as a > newbie to swig.
The lack of sufficient documentation for SWIG is one of the reasons why we have abandoned the use of SWIG in GRASS. The only thing which I can suggest is to look at the wxPython source code, as that is basically SWIG/Python bindings for wxWidgets, which is also a C++ GUI toolkit. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
