SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,9 +193,15 @@ class wxNativeFontInfoPtr :
|
||||
def FromXFontName(self, *_args, **_kwargs):
|
||||
val = apply(gdic.wxNativeFontInfo_FromXFontName,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def IsDefault(self, *_args, **_kwargs):
|
||||
val = apply(gdic.wxNativeFontInfo_IsDefault,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetXFontName(self, *_args, **_kwargs):
|
||||
val = apply(gdic.wxNativeFontInfo_GetXFontName,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def SetXFontName(self, *_args, **_kwargs):
|
||||
val = apply(gdic.wxNativeFontInfo_SetXFontName,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def Init(self, *_args, **_kwargs):
|
||||
val = apply(gdic.wxNativeFontInfo_Init,(self,) + _args, _kwargs)
|
||||
return val
|
||||
@@ -1270,6 +1276,7 @@ wxFONTFAMILY_SWISS = gdic.wxFONTFAMILY_SWISS
|
||||
wxFONTFAMILY_MODERN = gdic.wxFONTFAMILY_MODERN
|
||||
wxFONTFAMILY_TELETYPE = gdic.wxFONTFAMILY_TELETYPE
|
||||
wxFONTFAMILY_MAX = gdic.wxFONTFAMILY_MAX
|
||||
wxFONTFAMILY_UNKNOWN = gdic.wxFONTFAMILY_UNKNOWN
|
||||
wxFONTSTYLE_NORMAL = gdic.wxFONTSTYLE_NORMAL
|
||||
wxFONTSTYLE_ITALIC = gdic.wxFONTSTYLE_ITALIC
|
||||
wxFONTSTYLE_SLANT = gdic.wxFONTSTYLE_SLANT
|
||||
|
Reference in New Issue
Block a user