3 --- src/gtk/_core.py.orig 2009-08-06 08:13:06.000000000 +0200
5 @@ -6034,10 +6034,6 @@ class ShowEvent(Event):
6 """GetShow(self) -> bool"""
7 return _core_.ShowEvent_GetShow(*args, **kwargs)
9 - def IsShown(*args, **kwargs):
10 - """IsShown(self) -> bool"""
11 - return _core_.ShowEvent_IsShown(*args, **kwargs)
13 Show = property(GetShow,SetShow,doc="See `GetShow` and `SetShow`")
14 _core_.ShowEvent_swigregister(ShowEvent)