diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-24 23:31:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-24 23:31:38 +0000 |
| commit | bf49e7642027f576716e5742544c282f4396f9ef (patch) | |
| tree | b5ea1942e661a35330ce19443b2b8fd6c33019ef /otk/otk.i | |
| parent | 5a139f7263e33b499836f5df9ac37400e02c32f9 (diff) | |
python. no more guile. python.
Diffstat (limited to 'otk/otk.i')
| -rw-r--r-- | otk/otk.i | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -50,6 +50,26 @@ namespace otk { %rename(itostring_unsigned) itostring(unsigned int); %rename(itostring_long) itostring(long); %rename(itostring_unsigned_long) itostring(unsigned long); + +// these are needed for guile, but not needed for python! +%rename(equals) BColor::operator==; +%rename(equals) Rect::operator==; +%rename(equals) BTexture::operator==; +%ignore BColor::operator!=; +%ignore BTexture::operator!=; +%ignore Rect::operator!=; +%ignore Rect::operator|; +%ignore Rect::operator|=; +%ignore Rect::operator&; +%ignore Rect::operator&=; +%ignore OBTimer::operator<; +%ignore TimerLessThan; + +/* +%rename(set_multi) OtkProperty::set(Window, Atoms, Atoms, unsigned long[], int); +%rename(set_string) OtkProperty::set(Window, Atoms, StringType, const std::string &); +%rename(set_string_multi) OtkProperty::set(Window, Atoms, StringType, const StringVect &); +*/ } %include "eventdispatcher.hh" |
