"""base_RemoveChild(Window child)"""
return _controls.PyControl_base_RemoveChild(*args, **kwargs)
+ def base_ShouldInheritColours(*args, **kwargs):
+ """base_ShouldInheritColours() -> bool"""
+ return _controls.PyControl_base_ShouldInheritColours(*args, **kwargs)
+
+ def base_ApplyParentThemeBackground(*args, **kwargs):
+ """base_ApplyParentThemeBackground(Colour c)"""
+ return _controls.PyControl_base_ApplyParentThemeBackground(*args, **kwargs)
+
class PyControlPtr(PyControl):
def __init__(self, this):
self.__class__ = PyControl
_controls.PyControl_swigregister(PyControlPtr)
+def PrePyControl(*args, **kwargs):
+ """PrePyControl() -> PyControl"""
+ val = _controls.new_PrePyControl(*args, **kwargs)
+ val.thisown = 1
+ return val
+
#---------------------------------------------------------------------------
FRAME_EX_CONTEXTHELP = _controls.FRAME_EX_CONTEXTHELP