Commit graph

10 commits

Author SHA1 Message Date
Dana Jansens
4534151926 split up the otk stuff into separate files.
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-17 21:25:52 +00:00
Dana Jansens
716ab805a0 remove some include/import we dont need.
include all the headers we do need before each code fragment
2003-02-17 15:49:56 +00:00
Dana Jansens
c217a73090 split the ob module into separate .i's
cleanly define the interface, add functions for modifying the objects (via client messages)
2003-02-17 15:42:31 +00:00
Dana Jansens
a7d17188a4 return a Python list of Client*'s when a std::list<Client*> is returned 2003-02-17 11:49:35 +00:00
Dana Jansens
059bc4dc24 add a Config class with config data from the scripts.
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-14 03:04:23 +00:00
Dana Jansens
1e46a39dc3 more user friendly net_showing_desktop support 2003-02-10 22:17:40 +00:00
Dana Jansens
115fedf432 use the c++ std cheaders 2003-02-09 23:07:54 +00:00
Dana Jansens
5adb8c82d1 updated wrappers around the new otk widget system and style system 2003-02-08 07:34:25 +00:00
Dana Jansens
8cc2716041 supply the same interface with optional arguments as before. increment callback functions when they are registered. 2003-02-05 16:25:38 +00:00
Dana Jansens
7c8c9e998f new swig build system. much better. yay. 2003-02-05 15:38:29 +00:00