+class wxSystemOptionsPtr(wxObjectPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def __repr__(self):
+ return "<%s.%s instance; proxy of C++ wxSystemOptions instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+class wxSystemOptions(wxSystemOptionsPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = misc2c.new_wxSystemOptions(*_args,**_kwargs)
+ self.thisown = 1
+
+
+
+
class wxToolTipPtr(wxObjectPtr):
def __init__(self,this):
self.this = this
if val: val = wxWavePtr(val); val.thisown = 1
return val
+wxDrawWindowOnDC = misc2c.wxDrawWindowOnDC
+
def wxSystemSettings_GetColour(*_args, **_kwargs):
val = misc2c.wxSystemSettings_GetColour(*_args,**_kwargs)
if val: val = wxColourPtr(val); val.thisown = 1
wxSystemSettings_SetScreenType = misc2c.wxSystemSettings_SetScreenType
+wxSystemOptions_SetOption = misc2c.wxSystemOptions_SetOption
+
+wxSystemOptions_SetOptionInt = misc2c.wxSystemOptions_SetOptionInt
+
+wxSystemOptions_GetOption = misc2c.wxSystemOptions_GetOption
+
+wxSystemOptions_GetOptionInt = misc2c.wxSystemOptions_GetOptionInt
+
+wxSystemOptions_HasOption = misc2c.wxSystemOptions_HasOption
+
wxToolTip_Enable = misc2c.wxToolTip_Enable
wxToolTip_SetDelay = misc2c.wxToolTip_SetDelay