from gdi import *
+from fonts import *
+
from windows import *
from clip_dnd import *
def __repr__(self):
return "<C wxSashEvent instance at %s>" % (self.this,)
class wxSashEvent(wxSashEventPtr):
- def __init__(self,this):
- self.this = this
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(windows3c.new_wxSashEvent,_args,_kwargs)
+ self.thisown = 1
def __init__(self,this):
self.this = this
self.thisown = 0
+ def Create(self, *_args, **_kwargs):
+ val = apply(windows3c.wxSashWindow_Create,(self,) + _args, _kwargs)
+ return val
def GetSashVisible(self, *_args, **_kwargs):
val = apply(windows3c.wxSashWindow_GetSashVisible,(self,) + _args, _kwargs)
return val
def __init__(self,*_args,**_kwargs):
self.this = apply(windows3c.new_wxSashWindow,_args,_kwargs)
self.thisown = 1
- #wx._StdWindowCallbacks(self)
+ self._setOORInfo(self)
+
+def wxPreSashWindow(*_args,**_kwargs):
+ val = wxSashWindowPtr(apply(windows3c.new_wxPreSashWindow,_args,_kwargs))
+ val.thisown = 1
+ val._setOORInfo(val)
+ return val
class wxQueryLayoutInfoEventPtr(wxEventPtr):
def __repr__(self):
return "<C wxQueryLayoutInfoEvent instance at %s>" % (self.this,)
class wxQueryLayoutInfoEvent(wxQueryLayoutInfoEventPtr):
- def __init__(self,this):
- self.this = this
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(windows3c.new_wxQueryLayoutInfoEvent,_args,_kwargs)
+ self.thisown = 1
def __repr__(self):
return "<C wxCalculateLayoutEvent instance at %s>" % (self.this,)
class wxCalculateLayoutEvent(wxCalculateLayoutEventPtr):
- def __init__(self,this):
- self.this = this
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(windows3c.new_wxCalculateLayoutEvent,_args,_kwargs)
+ self.thisown = 1
def __init__(self,this):
self.this = this
self.thisown = 0
+ def Create(self, *_args, **_kwargs):
+ val = apply(windows3c.wxSashLayoutWindow_Create,(self,) + _args, _kwargs)
+ return val
def GetAlignment(self, *_args, **_kwargs):
val = apply(windows3c.wxSashLayoutWindow_GetAlignment,(self,) + _args, _kwargs)
return val
def __init__(self,*_args,**_kwargs):
self.this = apply(windows3c.new_wxSashLayoutWindow,_args,_kwargs)
self.thisown = 1
- #wx._StdWindowCallbacks(self)
- #wx._checkForCallback(self, 'OnCalculateLayout', wxEVT_CALCULATE_LAYOUT)
- #wx._checkForCallback(self, 'OnQueryLayoutInfo', wxEVT_QUERY_LAYOUT_INFO)
+ self._setOORInfo(self)
+def wxPreSashLayoutWindow(*_args,**_kwargs):
+ val = wxSashLayoutWindowPtr(apply(windows3c.new_wxPreSashLayoutWindow,_args,_kwargs))
+ val.thisown = 1
+ val._setOORInfo(val)
+ return val
+
class wxLayoutAlgorithmPtr(wxObjectPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
- def __del__(self,windows3c=windows3c):
- if self.thisown == 1 :
- windows3c.delete_wxLayoutAlgorithm(self)
+ def __del__(self, delfunc=windows3c.delete_wxLayoutAlgorithm):
+ if self.thisown == 1:
+ try:
+ delfunc(self)
+ except:
+ pass
def LayoutMDIFrame(self, *_args, **_kwargs):
val = apply(windows3c.wxLayoutAlgorithm_LayoutMDIFrame,(self,) + _args, _kwargs)
return val
+class wxPopupWindowPtr(wxWindowPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def Create(self, *_args, **_kwargs):
+ val = apply(windows3c.wxPopupWindow_Create,(self,) + _args, _kwargs)
+ return val
+ def Position(self, *_args, **_kwargs):
+ val = apply(windows3c.wxPopupWindow_Position,(self,) + _args, _kwargs)
+ return val
+ def __repr__(self):
+ return "<C wxPopupWindow instance at %s>" % (self.this,)
+class wxPopupWindow(wxPopupWindowPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(windows3c.new_wxPopupWindow,_args,_kwargs)
+ self.thisown = 1
+ self._setOORInfo(self)
+
+
+
+def wxPrePopupWindow(*_args,**_kwargs):
+ val = wxPopupWindowPtr(apply(windows3c.new_wxPrePopupWindow,_args,_kwargs))
+ val.thisown = 1
+ val._setOORInfo(val)
+ return val
+
+
+class wxPopupTransientWindowPtr(wxPopupWindowPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def _setCallbackInfo(self, *_args, **_kwargs):
+ val = apply(windows3c.wxPopupTransientWindow__setCallbackInfo,(self,) + _args, _kwargs)
+ return val
+ def Popup(self, *_args, **_kwargs):
+ val = apply(windows3c.wxPopupTransientWindow_Popup,(self,) + _args, _kwargs)
+ return val
+ def Dismiss(self, *_args, **_kwargs):
+ val = apply(windows3c.wxPopupTransientWindow_Dismiss,(self,) + _args, _kwargs)
+ return val
+ def __repr__(self):
+ return "<C wxPopupTransientWindow instance at %s>" % (self.this,)
+class wxPopupTransientWindow(wxPopupTransientWindowPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(windows3c.new_wxPopupTransientWindow,_args,_kwargs)
+ self.thisown = 1
+ self._setCallbackInfo(self, wxPopupTransientWindow)
+ self._setOORInfo(self)
+
+
+
+def wxPrePopupTransientWindow(*_args,**_kwargs):
+ val = wxPopupTransientWindowPtr(apply(windows3c.new_wxPrePopupTransientWindow,_args,_kwargs))
+ val.thisown = 1
+ val._setOORInfo(val)
+ return val
+
+
+class wxTipWindowPtr(wxPopupTransientWindowPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def SetBoundingRect(self, *_args, **_kwargs):
+ val = apply(windows3c.wxTipWindow_SetBoundingRect,(self,) + _args, _kwargs)
+ return val
+ def Close(self, *_args, **_kwargs):
+ val = apply(windows3c.wxTipWindow_Close,(self,) + _args, _kwargs)
+ return val
+ def __repr__(self):
+ return "<C wxTipWindow instance at %s>" % (self.this,)
+class wxTipWindow(wxTipWindowPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(windows3c.new_wxTipWindow,_args,_kwargs)
+ self.thisown = 1
+ self._setOORInfo(self)
+
+
+
+
#-------------- FUNCTION WRAPPERS ------------------