From 059bc4dc24b68d637c3608c05344c53c64cc2c4b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Feb 2003 03:04:23 +0000 Subject: 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. --- wrap/ob.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wrap') diff --git a/wrap/ob.i b/wrap/ob.i index 7e95f602..ba59d4d3 100644 --- a/wrap/ob.i +++ b/wrap/ob.i @@ -48,6 +48,9 @@ // do this through events %ignore ob::Screen::showDesktop(bool); +%ignore ob::Screen::managed; +%ignore ob::Screen::config; + %import "otk.i" %import "actions.hh" -- cgit v1.2.3