summaryrefslogtreecommitdiff
path: root/wrap
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-14 03:04:23 +0000
committerDana Jansens <danakj@orodu.net>2003-02-14 03:04:23 +0000
commit059bc4dc24b68d637c3608c05344c53c64cc2c4b (patch)
tree6772afd49bd8c7ea1cb07d8af631f25a618f5e11 /wrap
parent1431cd19584e750309561e0054fd013d566965cb (diff)
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.
Diffstat (limited to 'wrap')
-rw-r--r--wrap/ob.i3
1 files changed, 3 insertions, 0 deletions
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"