summaryrefslogtreecommitdiff
path: root/wrap/ob.i
AgeCommit message (Collapse)Author
2003-03-21rm the obsetroot tool and the wrap shit from swigDana Jansens
2003-02-17split up the otk stuff into separate files.Dana Jansens
wrap otk::Property properly with typemaps so that it is usable. wrap otk::Timer properly so that you can use it with a python callback
2003-02-17remove some include/import we dont need.Dana Jansens
include all the headers we do need before each code fragment
2003-02-17split the ob module into separate .i'sDana Jansens
cleanly define the interface, add functions for modifying the objects (via client messages)
2003-02-17return a Python list of Client*'s when a std::list<Client*> is returnedDana Jansens
2003-02-14add a Config class with config data from the scripts.Dana Jansens
set up the functions for loading a style from a file. use the Config class throughout instead of reading out of the python namespace all the time.
2003-02-10more user friendly net_showing_desktop supportDana Jansens
2003-02-09use the c++ std cheadersDana Jansens
2003-02-08updated wrappers around the new otk widget system and style systemDana Jansens
2003-02-05supply the same interface with optional arguments as before. increment ↵Dana Jansens
callback functions when they are registered.
2003-02-05new swig build system. much better. yay.Dana Jansens