def GetWeight(self):
val = gdic.wxFont_GetWeight(self.this)
return val
+ def SetFaceName(self,arg0):
+ val = gdic.wxFont_SetFaceName(self.this,arg0)
+ return val
+ def SetFamily(self,arg0):
+ val = gdic.wxFont_SetFamily(self.this,arg0)
+ return val
+ def SetPointSize(self,arg0):
+ val = gdic.wxFont_SetPointSize(self.this,arg0)
+ return val
+ def SetStyle(self,arg0):
+ val = gdic.wxFont_SetStyle(self.this,arg0)
+ return val
+ def SetUnderlined(self,arg0):
+ val = gdic.wxFont_SetUnderlined(self.this,arg0)
+ return val
+ def SetWeight(self,arg0):
+ val = gdic.wxFont_SetWeight(self.this,arg0)
+ return val
def __repr__(self):
return "<C wxFont instance>"
class wxFont(wxFontPtr):
def Ok(self):
val = gdic.wxBrush_Ok(self.this)
return val
+ def SetColour(self,arg0):
+ val = gdic.wxBrush_SetColour(self.this,arg0.this)
+ return val
+ def SetStipple(self,arg0):
+ val = gdic.wxBrush_SetStipple(self.this,arg0.this)
+ return val
+ def SetStyle(self,arg0):
+ val = gdic.wxBrush_SetStyle(self.this,arg0)
+ return val
def __repr__(self):
return "<C wxBrush instance>"
class wxBrush(wxBrushPtr):
def GetBackground(self):
val = gdic.wxDC_GetBackground(self.this)
val = wxBrushPtr(val)
- val.thisown = 1
return val
def GetBrush(self):
val = gdic.wxDC_GetBrush(self.this)
val = wxBrushPtr(val)
- val.thisown = 1
return val
def GetCharHeight(self):
val = gdic.wxDC_GetCharHeight(self.this)
def GetFont(self):
val = gdic.wxDC_GetFont(self.this)
val = wxFontPtr(val)
- val.thisown = 1
return val
def GetLogicalFunction(self):
val = gdic.wxDC_GetLogicalFunction(self.this)
def GetPen(self):
val = gdic.wxDC_GetPen(self.this)
val = wxPenPtr(val)
- val.thisown = 1
return val
def GetPixel(self,arg0,arg1):
val = gdic.wxDC_GetPixel(self.this,arg0,arg1)
+class wxWindowDCPtr(wxDCPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def __repr__(self):
+ return "<C wxWindowDC instance>"
+class wxWindowDC(wxWindowDCPtr):
+ def __init__(self,arg0) :
+ self.this = gdic.new_wxWindowDC(arg0.this)
+ self.thisown = 1
+
+
+
+
class wxPostScriptDCPtr(wxDCPtr):
def __init__(self,this):
self.this = this