SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
01e4ec1980
commit
a323d3bda7
@ -9,6 +9,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
@ -9129,6 +9129,65 @@ static PyObject *_wrap_wxStyledTextCtrl_SetHScrollBar(PyObject *self, PyObject *
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define wxStyledTextCtrl_GetLastKeydownProcessed(_swigobj) (_swigobj->GetLastKeydownProcessed())
|
||||||
|
static PyObject *_wrap_wxStyledTextCtrl_GetLastKeydownProcessed(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
bool _result;
|
||||||
|
wxStyledTextCtrl * _arg0;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
char *_kwnames[] = { "self", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStyledTextCtrl_GetLastKeydownProcessed",_kwnames,&_argo0))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStyledTextCtrl_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStyledTextCtrl_GetLastKeydownProcessed. Expected _wxStyledTextCtrl_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
|
_result = (bool )wxStyledTextCtrl_GetLastKeydownProcessed(_arg0);
|
||||||
|
|
||||||
|
wxPyEndAllowThreads(__tstate);
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} _resultobj = Py_BuildValue("i",_result);
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
|
#define wxStyledTextCtrl_SetLastKeydownProcessed(_swigobj,_swigarg0) (_swigobj->SetLastKeydownProcessed(_swigarg0))
|
||||||
|
static PyObject *_wrap_wxStyledTextCtrl_SetLastKeydownProcessed(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
wxStyledTextCtrl * _arg0;
|
||||||
|
bool _arg1;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
int tempbool1;
|
||||||
|
char *_kwnames[] = { "self","val", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxStyledTextCtrl_SetLastKeydownProcessed",_kwnames,&_argo0,&tempbool1))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStyledTextCtrl_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStyledTextCtrl_SetLastKeydownProcessed. Expected _wxStyledTextCtrl_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
_arg1 = (bool ) tempbool1;
|
||||||
|
{
|
||||||
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
|
wxStyledTextCtrl_SetLastKeydownProcessed(_arg0,_arg1);
|
||||||
|
|
||||||
|
wxPyEndAllowThreads(__tstate);
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} Py_INCREF(Py_None);
|
||||||
|
_resultobj = Py_None;
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr) {
|
static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr) {
|
||||||
wxStyledTextEvent *src;
|
wxStyledTextEvent *src;
|
||||||
wxCommandEvent *dest;
|
wxCommandEvent *dest;
|
||||||
@ -10555,6 +10614,8 @@ static PyMethodDef stc_cMethods[] = {
|
|||||||
{ "wxStyledTextEvent_SetPosition", (PyCFunction) _wrap_wxStyledTextEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
|
{ "wxStyledTextEvent_SetPosition", (PyCFunction) _wrap_wxStyledTextEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "delete_wxStyledTextEvent", (PyCFunction) _wrap_delete_wxStyledTextEvent, METH_VARARGS | METH_KEYWORDS },
|
{ "delete_wxStyledTextEvent", (PyCFunction) _wrap_delete_wxStyledTextEvent, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "new_wxStyledTextEvent", (PyCFunction) _wrap_new_wxStyledTextEvent, METH_VARARGS | METH_KEYWORDS },
|
{ "new_wxStyledTextEvent", (PyCFunction) _wrap_new_wxStyledTextEvent, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxStyledTextCtrl_SetLastKeydownProcessed", (PyCFunction) _wrap_wxStyledTextCtrl_SetLastKeydownProcessed, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxStyledTextCtrl_GetLastKeydownProcessed", (PyCFunction) _wrap_wxStyledTextCtrl_GetLastKeydownProcessed, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxStyledTextCtrl_SetHScrollBar", (PyCFunction) _wrap_wxStyledTextCtrl_SetHScrollBar, METH_VARARGS | METH_KEYWORDS },
|
{ "wxStyledTextCtrl_SetHScrollBar", (PyCFunction) _wrap_wxStyledTextCtrl_SetHScrollBar, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxStyledTextCtrl_SetVScrollBar", (PyCFunction) _wrap_wxStyledTextCtrl_SetVScrollBar, METH_VARARGS | METH_KEYWORDS },
|
{ "wxStyledTextCtrl_SetVScrollBar", (PyCFunction) _wrap_wxStyledTextCtrl_SetVScrollBar, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxStyledTextCtrl_SendMsg", (PyCFunction) _wrap_wxStyledTextCtrl_SendMsg, METH_VARARGS | METH_KEYWORDS },
|
{ "wxStyledTextCtrl_SendMsg", (PyCFunction) _wrap_wxStyledTextCtrl_SendMsg, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
@ -9,6 +9,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
@ -981,6 +983,12 @@ class wxStyledTextCtrlPtr(wxControlPtr):
|
|||||||
def SetHScrollBar(self, *_args, **_kwargs):
|
def SetHScrollBar(self, *_args, **_kwargs):
|
||||||
val = apply(stc_c.wxStyledTextCtrl_SetHScrollBar,(self,) + _args, _kwargs)
|
val = apply(stc_c.wxStyledTextCtrl_SetHScrollBar,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
|
def GetLastKeydownProcessed(self, *_args, **_kwargs):
|
||||||
|
val = apply(stc_c.wxStyledTextCtrl_GetLastKeydownProcessed,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetLastKeydownProcessed(self, *_args, **_kwargs):
|
||||||
|
val = apply(stc_c.wxStyledTextCtrl_SetLastKeydownProcessed,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "<C wxStyledTextCtrl instance at %s>" % (self.this,)
|
return "<C wxStyledTextCtrl instance at %s>" % (self.this,)
|
||||||
class wxStyledTextCtrl(wxStyledTextCtrlPtr):
|
class wxStyledTextCtrl(wxStyledTextCtrlPtr):
|
||||||
|
@ -7,6 +7,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from controls import *
|
from controls import *
|
||||||
|
@ -4,6 +4,8 @@ import clip_dndc
|
|||||||
from misc import *
|
from misc import *
|
||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
import wx
|
import wx
|
||||||
class wxDataFormatPtr :
|
class wxDataFormatPtr :
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
|
@ -5,6 +5,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from windows import *
|
from windows import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
@ -7,6 +7,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
@ -7,6 +7,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
@ -4,6 +4,8 @@ import eventsc
|
|||||||
from misc import *
|
from misc import *
|
||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
class wxEventPtr(wxObjectPtr):
|
class wxEventPtr(wxObjectPtr):
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
|
@ -9,6 +9,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from streams import *
|
from streams import *
|
||||||
import wx
|
import wx
|
||||||
import string
|
import string
|
||||||
|
3832
wxPython/src/gtk/fonts.cpp
Normal file
3832
wxPython/src/gtk/fonts.cpp
Normal file
File diff suppressed because it is too large
Load Diff
688
wxPython/src/gtk/fonts.py
Normal file
688
wxPython/src/gtk/fonts.py
Normal file
@ -0,0 +1,688 @@
|
|||||||
|
# This file was created automatically by SWIG.
|
||||||
|
import fontsc
|
||||||
|
|
||||||
|
from misc import *
|
||||||
|
class wxNativeFontInfoPtr :
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def FromXFontName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_FromXFontName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def IsDefault(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_IsDefault,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetXFontName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_GetXFontName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetXFontName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_SetXFontName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def Init(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_Init,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def FromString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_FromString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def ToString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_ToString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __str__(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo___str__,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def FromUserString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_FromUserString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def ToUserString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxNativeFontInfo_ToUserString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxNativeFontInfo instance at %s>" % (self.this,)
|
||||||
|
class wxNativeFontInfo(wxNativeFontInfoPtr):
|
||||||
|
def __init__(self,*_args,**_kwargs):
|
||||||
|
self.this = apply(fontsc.new_wxNativeFontInfo,_args,_kwargs)
|
||||||
|
self.thisown = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class wxFontMapperPtr :
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def __del__(self,fontsc=fontsc):
|
||||||
|
if self.thisown == 1 :
|
||||||
|
fontsc.delete_wxFontMapper(self)
|
||||||
|
def GetAltForEncoding(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontMapper_GetAltForEncoding,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def IsEncodingAvailable(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontMapper_IsEncodingAvailable,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def CharsetToEncoding(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontMapper_CharsetToEncoding,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetDialogParent(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontMapper_SetDialogParent,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetDialogTitle(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontMapper_SetDialogTitle,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetConfig(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontMapper_SetConfig,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetConfigPath(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontMapper_SetConfigPath,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxFontMapper instance at %s>" % (self.this,)
|
||||||
|
class wxFontMapper(wxFontMapperPtr):
|
||||||
|
def __init__(self,*_args,**_kwargs):
|
||||||
|
self.this = apply(fontsc.new_wxFontMapper,_args,_kwargs)
|
||||||
|
self.thisown = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class wxFontPtr(wxObjectPtr):
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def __del__(self,fontsc=fontsc):
|
||||||
|
if self.thisown == 1 :
|
||||||
|
fontsc.delete_wxFont(self)
|
||||||
|
def Ok(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_Ok,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetPointSize(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetPointSize,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetFamily(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetFamily,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetStyle(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetStyle,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetWeight(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetWeight,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetUnderlined(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetUnderlined,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetFaceName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetFaceName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetEncoding(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetEncoding,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def IsFixedWidth(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_IsFixedWidth,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetNativeFontInfo(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetNativeFontInfo,(self,) + _args, _kwargs)
|
||||||
|
if val: val = wxNativeFontInfoPtr(val)
|
||||||
|
return val
|
||||||
|
def GetNativeFontInfoDesc(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetNativeFontInfoDesc,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetNativeFontInfoUserDesc(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetNativeFontInfoUserDesc,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetPointSize(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetPointSize,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetFamily(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetFamily,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetStyle(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetStyle,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetWeight(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetWeight,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetFaceName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetFaceName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetUnderlined(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetUnderlined,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetEncoding(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetEncoding,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetNativeFontInfo(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetNativeFontInfo,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetNativeFontInfoUserDesc(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_SetNativeFontInfoUserDesc,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetFamilyString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetFamilyString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetStyleString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetStyleString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetWeightString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFont_GetWeightString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxFont instance at %s>" % (self.this,)
|
||||||
|
class wxFont(wxFontPtr):
|
||||||
|
def __init__(self,*_args,**_kwargs):
|
||||||
|
self.this = apply(fontsc.new_wxFont,_args,_kwargs)
|
||||||
|
self.thisown = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def wxFontFromNativeInfo(*_args,**_kwargs):
|
||||||
|
val = wxFontPtr(apply(fontsc.new_wxFontFromNativeInfo,_args,_kwargs))
|
||||||
|
val.thisown = 1
|
||||||
|
return val
|
||||||
|
|
||||||
|
|
||||||
|
class wxFontListPtr(wxObjectPtr):
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def AddFont(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontList_AddFont,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def FindOrCreateFont(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontList_FindOrCreateFont,(self,) + _args, _kwargs)
|
||||||
|
if val: val = wxFontPtr(val)
|
||||||
|
return val
|
||||||
|
def RemoveFont(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontList_RemoveFont,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetCount(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontList_GetCount,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxFontList instance at %s>" % (self.this,)
|
||||||
|
class wxFontList(wxFontListPtr):
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class wxFontEnumeratorPtr :
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def __del__(self,fontsc=fontsc):
|
||||||
|
if self.thisown == 1 :
|
||||||
|
fontsc.delete_wxFontEnumerator(self)
|
||||||
|
def _setCallbackInfo(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontEnumerator__setCallbackInfo,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def EnumerateFacenames(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontEnumerator_EnumerateFacenames,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def EnumerateEncodings(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontEnumerator_EnumerateEncodings,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetEncodings(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontEnumerator_GetEncodings,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetFacenames(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxFontEnumerator_GetFacenames,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxFontEnumerator instance at %s>" % (self.this,)
|
||||||
|
class wxFontEnumerator(wxFontEnumeratorPtr):
|
||||||
|
def __init__(self,*_args,**_kwargs):
|
||||||
|
self.this = apply(fontsc.new_wxFontEnumerator,_args,_kwargs)
|
||||||
|
self.thisown = 1
|
||||||
|
self._setCallbackInfo(self, wxFontEnumerator, 0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class wxLanguageInfoPtr :
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def __setattr__(self,name,value):
|
||||||
|
if name == "Language" :
|
||||||
|
fontsc.wxLanguageInfo_Language_set(self,value)
|
||||||
|
return
|
||||||
|
if name == "CanonicalName" :
|
||||||
|
fontsc.wxLanguageInfo_CanonicalName_set(self,value)
|
||||||
|
return
|
||||||
|
if name == "Description" :
|
||||||
|
fontsc.wxLanguageInfo_Description_set(self,value)
|
||||||
|
return
|
||||||
|
self.__dict__[name] = value
|
||||||
|
def __getattr__(self,name):
|
||||||
|
if name == "Language" :
|
||||||
|
return fontsc.wxLanguageInfo_Language_get(self)
|
||||||
|
if name == "CanonicalName" :
|
||||||
|
return fontsc.wxLanguageInfo_CanonicalName_get(self)
|
||||||
|
if name == "Description" :
|
||||||
|
return fontsc.wxLanguageInfo_Description_get(self)
|
||||||
|
raise AttributeError,name
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxLanguageInfo instance at %s>" % (self.this,)
|
||||||
|
class wxLanguageInfo(wxLanguageInfoPtr):
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class wxLocalePtr :
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def Init(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_Init,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __del__(self,fontsc=fontsc):
|
||||||
|
if self.thisown == 1 :
|
||||||
|
fontsc.delete_wxLocale(self)
|
||||||
|
def IsOk(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_IsOk,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetLocale(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_GetLocale,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetLanguage(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_GetLanguage,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetSysName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_GetSysName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetCanonicalName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_GetCanonicalName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def AddCatalog(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_AddCatalog,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def IsLoaded(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_IsLoaded,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetString(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_GetString,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetName(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxLocale_GetName,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxLocale instance at %s>" % (self.this,)
|
||||||
|
class wxLocale(wxLocalePtr):
|
||||||
|
def __init__(self,*_args,**_kwargs):
|
||||||
|
self.this = apply(fontsc.new_wxLocale,_args,_kwargs)
|
||||||
|
self.thisown = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class wxEncodingConverterPtr(wxObjectPtr):
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def __del__(self,fontsc=fontsc):
|
||||||
|
if self.thisown == 1 :
|
||||||
|
fontsc.delete_wxEncodingConverter(self)
|
||||||
|
def Init(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxEncodingConverter_Init,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def Convert(self, *_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxEncodingConverter_Convert,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxEncodingConverter instance at %s>" % (self.this,)
|
||||||
|
class wxEncodingConverter(wxEncodingConverterPtr):
|
||||||
|
def __init__(self,*_args,**_kwargs):
|
||||||
|
self.this = apply(fontsc.new_wxEncodingConverter,_args,_kwargs)
|
||||||
|
self.thisown = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#-------------- FUNCTION WRAPPERS ------------------
|
||||||
|
|
||||||
|
def wxGetLocale(*_args, **_kwargs):
|
||||||
|
val = apply(fontsc.wxGetLocale,_args,_kwargs)
|
||||||
|
if val: val = wxLocalePtr(val)
|
||||||
|
return val
|
||||||
|
|
||||||
|
wxGetTranslation = fontsc.wxGetTranslation
|
||||||
|
|
||||||
|
wxFontMapper_GetEncodingName = fontsc.wxFontMapper_GetEncodingName
|
||||||
|
|
||||||
|
wxFontMapper_GetEncodingDescription = fontsc.wxFontMapper_GetEncodingDescription
|
||||||
|
|
||||||
|
wxFontMapper_GetDefaultConfigPath = fontsc.wxFontMapper_GetDefaultConfigPath
|
||||||
|
|
||||||
|
wxFont_GetDefaultEncoding = fontsc.wxFont_GetDefaultEncoding
|
||||||
|
|
||||||
|
wxFont_SetDefaultEncoding = fontsc.wxFont_SetDefaultEncoding
|
||||||
|
|
||||||
|
wxLocale_GetSystemLanguage = fontsc.wxLocale_GetSystemLanguage
|
||||||
|
|
||||||
|
wxLocale_GetSystemEncoding = fontsc.wxLocale_GetSystemEncoding
|
||||||
|
|
||||||
|
wxLocale_GetSystemEncodingName = fontsc.wxLocale_GetSystemEncodingName
|
||||||
|
|
||||||
|
wxLocale_AddCatalogLookupPathPrefix = fontsc.wxLocale_AddCatalogLookupPathPrefix
|
||||||
|
|
||||||
|
wxLocale_AddLanguage = fontsc.wxLocale_AddLanguage
|
||||||
|
|
||||||
|
wxEncodingConverter_GetPlatformEquivalents = fontsc.wxEncodingConverter_GetPlatformEquivalents
|
||||||
|
|
||||||
|
wxEncodingConverter_GetAllEquivalents = fontsc.wxEncodingConverter_GetAllEquivalents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#-------------- VARIABLE WRAPPERS ------------------
|
||||||
|
|
||||||
|
wxFONTFAMILY_DEFAULT = fontsc.wxFONTFAMILY_DEFAULT
|
||||||
|
wxFONTFAMILY_DECORATIVE = fontsc.wxFONTFAMILY_DECORATIVE
|
||||||
|
wxFONTFAMILY_ROMAN = fontsc.wxFONTFAMILY_ROMAN
|
||||||
|
wxFONTFAMILY_SCRIPT = fontsc.wxFONTFAMILY_SCRIPT
|
||||||
|
wxFONTFAMILY_SWISS = fontsc.wxFONTFAMILY_SWISS
|
||||||
|
wxFONTFAMILY_MODERN = fontsc.wxFONTFAMILY_MODERN
|
||||||
|
wxFONTFAMILY_TELETYPE = fontsc.wxFONTFAMILY_TELETYPE
|
||||||
|
wxFONTFAMILY_MAX = fontsc.wxFONTFAMILY_MAX
|
||||||
|
wxFONTFAMILY_UNKNOWN = fontsc.wxFONTFAMILY_UNKNOWN
|
||||||
|
wxFONTSTYLE_NORMAL = fontsc.wxFONTSTYLE_NORMAL
|
||||||
|
wxFONTSTYLE_ITALIC = fontsc.wxFONTSTYLE_ITALIC
|
||||||
|
wxFONTSTYLE_SLANT = fontsc.wxFONTSTYLE_SLANT
|
||||||
|
wxFONTSTYLE_MAX = fontsc.wxFONTSTYLE_MAX
|
||||||
|
wxFONTWEIGHT_NORMAL = fontsc.wxFONTWEIGHT_NORMAL
|
||||||
|
wxFONTWEIGHT_LIGHT = fontsc.wxFONTWEIGHT_LIGHT
|
||||||
|
wxFONTWEIGHT_BOLD = fontsc.wxFONTWEIGHT_BOLD
|
||||||
|
wxFONTWEIGHT_MAX = fontsc.wxFONTWEIGHT_MAX
|
||||||
|
wxFONTENCODING_SYSTEM = fontsc.wxFONTENCODING_SYSTEM
|
||||||
|
wxFONTENCODING_DEFAULT = fontsc.wxFONTENCODING_DEFAULT
|
||||||
|
wxFONTENCODING_ISO8859_1 = fontsc.wxFONTENCODING_ISO8859_1
|
||||||
|
wxFONTENCODING_ISO8859_2 = fontsc.wxFONTENCODING_ISO8859_2
|
||||||
|
wxFONTENCODING_ISO8859_3 = fontsc.wxFONTENCODING_ISO8859_3
|
||||||
|
wxFONTENCODING_ISO8859_4 = fontsc.wxFONTENCODING_ISO8859_4
|
||||||
|
wxFONTENCODING_ISO8859_5 = fontsc.wxFONTENCODING_ISO8859_5
|
||||||
|
wxFONTENCODING_ISO8859_6 = fontsc.wxFONTENCODING_ISO8859_6
|
||||||
|
wxFONTENCODING_ISO8859_7 = fontsc.wxFONTENCODING_ISO8859_7
|
||||||
|
wxFONTENCODING_ISO8859_8 = fontsc.wxFONTENCODING_ISO8859_8
|
||||||
|
wxFONTENCODING_ISO8859_9 = fontsc.wxFONTENCODING_ISO8859_9
|
||||||
|
wxFONTENCODING_ISO8859_10 = fontsc.wxFONTENCODING_ISO8859_10
|
||||||
|
wxFONTENCODING_ISO8859_11 = fontsc.wxFONTENCODING_ISO8859_11
|
||||||
|
wxFONTENCODING_ISO8859_12 = fontsc.wxFONTENCODING_ISO8859_12
|
||||||
|
wxFONTENCODING_ISO8859_13 = fontsc.wxFONTENCODING_ISO8859_13
|
||||||
|
wxFONTENCODING_ISO8859_14 = fontsc.wxFONTENCODING_ISO8859_14
|
||||||
|
wxFONTENCODING_ISO8859_15 = fontsc.wxFONTENCODING_ISO8859_15
|
||||||
|
wxFONTENCODING_ISO8859_MAX = fontsc.wxFONTENCODING_ISO8859_MAX
|
||||||
|
wxFONTENCODING_KOI8 = fontsc.wxFONTENCODING_KOI8
|
||||||
|
wxFONTENCODING_ALTERNATIVE = fontsc.wxFONTENCODING_ALTERNATIVE
|
||||||
|
wxFONTENCODING_BULGARIAN = fontsc.wxFONTENCODING_BULGARIAN
|
||||||
|
wxFONTENCODING_CP437 = fontsc.wxFONTENCODING_CP437
|
||||||
|
wxFONTENCODING_CP850 = fontsc.wxFONTENCODING_CP850
|
||||||
|
wxFONTENCODING_CP852 = fontsc.wxFONTENCODING_CP852
|
||||||
|
wxFONTENCODING_CP855 = fontsc.wxFONTENCODING_CP855
|
||||||
|
wxFONTENCODING_CP866 = fontsc.wxFONTENCODING_CP866
|
||||||
|
wxFONTENCODING_CP874 = fontsc.wxFONTENCODING_CP874
|
||||||
|
wxFONTENCODING_CP932 = fontsc.wxFONTENCODING_CP932
|
||||||
|
wxFONTENCODING_CP936 = fontsc.wxFONTENCODING_CP936
|
||||||
|
wxFONTENCODING_CP949 = fontsc.wxFONTENCODING_CP949
|
||||||
|
wxFONTENCODING_CP950 = fontsc.wxFONTENCODING_CP950
|
||||||
|
wxFONTENCODING_CP1250 = fontsc.wxFONTENCODING_CP1250
|
||||||
|
wxFONTENCODING_CP1251 = fontsc.wxFONTENCODING_CP1251
|
||||||
|
wxFONTENCODING_CP1252 = fontsc.wxFONTENCODING_CP1252
|
||||||
|
wxFONTENCODING_CP1253 = fontsc.wxFONTENCODING_CP1253
|
||||||
|
wxFONTENCODING_CP1254 = fontsc.wxFONTENCODING_CP1254
|
||||||
|
wxFONTENCODING_CP1255 = fontsc.wxFONTENCODING_CP1255
|
||||||
|
wxFONTENCODING_CP1256 = fontsc.wxFONTENCODING_CP1256
|
||||||
|
wxFONTENCODING_CP1257 = fontsc.wxFONTENCODING_CP1257
|
||||||
|
wxFONTENCODING_CP12_MAX = fontsc.wxFONTENCODING_CP12_MAX
|
||||||
|
wxFONTENCODING_UTF7 = fontsc.wxFONTENCODING_UTF7
|
||||||
|
wxFONTENCODING_UTF8 = fontsc.wxFONTENCODING_UTF8
|
||||||
|
wxFONTENCODING_UNICODE = fontsc.wxFONTENCODING_UNICODE
|
||||||
|
wxFONTENCODING_MAX = fontsc.wxFONTENCODING_MAX
|
||||||
|
wxLANGUAGE_DEFAULT = fontsc.wxLANGUAGE_DEFAULT
|
||||||
|
wxLANGUAGE_UNKNOWN = fontsc.wxLANGUAGE_UNKNOWN
|
||||||
|
wxLANGUAGE_ABKHAZIAN = fontsc.wxLANGUAGE_ABKHAZIAN
|
||||||
|
wxLANGUAGE_AFAR = fontsc.wxLANGUAGE_AFAR
|
||||||
|
wxLANGUAGE_AFRIKAANS = fontsc.wxLANGUAGE_AFRIKAANS
|
||||||
|
wxLANGUAGE_ALBANIAN = fontsc.wxLANGUAGE_ALBANIAN
|
||||||
|
wxLANGUAGE_AMHARIC = fontsc.wxLANGUAGE_AMHARIC
|
||||||
|
wxLANGUAGE_ARABIC = fontsc.wxLANGUAGE_ARABIC
|
||||||
|
wxLANGUAGE_ARABIC_ALGERIA = fontsc.wxLANGUAGE_ARABIC_ALGERIA
|
||||||
|
wxLANGUAGE_ARABIC_BAHRAIN = fontsc.wxLANGUAGE_ARABIC_BAHRAIN
|
||||||
|
wxLANGUAGE_ARABIC_EGYPT = fontsc.wxLANGUAGE_ARABIC_EGYPT
|
||||||
|
wxLANGUAGE_ARABIC_IRAQ = fontsc.wxLANGUAGE_ARABIC_IRAQ
|
||||||
|
wxLANGUAGE_ARABIC_JORDAN = fontsc.wxLANGUAGE_ARABIC_JORDAN
|
||||||
|
wxLANGUAGE_ARABIC_KUWAIT = fontsc.wxLANGUAGE_ARABIC_KUWAIT
|
||||||
|
wxLANGUAGE_ARABIC_LEBANON = fontsc.wxLANGUAGE_ARABIC_LEBANON
|
||||||
|
wxLANGUAGE_ARABIC_LIBYA = fontsc.wxLANGUAGE_ARABIC_LIBYA
|
||||||
|
wxLANGUAGE_ARABIC_MOROCCO = fontsc.wxLANGUAGE_ARABIC_MOROCCO
|
||||||
|
wxLANGUAGE_ARABIC_OMAN = fontsc.wxLANGUAGE_ARABIC_OMAN
|
||||||
|
wxLANGUAGE_ARABIC_QATAR = fontsc.wxLANGUAGE_ARABIC_QATAR
|
||||||
|
wxLANGUAGE_ARABIC_SAUDI_ARABIA = fontsc.wxLANGUAGE_ARABIC_SAUDI_ARABIA
|
||||||
|
wxLANGUAGE_ARABIC_SUDAN = fontsc.wxLANGUAGE_ARABIC_SUDAN
|
||||||
|
wxLANGUAGE_ARABIC_SYRIA = fontsc.wxLANGUAGE_ARABIC_SYRIA
|
||||||
|
wxLANGUAGE_ARABIC_TUNISIA = fontsc.wxLANGUAGE_ARABIC_TUNISIA
|
||||||
|
wxLANGUAGE_ARABIC_UAE = fontsc.wxLANGUAGE_ARABIC_UAE
|
||||||
|
wxLANGUAGE_ARABIC_YEMEN = fontsc.wxLANGUAGE_ARABIC_YEMEN
|
||||||
|
wxLANGUAGE_ARMENIAN = fontsc.wxLANGUAGE_ARMENIAN
|
||||||
|
wxLANGUAGE_ASSAMESE = fontsc.wxLANGUAGE_ASSAMESE
|
||||||
|
wxLANGUAGE_AYMARA = fontsc.wxLANGUAGE_AYMARA
|
||||||
|
wxLANGUAGE_AZERI = fontsc.wxLANGUAGE_AZERI
|
||||||
|
wxLANGUAGE_AZERI_CYRILLIC = fontsc.wxLANGUAGE_AZERI_CYRILLIC
|
||||||
|
wxLANGUAGE_AZERI_LATIN = fontsc.wxLANGUAGE_AZERI_LATIN
|
||||||
|
wxLANGUAGE_BASHKIR = fontsc.wxLANGUAGE_BASHKIR
|
||||||
|
wxLANGUAGE_BASQUE = fontsc.wxLANGUAGE_BASQUE
|
||||||
|
wxLANGUAGE_BELARUSIAN = fontsc.wxLANGUAGE_BELARUSIAN
|
||||||
|
wxLANGUAGE_BENGALI = fontsc.wxLANGUAGE_BENGALI
|
||||||
|
wxLANGUAGE_BHUTANI = fontsc.wxLANGUAGE_BHUTANI
|
||||||
|
wxLANGUAGE_BIHARI = fontsc.wxLANGUAGE_BIHARI
|
||||||
|
wxLANGUAGE_BISLAMA = fontsc.wxLANGUAGE_BISLAMA
|
||||||
|
wxLANGUAGE_BRETON = fontsc.wxLANGUAGE_BRETON
|
||||||
|
wxLANGUAGE_BULGARIAN = fontsc.wxLANGUAGE_BULGARIAN
|
||||||
|
wxLANGUAGE_BURMESE = fontsc.wxLANGUAGE_BURMESE
|
||||||
|
wxLANGUAGE_CAMBODIAN = fontsc.wxLANGUAGE_CAMBODIAN
|
||||||
|
wxLANGUAGE_CATALAN = fontsc.wxLANGUAGE_CATALAN
|
||||||
|
wxLANGUAGE_CHINESE = fontsc.wxLANGUAGE_CHINESE
|
||||||
|
wxLANGUAGE_CHINESE_SIMPLIFIED = fontsc.wxLANGUAGE_CHINESE_SIMPLIFIED
|
||||||
|
wxLANGUAGE_CHINESE_TRADITIONAL = fontsc.wxLANGUAGE_CHINESE_TRADITIONAL
|
||||||
|
wxLANGUAGE_CHINESE_HONGKONG = fontsc.wxLANGUAGE_CHINESE_HONGKONG
|
||||||
|
wxLANGUAGE_CHINESE_MACAU = fontsc.wxLANGUAGE_CHINESE_MACAU
|
||||||
|
wxLANGUAGE_CHINESE_SINGAPORE = fontsc.wxLANGUAGE_CHINESE_SINGAPORE
|
||||||
|
wxLANGUAGE_CHINESE_TAIWAN = fontsc.wxLANGUAGE_CHINESE_TAIWAN
|
||||||
|
wxLANGUAGE_CORSICAN = fontsc.wxLANGUAGE_CORSICAN
|
||||||
|
wxLANGUAGE_CROATIAN = fontsc.wxLANGUAGE_CROATIAN
|
||||||
|
wxLANGUAGE_CZECH = fontsc.wxLANGUAGE_CZECH
|
||||||
|
wxLANGUAGE_DANISH = fontsc.wxLANGUAGE_DANISH
|
||||||
|
wxLANGUAGE_DUTCH = fontsc.wxLANGUAGE_DUTCH
|
||||||
|
wxLANGUAGE_DUTCH_BELGIAN = fontsc.wxLANGUAGE_DUTCH_BELGIAN
|
||||||
|
wxLANGUAGE_ENGLISH = fontsc.wxLANGUAGE_ENGLISH
|
||||||
|
wxLANGUAGE_ENGLISH_UK = fontsc.wxLANGUAGE_ENGLISH_UK
|
||||||
|
wxLANGUAGE_ENGLISH_US = fontsc.wxLANGUAGE_ENGLISH_US
|
||||||
|
wxLANGUAGE_ENGLISH_AUSTRALIA = fontsc.wxLANGUAGE_ENGLISH_AUSTRALIA
|
||||||
|
wxLANGUAGE_ENGLISH_BELIZE = fontsc.wxLANGUAGE_ENGLISH_BELIZE
|
||||||
|
wxLANGUAGE_ENGLISH_BOTSWANA = fontsc.wxLANGUAGE_ENGLISH_BOTSWANA
|
||||||
|
wxLANGUAGE_ENGLISH_CANADA = fontsc.wxLANGUAGE_ENGLISH_CANADA
|
||||||
|
wxLANGUAGE_ENGLISH_CARIBBEAN = fontsc.wxLANGUAGE_ENGLISH_CARIBBEAN
|
||||||
|
wxLANGUAGE_ENGLISH_DENMARK = fontsc.wxLANGUAGE_ENGLISH_DENMARK
|
||||||
|
wxLANGUAGE_ENGLISH_EIRE = fontsc.wxLANGUAGE_ENGLISH_EIRE
|
||||||
|
wxLANGUAGE_ENGLISH_JAMAICA = fontsc.wxLANGUAGE_ENGLISH_JAMAICA
|
||||||
|
wxLANGUAGE_ENGLISH_NEW_ZEALAND = fontsc.wxLANGUAGE_ENGLISH_NEW_ZEALAND
|
||||||
|
wxLANGUAGE_ENGLISH_PHILIPPINES = fontsc.wxLANGUAGE_ENGLISH_PHILIPPINES
|
||||||
|
wxLANGUAGE_ENGLISH_SOUTH_AFRICA = fontsc.wxLANGUAGE_ENGLISH_SOUTH_AFRICA
|
||||||
|
wxLANGUAGE_ENGLISH_TRINIDAD = fontsc.wxLANGUAGE_ENGLISH_TRINIDAD
|
||||||
|
wxLANGUAGE_ENGLISH_ZIMBABWE = fontsc.wxLANGUAGE_ENGLISH_ZIMBABWE
|
||||||
|
wxLANGUAGE_ESPERANTO = fontsc.wxLANGUAGE_ESPERANTO
|
||||||
|
wxLANGUAGE_ESTONIAN = fontsc.wxLANGUAGE_ESTONIAN
|
||||||
|
wxLANGUAGE_FAEROESE = fontsc.wxLANGUAGE_FAEROESE
|
||||||
|
wxLANGUAGE_FARSI = fontsc.wxLANGUAGE_FARSI
|
||||||
|
wxLANGUAGE_FIJI = fontsc.wxLANGUAGE_FIJI
|
||||||
|
wxLANGUAGE_FINNISH = fontsc.wxLANGUAGE_FINNISH
|
||||||
|
wxLANGUAGE_FRENCH = fontsc.wxLANGUAGE_FRENCH
|
||||||
|
wxLANGUAGE_FRENCH_BELGIAN = fontsc.wxLANGUAGE_FRENCH_BELGIAN
|
||||||
|
wxLANGUAGE_FRENCH_CANADIAN = fontsc.wxLANGUAGE_FRENCH_CANADIAN
|
||||||
|
wxLANGUAGE_FRENCH_LUXEMBOURG = fontsc.wxLANGUAGE_FRENCH_LUXEMBOURG
|
||||||
|
wxLANGUAGE_FRENCH_MONACO = fontsc.wxLANGUAGE_FRENCH_MONACO
|
||||||
|
wxLANGUAGE_FRENCH_SWISS = fontsc.wxLANGUAGE_FRENCH_SWISS
|
||||||
|
wxLANGUAGE_FRISIAN = fontsc.wxLANGUAGE_FRISIAN
|
||||||
|
wxLANGUAGE_GALICIAN = fontsc.wxLANGUAGE_GALICIAN
|
||||||
|
wxLANGUAGE_GEORGIAN = fontsc.wxLANGUAGE_GEORGIAN
|
||||||
|
wxLANGUAGE_GERMAN = fontsc.wxLANGUAGE_GERMAN
|
||||||
|
wxLANGUAGE_GERMAN_AUSTRIAN = fontsc.wxLANGUAGE_GERMAN_AUSTRIAN
|
||||||
|
wxLANGUAGE_GERMAN_BELGIUM = fontsc.wxLANGUAGE_GERMAN_BELGIUM
|
||||||
|
wxLANGUAGE_GERMAN_LIECHTENSTEIN = fontsc.wxLANGUAGE_GERMAN_LIECHTENSTEIN
|
||||||
|
wxLANGUAGE_GERMAN_LUXEMBOURG = fontsc.wxLANGUAGE_GERMAN_LUXEMBOURG
|
||||||
|
wxLANGUAGE_GERMAN_SWISS = fontsc.wxLANGUAGE_GERMAN_SWISS
|
||||||
|
wxLANGUAGE_GREEK = fontsc.wxLANGUAGE_GREEK
|
||||||
|
wxLANGUAGE_GREENLANDIC = fontsc.wxLANGUAGE_GREENLANDIC
|
||||||
|
wxLANGUAGE_GUARANI = fontsc.wxLANGUAGE_GUARANI
|
||||||
|
wxLANGUAGE_GUJARATI = fontsc.wxLANGUAGE_GUJARATI
|
||||||
|
wxLANGUAGE_HAUSA = fontsc.wxLANGUAGE_HAUSA
|
||||||
|
wxLANGUAGE_HEBREW = fontsc.wxLANGUAGE_HEBREW
|
||||||
|
wxLANGUAGE_HINDI = fontsc.wxLANGUAGE_HINDI
|
||||||
|
wxLANGUAGE_HUNGARIAN = fontsc.wxLANGUAGE_HUNGARIAN
|
||||||
|
wxLANGUAGE_ICELANDIC = fontsc.wxLANGUAGE_ICELANDIC
|
||||||
|
wxLANGUAGE_INDONESIAN = fontsc.wxLANGUAGE_INDONESIAN
|
||||||
|
wxLANGUAGE_INTERLINGUA = fontsc.wxLANGUAGE_INTERLINGUA
|
||||||
|
wxLANGUAGE_INTERLINGUE = fontsc.wxLANGUAGE_INTERLINGUE
|
||||||
|
wxLANGUAGE_INUKTITUT = fontsc.wxLANGUAGE_INUKTITUT
|
||||||
|
wxLANGUAGE_INUPIAK = fontsc.wxLANGUAGE_INUPIAK
|
||||||
|
wxLANGUAGE_IRISH = fontsc.wxLANGUAGE_IRISH
|
||||||
|
wxLANGUAGE_ITALIAN = fontsc.wxLANGUAGE_ITALIAN
|
||||||
|
wxLANGUAGE_ITALIAN_SWISS = fontsc.wxLANGUAGE_ITALIAN_SWISS
|
||||||
|
wxLANGUAGE_JAPANESE = fontsc.wxLANGUAGE_JAPANESE
|
||||||
|
wxLANGUAGE_JAVANESE = fontsc.wxLANGUAGE_JAVANESE
|
||||||
|
wxLANGUAGE_KANNADA = fontsc.wxLANGUAGE_KANNADA
|
||||||
|
wxLANGUAGE_KASHMIRI = fontsc.wxLANGUAGE_KASHMIRI
|
||||||
|
wxLANGUAGE_KASHMIRI_INDIA = fontsc.wxLANGUAGE_KASHMIRI_INDIA
|
||||||
|
wxLANGUAGE_KAZAKH = fontsc.wxLANGUAGE_KAZAKH
|
||||||
|
wxLANGUAGE_KERNEWEK = fontsc.wxLANGUAGE_KERNEWEK
|
||||||
|
wxLANGUAGE_KINYARWANDA = fontsc.wxLANGUAGE_KINYARWANDA
|
||||||
|
wxLANGUAGE_KIRGHIZ = fontsc.wxLANGUAGE_KIRGHIZ
|
||||||
|
wxLANGUAGE_KIRUNDI = fontsc.wxLANGUAGE_KIRUNDI
|
||||||
|
wxLANGUAGE_KONKANI = fontsc.wxLANGUAGE_KONKANI
|
||||||
|
wxLANGUAGE_KOREAN = fontsc.wxLANGUAGE_KOREAN
|
||||||
|
wxLANGUAGE_KURDISH = fontsc.wxLANGUAGE_KURDISH
|
||||||
|
wxLANGUAGE_LAOTHIAN = fontsc.wxLANGUAGE_LAOTHIAN
|
||||||
|
wxLANGUAGE_LATIN = fontsc.wxLANGUAGE_LATIN
|
||||||
|
wxLANGUAGE_LATVIAN = fontsc.wxLANGUAGE_LATVIAN
|
||||||
|
wxLANGUAGE_LINGALA = fontsc.wxLANGUAGE_LINGALA
|
||||||
|
wxLANGUAGE_LITHUANIAN = fontsc.wxLANGUAGE_LITHUANIAN
|
||||||
|
wxLANGUAGE_MACEDONIAN = fontsc.wxLANGUAGE_MACEDONIAN
|
||||||
|
wxLANGUAGE_MALAGASY = fontsc.wxLANGUAGE_MALAGASY
|
||||||
|
wxLANGUAGE_MALAY = fontsc.wxLANGUAGE_MALAY
|
||||||
|
wxLANGUAGE_MALAYALAM = fontsc.wxLANGUAGE_MALAYALAM
|
||||||
|
wxLANGUAGE_MALAY_BRUNEI_DARUSSALAM = fontsc.wxLANGUAGE_MALAY_BRUNEI_DARUSSALAM
|
||||||
|
wxLANGUAGE_MALAY_MALAYSIA = fontsc.wxLANGUAGE_MALAY_MALAYSIA
|
||||||
|
wxLANGUAGE_MALTESE = fontsc.wxLANGUAGE_MALTESE
|
||||||
|
wxLANGUAGE_MANIPURI = fontsc.wxLANGUAGE_MANIPURI
|
||||||
|
wxLANGUAGE_MAORI = fontsc.wxLANGUAGE_MAORI
|
||||||
|
wxLANGUAGE_MARATHI = fontsc.wxLANGUAGE_MARATHI
|
||||||
|
wxLANGUAGE_MOLDAVIAN = fontsc.wxLANGUAGE_MOLDAVIAN
|
||||||
|
wxLANGUAGE_MONGOLIAN = fontsc.wxLANGUAGE_MONGOLIAN
|
||||||
|
wxLANGUAGE_NAURU = fontsc.wxLANGUAGE_NAURU
|
||||||
|
wxLANGUAGE_NEPALI = fontsc.wxLANGUAGE_NEPALI
|
||||||
|
wxLANGUAGE_NEPALI_INDIA = fontsc.wxLANGUAGE_NEPALI_INDIA
|
||||||
|
wxLANGUAGE_NORWEGIAN_BOKMAL = fontsc.wxLANGUAGE_NORWEGIAN_BOKMAL
|
||||||
|
wxLANGUAGE_NORWEGIAN_NYNORSK = fontsc.wxLANGUAGE_NORWEGIAN_NYNORSK
|
||||||
|
wxLANGUAGE_OCCITAN = fontsc.wxLANGUAGE_OCCITAN
|
||||||
|
wxLANGUAGE_ORIYA = fontsc.wxLANGUAGE_ORIYA
|
||||||
|
wxLANGUAGE_OROMO = fontsc.wxLANGUAGE_OROMO
|
||||||
|
wxLANGUAGE_PASHTO = fontsc.wxLANGUAGE_PASHTO
|
||||||
|
wxLANGUAGE_POLISH = fontsc.wxLANGUAGE_POLISH
|
||||||
|
wxLANGUAGE_PORTUGUESE = fontsc.wxLANGUAGE_PORTUGUESE
|
||||||
|
wxLANGUAGE_PORTUGUESE_BRAZILIAN = fontsc.wxLANGUAGE_PORTUGUESE_BRAZILIAN
|
||||||
|
wxLANGUAGE_PUNJABI = fontsc.wxLANGUAGE_PUNJABI
|
||||||
|
wxLANGUAGE_QUECHUA = fontsc.wxLANGUAGE_QUECHUA
|
||||||
|
wxLANGUAGE_RHAETO_ROMANCE = fontsc.wxLANGUAGE_RHAETO_ROMANCE
|
||||||
|
wxLANGUAGE_ROMANIAN = fontsc.wxLANGUAGE_ROMANIAN
|
||||||
|
wxLANGUAGE_RUSSIAN = fontsc.wxLANGUAGE_RUSSIAN
|
||||||
|
wxLANGUAGE_RUSSIAN_UKRAINE = fontsc.wxLANGUAGE_RUSSIAN_UKRAINE
|
||||||
|
wxLANGUAGE_SAMOAN = fontsc.wxLANGUAGE_SAMOAN
|
||||||
|
wxLANGUAGE_SANGHO = fontsc.wxLANGUAGE_SANGHO
|
||||||
|
wxLANGUAGE_SANSKRIT = fontsc.wxLANGUAGE_SANSKRIT
|
||||||
|
wxLANGUAGE_SCOTS_GAELIC = fontsc.wxLANGUAGE_SCOTS_GAELIC
|
||||||
|
wxLANGUAGE_SERBIAN = fontsc.wxLANGUAGE_SERBIAN
|
||||||
|
wxLANGUAGE_SERBIAN_CYRILLIC = fontsc.wxLANGUAGE_SERBIAN_CYRILLIC
|
||||||
|
wxLANGUAGE_SERBIAN_LATIN = fontsc.wxLANGUAGE_SERBIAN_LATIN
|
||||||
|
wxLANGUAGE_SERBO_CROATIAN = fontsc.wxLANGUAGE_SERBO_CROATIAN
|
||||||
|
wxLANGUAGE_SESOTHO = fontsc.wxLANGUAGE_SESOTHO
|
||||||
|
wxLANGUAGE_SETSWANA = fontsc.wxLANGUAGE_SETSWANA
|
||||||
|
wxLANGUAGE_SHONA = fontsc.wxLANGUAGE_SHONA
|
||||||
|
wxLANGUAGE_SINDHI = fontsc.wxLANGUAGE_SINDHI
|
||||||
|
wxLANGUAGE_SINHALESE = fontsc.wxLANGUAGE_SINHALESE
|
||||||
|
wxLANGUAGE_SISWATI = fontsc.wxLANGUAGE_SISWATI
|
||||||
|
wxLANGUAGE_SLOVAK = fontsc.wxLANGUAGE_SLOVAK
|
||||||
|
wxLANGUAGE_SLOVENIAN = fontsc.wxLANGUAGE_SLOVENIAN
|
||||||
|
wxLANGUAGE_SOMALI = fontsc.wxLANGUAGE_SOMALI
|
||||||
|
wxLANGUAGE_SPANISH = fontsc.wxLANGUAGE_SPANISH
|
||||||
|
wxLANGUAGE_SPANISH_ARGENTINA = fontsc.wxLANGUAGE_SPANISH_ARGENTINA
|
||||||
|
wxLANGUAGE_SPANISH_BOLIVIA = fontsc.wxLANGUAGE_SPANISH_BOLIVIA
|
||||||
|
wxLANGUAGE_SPANISH_CHILE = fontsc.wxLANGUAGE_SPANISH_CHILE
|
||||||
|
wxLANGUAGE_SPANISH_COLOMBIA = fontsc.wxLANGUAGE_SPANISH_COLOMBIA
|
||||||
|
wxLANGUAGE_SPANISH_COSTA_RICA = fontsc.wxLANGUAGE_SPANISH_COSTA_RICA
|
||||||
|
wxLANGUAGE_SPANISH_DOMINICAN_REPUBLIC = fontsc.wxLANGUAGE_SPANISH_DOMINICAN_REPUBLIC
|
||||||
|
wxLANGUAGE_SPANISH_ECUADOR = fontsc.wxLANGUAGE_SPANISH_ECUADOR
|
||||||
|
wxLANGUAGE_SPANISH_EL_SALVADOR = fontsc.wxLANGUAGE_SPANISH_EL_SALVADOR
|
||||||
|
wxLANGUAGE_SPANISH_GUATEMALA = fontsc.wxLANGUAGE_SPANISH_GUATEMALA
|
||||||
|
wxLANGUAGE_SPANISH_HONDURAS = fontsc.wxLANGUAGE_SPANISH_HONDURAS
|
||||||
|
wxLANGUAGE_SPANISH_MEXICAN = fontsc.wxLANGUAGE_SPANISH_MEXICAN
|
||||||
|
wxLANGUAGE_SPANISH_MODERN = fontsc.wxLANGUAGE_SPANISH_MODERN
|
||||||
|
wxLANGUAGE_SPANISH_NICARAGUA = fontsc.wxLANGUAGE_SPANISH_NICARAGUA
|
||||||
|
wxLANGUAGE_SPANISH_PANAMA = fontsc.wxLANGUAGE_SPANISH_PANAMA
|
||||||
|
wxLANGUAGE_SPANISH_PARAGUAY = fontsc.wxLANGUAGE_SPANISH_PARAGUAY
|
||||||
|
wxLANGUAGE_SPANISH_PERU = fontsc.wxLANGUAGE_SPANISH_PERU
|
||||||
|
wxLANGUAGE_SPANISH_PUERTO_RICO = fontsc.wxLANGUAGE_SPANISH_PUERTO_RICO
|
||||||
|
wxLANGUAGE_SPANISH_URUGUAY = fontsc.wxLANGUAGE_SPANISH_URUGUAY
|
||||||
|
wxLANGUAGE_SPANISH_US = fontsc.wxLANGUAGE_SPANISH_US
|
||||||
|
wxLANGUAGE_SPANISH_VENEZUELA = fontsc.wxLANGUAGE_SPANISH_VENEZUELA
|
||||||
|
wxLANGUAGE_SUNDANESE = fontsc.wxLANGUAGE_SUNDANESE
|
||||||
|
wxLANGUAGE_SWAHILI = fontsc.wxLANGUAGE_SWAHILI
|
||||||
|
wxLANGUAGE_SWEDISH = fontsc.wxLANGUAGE_SWEDISH
|
||||||
|
wxLANGUAGE_SWEDISH_FINLAND = fontsc.wxLANGUAGE_SWEDISH_FINLAND
|
||||||
|
wxLANGUAGE_TAGALOG = fontsc.wxLANGUAGE_TAGALOG
|
||||||
|
wxLANGUAGE_TAJIK = fontsc.wxLANGUAGE_TAJIK
|
||||||
|
wxLANGUAGE_TAMIL = fontsc.wxLANGUAGE_TAMIL
|
||||||
|
wxLANGUAGE_TATAR = fontsc.wxLANGUAGE_TATAR
|
||||||
|
wxLANGUAGE_TELUGU = fontsc.wxLANGUAGE_TELUGU
|
||||||
|
wxLANGUAGE_THAI = fontsc.wxLANGUAGE_THAI
|
||||||
|
wxLANGUAGE_TIBETAN = fontsc.wxLANGUAGE_TIBETAN
|
||||||
|
wxLANGUAGE_TIGRINYA = fontsc.wxLANGUAGE_TIGRINYA
|
||||||
|
wxLANGUAGE_TONGA = fontsc.wxLANGUAGE_TONGA
|
||||||
|
wxLANGUAGE_TSONGA = fontsc.wxLANGUAGE_TSONGA
|
||||||
|
wxLANGUAGE_TURKISH = fontsc.wxLANGUAGE_TURKISH
|
||||||
|
wxLANGUAGE_TURKMEN = fontsc.wxLANGUAGE_TURKMEN
|
||||||
|
wxLANGUAGE_TWI = fontsc.wxLANGUAGE_TWI
|
||||||
|
wxLANGUAGE_UIGHUR = fontsc.wxLANGUAGE_UIGHUR
|
||||||
|
wxLANGUAGE_UKRAINIAN = fontsc.wxLANGUAGE_UKRAINIAN
|
||||||
|
wxLANGUAGE_URDU = fontsc.wxLANGUAGE_URDU
|
||||||
|
wxLANGUAGE_URDU_INDIA = fontsc.wxLANGUAGE_URDU_INDIA
|
||||||
|
wxLANGUAGE_URDU_PAKISTAN = fontsc.wxLANGUAGE_URDU_PAKISTAN
|
||||||
|
wxLANGUAGE_UZBEK = fontsc.wxLANGUAGE_UZBEK
|
||||||
|
wxLANGUAGE_UZBEK_CYRILLIC = fontsc.wxLANGUAGE_UZBEK_CYRILLIC
|
||||||
|
wxLANGUAGE_UZBEK_LATIN = fontsc.wxLANGUAGE_UZBEK_LATIN
|
||||||
|
wxLANGUAGE_VIETNAMESE = fontsc.wxLANGUAGE_VIETNAMESE
|
||||||
|
wxLANGUAGE_VOLAPUK = fontsc.wxLANGUAGE_VOLAPUK
|
||||||
|
wxLANGUAGE_WELSH = fontsc.wxLANGUAGE_WELSH
|
||||||
|
wxLANGUAGE_WOLOF = fontsc.wxLANGUAGE_WOLOF
|
||||||
|
wxLANGUAGE_XHOSA = fontsc.wxLANGUAGE_XHOSA
|
||||||
|
wxLANGUAGE_YIDDISH = fontsc.wxLANGUAGE_YIDDISH
|
||||||
|
wxLANGUAGE_YORUBA = fontsc.wxLANGUAGE_YORUBA
|
||||||
|
wxLANGUAGE_ZHUANG = fontsc.wxLANGUAGE_ZHUANG
|
||||||
|
wxLANGUAGE_ZULU = fontsc.wxLANGUAGE_ZULU
|
||||||
|
wxLANGUAGE_USER_DEFINED = fontsc.wxLANGUAGE_USER_DEFINED
|
||||||
|
wxLOCALE_CAT_NUMBER = fontsc.wxLOCALE_CAT_NUMBER
|
||||||
|
wxLOCALE_CAT_DATE = fontsc.wxLOCALE_CAT_DATE
|
||||||
|
wxLOCALE_CAT_MONEY = fontsc.wxLOCALE_CAT_MONEY
|
||||||
|
wxLOCALE_CAT_MAX = fontsc.wxLOCALE_CAT_MAX
|
||||||
|
wxLOCALE_THOUSANDS_SEP = fontsc.wxLOCALE_THOUSANDS_SEP
|
||||||
|
wxLOCALE_DECIMAL_POINT = fontsc.wxLOCALE_DECIMAL_POINT
|
||||||
|
wxLOCALE_LOAD_DEFAULT = fontsc.wxLOCALE_LOAD_DEFAULT
|
||||||
|
wxLOCALE_CONV_ENCODING = fontsc.wxLOCALE_CONV_ENCODING
|
||||||
|
wxCONVERT_STRICT = fontsc.wxCONVERT_STRICT
|
||||||
|
wxCONVERT_SUBSTITUTE = fontsc.wxCONVERT_SUBSTITUTE
|
||||||
|
wxPLATFORM_CURRENT = fontsc.wxPLATFORM_CURRENT
|
||||||
|
wxPLATFORM_UNIX = fontsc.wxPLATFORM_UNIX
|
||||||
|
wxPLATFORM_WINDOWS = fontsc.wxPLATFORM_WINDOWS
|
||||||
|
wxPLATFORM_OS2 = fontsc.wxPLATFORM_OS2
|
||||||
|
wxPLATFORM_MAC = fontsc.wxPLATFORM_MAC
|
@ -515,6 +515,43 @@ static PyObject *_wrap_wxTopLevelWindow_SetIcon(PyObject *self, PyObject *args,
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define wxTopLevelWindow_SetIcons(_swigobj,_swigarg0) (_swigobj->SetIcons(_swigarg0))
|
||||||
|
static PyObject *_wrap_wxTopLevelWindow_SetIcons(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
wxTopLevelWindow * _arg0;
|
||||||
|
wxIconBundle * _arg1;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
PyObject * _argo1 = 0;
|
||||||
|
char *_kwnames[] = { "self","icons", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTopLevelWindow_SetIcons",_kwnames,&_argo0,&_argo1))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTopLevelWindow_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTopLevelWindow_SetIcons. Expected _wxTopLevelWindow_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (_argo1) {
|
||||||
|
if (_argo1 == Py_None) { _arg1 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxIconBundle_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTopLevelWindow_SetIcons. Expected _wxIconBundle_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
|
wxTopLevelWindow_SetIcons(_arg0,*_arg1);
|
||||||
|
|
||||||
|
wxPyEndAllowThreads(__tstate);
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} Py_INCREF(Py_None);
|
||||||
|
_resultobj = Py_None;
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
#define wxTopLevelWindow_ShowFullScreen(_swigobj,_swigarg0,_swigarg1) (_swigobj->ShowFullScreen(_swigarg0,_swigarg1))
|
#define wxTopLevelWindow_ShowFullScreen(_swigobj,_swigarg0,_swigarg1) (_swigobj->ShowFullScreen(_swigarg0,_swigarg1))
|
||||||
static PyObject *_wrap_wxTopLevelWindow_ShowFullScreen(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxTopLevelWindow_ShowFullScreen(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
@ -2435,6 +2472,7 @@ static PyMethodDef framescMethods[] = {
|
|||||||
{ "wxTopLevelWindow_SetTitle", (PyCFunction) _wrap_wxTopLevelWindow_SetTitle, METH_VARARGS | METH_KEYWORDS },
|
{ "wxTopLevelWindow_SetTitle", (PyCFunction) _wrap_wxTopLevelWindow_SetTitle, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxTopLevelWindow_IsFullScreen", (PyCFunction) _wrap_wxTopLevelWindow_IsFullScreen, METH_VARARGS | METH_KEYWORDS },
|
{ "wxTopLevelWindow_IsFullScreen", (PyCFunction) _wrap_wxTopLevelWindow_IsFullScreen, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxTopLevelWindow_ShowFullScreen", (PyCFunction) _wrap_wxTopLevelWindow_ShowFullScreen, METH_VARARGS | METH_KEYWORDS },
|
{ "wxTopLevelWindow_ShowFullScreen", (PyCFunction) _wrap_wxTopLevelWindow_ShowFullScreen, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxTopLevelWindow_SetIcons", (PyCFunction) _wrap_wxTopLevelWindow_SetIcons, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxTopLevelWindow_SetIcon", (PyCFunction) _wrap_wxTopLevelWindow_SetIcon, METH_VARARGS | METH_KEYWORDS },
|
{ "wxTopLevelWindow_SetIcon", (PyCFunction) _wrap_wxTopLevelWindow_SetIcon, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxTopLevelWindow_GetIcon", (PyCFunction) _wrap_wxTopLevelWindow_GetIcon, METH_VARARGS | METH_KEYWORDS },
|
{ "wxTopLevelWindow_GetIcon", (PyCFunction) _wrap_wxTopLevelWindow_GetIcon, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxTopLevelWindow_IsIconized", (PyCFunction) _wrap_wxTopLevelWindow_IsIconized, METH_VARARGS | METH_KEYWORDS },
|
{ "wxTopLevelWindow_IsIconized", (PyCFunction) _wrap_wxTopLevelWindow_IsIconized, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
@ -5,6 +5,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from windows import *
|
from windows import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
@ -44,6 +46,9 @@ class wxTopLevelWindowPtr(wxWindowPtr):
|
|||||||
def SetIcon(self, *_args, **_kwargs):
|
def SetIcon(self, *_args, **_kwargs):
|
||||||
val = apply(framesc.wxTopLevelWindow_SetIcon,(self,) + _args, _kwargs)
|
val = apply(framesc.wxTopLevelWindow_SetIcon,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
|
def SetIcons(self, *_args, **_kwargs):
|
||||||
|
val = apply(framesc.wxTopLevelWindow_SetIcons,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
def ShowFullScreen(self, *_args, **_kwargs):
|
def ShowFullScreen(self, *_args, **_kwargs):
|
||||||
val = apply(framesc.wxTopLevelWindow_ShowFullScreen,(self,) + _args, _kwargs)
|
val = apply(framesc.wxTopLevelWindow_ShowFullScreen,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,8 @@
|
|||||||
import gdic
|
import gdic
|
||||||
|
|
||||||
from misc import *
|
from misc import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
class wxGDIObjectPtr(wxObjectPtr):
|
class wxGDIObjectPtr(wxObjectPtr):
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
@ -167,6 +169,43 @@ class wxIcon(wxIconPtr):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class wxIconBundlePtr :
|
||||||
|
def __init__(self,this):
|
||||||
|
self.this = this
|
||||||
|
self.thisown = 0
|
||||||
|
def __del__(self,gdic=gdic):
|
||||||
|
if self.thisown == 1 :
|
||||||
|
gdic.delete_wxIconBundle(self)
|
||||||
|
def AddIcon(self, *_args, **_kwargs):
|
||||||
|
val = apply(gdic.wxIconBundle_AddIcon,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def AddIconFromFile(self, *_args, **_kwargs):
|
||||||
|
val = apply(gdic.wxIconBundle_AddIconFromFile,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def GetIcon(self, *_args, **_kwargs):
|
||||||
|
val = apply(gdic.wxIconBundle_GetIcon,(self,) + _args, _kwargs)
|
||||||
|
if val: val = wxIconPtr(val)
|
||||||
|
return val
|
||||||
|
def __repr__(self):
|
||||||
|
return "<C wxIconBundle instance at %s>" % (self.this,)
|
||||||
|
class wxIconBundle(wxIconBundlePtr):
|
||||||
|
def __init__(self,*_args,**_kwargs):
|
||||||
|
self.this = apply(gdic.new_wxIconBundle,_args,_kwargs)
|
||||||
|
self.thisown = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def wxIconBundleFromFile(*_args,**_kwargs):
|
||||||
|
val = wxIconBundlePtr(apply(gdic.new_wxIconBundleFromFile,_args,_kwargs))
|
||||||
|
val.thisown = 1
|
||||||
|
return val
|
||||||
|
|
||||||
|
def wxIconBundleFromIcon(*_args,**_kwargs):
|
||||||
|
val = wxIconBundlePtr(apply(gdic.new_wxIconBundleFromIcon,_args,_kwargs))
|
||||||
|
val.thisown = 1
|
||||||
|
return val
|
||||||
|
|
||||||
|
|
||||||
class wxCursorPtr(wxGDIObjectPtr):
|
class wxCursorPtr(wxGDIObjectPtr):
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
@ -186,209 +225,6 @@ class wxCursor(wxCursorPtr):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
class wxNativeFontInfoPtr :
|
|
||||||
def __init__(self,this):
|
|
||||||
self.this = this
|
|
||||||
self.thisown = 0
|
|
||||||
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
|
|
||||||
def FromString(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxNativeFontInfo_FromString,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def ToString(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxNativeFontInfo_ToString,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def __str__(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxNativeFontInfo___str__,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def FromUserString(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxNativeFontInfo_FromUserString,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def ToUserString(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxNativeFontInfo_ToUserString,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def __repr__(self):
|
|
||||||
return "<C wxNativeFontInfo instance at %s>" % (self.this,)
|
|
||||||
class wxNativeFontInfo(wxNativeFontInfoPtr):
|
|
||||||
def __init__(self,*_args,**_kwargs):
|
|
||||||
self.this = apply(gdic.new_wxNativeFontInfo,_args,_kwargs)
|
|
||||||
self.thisown = 1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class wxFontMapperPtr :
|
|
||||||
def __init__(self,this):
|
|
||||||
self.this = this
|
|
||||||
self.thisown = 0
|
|
||||||
def __del__(self,gdic=gdic):
|
|
||||||
if self.thisown == 1 :
|
|
||||||
gdic.delete_wxFontMapper(self)
|
|
||||||
def GetAltForEncoding(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontMapper_GetAltForEncoding,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def IsEncodingAvailable(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontMapper_IsEncodingAvailable,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def CharsetToEncoding(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontMapper_CharsetToEncoding,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetDialogParent(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontMapper_SetDialogParent,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetDialogTitle(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontMapper_SetDialogTitle,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetConfig(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontMapper_SetConfig,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetConfigPath(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontMapper_SetConfigPath,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def __repr__(self):
|
|
||||||
return "<C wxFontMapper instance at %s>" % (self.this,)
|
|
||||||
class wxFontMapper(wxFontMapperPtr):
|
|
||||||
def __init__(self,*_args,**_kwargs):
|
|
||||||
self.this = apply(gdic.new_wxFontMapper,_args,_kwargs)
|
|
||||||
self.thisown = 1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class wxFontPtr(wxGDIObjectPtr):
|
|
||||||
def __init__(self,this):
|
|
||||||
self.this = this
|
|
||||||
self.thisown = 0
|
|
||||||
def __del__(self,gdic=gdic):
|
|
||||||
if self.thisown == 1 :
|
|
||||||
gdic.delete_wxFont(self)
|
|
||||||
def Ok(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_Ok,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetPointSize(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetPointSize,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetFamily(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetFamily,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetStyle(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetStyle,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetWeight(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetWeight,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetUnderlined(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetUnderlined,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetFaceName(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetFaceName,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetEncoding(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetEncoding,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def IsFixedWidth(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_IsFixedWidth,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetNativeFontInfo(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetNativeFontInfo,(self,) + _args, _kwargs)
|
|
||||||
if val: val = wxNativeFontInfoPtr(val)
|
|
||||||
return val
|
|
||||||
def GetNativeFontInfoDesc(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetNativeFontInfoDesc,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetNativeFontInfoUserDesc(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetNativeFontInfoUserDesc,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetPointSize(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetPointSize,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetFamily(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetFamily,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetStyle(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetStyle,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetWeight(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetWeight,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetFaceName(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetFaceName,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetUnderlined(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetUnderlined,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetEncoding(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetEncoding,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetNativeFontInfo(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetNativeFontInfo,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def SetNativeFontInfoUserDesc(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_SetNativeFontInfoUserDesc,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetFamilyString(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetFamilyString,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetStyleString(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetStyleString,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetWeightString(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFont_GetWeightString,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def __repr__(self):
|
|
||||||
return "<C wxFont instance at %s>" % (self.this,)
|
|
||||||
class wxFont(wxFontPtr):
|
|
||||||
def __init__(self,*_args,**_kwargs):
|
|
||||||
self.this = apply(gdic.new_wxFont,_args,_kwargs)
|
|
||||||
self.thisown = 1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def wxFontFromNativeInfo(*_args,**_kwargs):
|
|
||||||
val = wxFontPtr(apply(gdic.new_wxFontFromNativeInfo,_args,_kwargs))
|
|
||||||
val.thisown = 1
|
|
||||||
return val
|
|
||||||
|
|
||||||
|
|
||||||
class wxFontListPtr(wxObjectPtr):
|
|
||||||
def __init__(self,this):
|
|
||||||
self.this = this
|
|
||||||
self.thisown = 0
|
|
||||||
def AddFont(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontList_AddFont,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def FindOrCreateFont(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontList_FindOrCreateFont,(self,) + _args, _kwargs)
|
|
||||||
if val: val = wxFontPtr(val)
|
|
||||||
return val
|
|
||||||
def RemoveFont(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontList_RemoveFont,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetCount(self, *_args, **_kwargs):
|
|
||||||
val = apply(gdic.wxFontList_GetCount,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def __repr__(self):
|
|
||||||
return "<C wxFontList instance at %s>" % (self.this,)
|
|
||||||
class wxFontList(wxFontListPtr):
|
|
||||||
def __init__(self,this):
|
|
||||||
self.this = this
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class wxColourPtr(wxObjectPtr):
|
class wxColourPtr(wxObjectPtr):
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
@ -1302,81 +1138,10 @@ def wxMemoryDCFromDC(*_args, **_kwargs):
|
|||||||
if val: val = wxMemoryDCPtr(val); val.thisown = 1
|
if val: val = wxMemoryDCPtr(val); val.thisown = 1
|
||||||
return val
|
return val
|
||||||
|
|
||||||
wxFontMapper_GetEncodingName = gdic.wxFontMapper_GetEncodingName
|
|
||||||
|
|
||||||
wxFontMapper_GetEncodingDescription = gdic.wxFontMapper_GetEncodingDescription
|
|
||||||
|
|
||||||
wxFontMapper_GetDefaultConfigPath = gdic.wxFontMapper_GetDefaultConfigPath
|
|
||||||
|
|
||||||
wxFont_GetDefaultEncoding = gdic.wxFont_GetDefaultEncoding
|
|
||||||
|
|
||||||
wxFont_SetDefaultEncoding = gdic.wxFont_SetDefaultEncoding
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#-------------- VARIABLE WRAPPERS ------------------
|
#-------------- VARIABLE WRAPPERS ------------------
|
||||||
|
|
||||||
wxFONTFAMILY_DEFAULT = gdic.wxFONTFAMILY_DEFAULT
|
|
||||||
wxFONTFAMILY_DECORATIVE = gdic.wxFONTFAMILY_DECORATIVE
|
|
||||||
wxFONTFAMILY_ROMAN = gdic.wxFONTFAMILY_ROMAN
|
|
||||||
wxFONTFAMILY_SCRIPT = gdic.wxFONTFAMILY_SCRIPT
|
|
||||||
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
|
|
||||||
wxFONTSTYLE_MAX = gdic.wxFONTSTYLE_MAX
|
|
||||||
wxFONTWEIGHT_NORMAL = gdic.wxFONTWEIGHT_NORMAL
|
|
||||||
wxFONTWEIGHT_LIGHT = gdic.wxFONTWEIGHT_LIGHT
|
|
||||||
wxFONTWEIGHT_BOLD = gdic.wxFONTWEIGHT_BOLD
|
|
||||||
wxFONTWEIGHT_MAX = gdic.wxFONTWEIGHT_MAX
|
|
||||||
wxFONTENCODING_SYSTEM = gdic.wxFONTENCODING_SYSTEM
|
|
||||||
wxFONTENCODING_DEFAULT = gdic.wxFONTENCODING_DEFAULT
|
|
||||||
wxFONTENCODING_ISO8859_1 = gdic.wxFONTENCODING_ISO8859_1
|
|
||||||
wxFONTENCODING_ISO8859_2 = gdic.wxFONTENCODING_ISO8859_2
|
|
||||||
wxFONTENCODING_ISO8859_3 = gdic.wxFONTENCODING_ISO8859_3
|
|
||||||
wxFONTENCODING_ISO8859_4 = gdic.wxFONTENCODING_ISO8859_4
|
|
||||||
wxFONTENCODING_ISO8859_5 = gdic.wxFONTENCODING_ISO8859_5
|
|
||||||
wxFONTENCODING_ISO8859_6 = gdic.wxFONTENCODING_ISO8859_6
|
|
||||||
wxFONTENCODING_ISO8859_7 = gdic.wxFONTENCODING_ISO8859_7
|
|
||||||
wxFONTENCODING_ISO8859_8 = gdic.wxFONTENCODING_ISO8859_8
|
|
||||||
wxFONTENCODING_ISO8859_9 = gdic.wxFONTENCODING_ISO8859_9
|
|
||||||
wxFONTENCODING_ISO8859_10 = gdic.wxFONTENCODING_ISO8859_10
|
|
||||||
wxFONTENCODING_ISO8859_11 = gdic.wxFONTENCODING_ISO8859_11
|
|
||||||
wxFONTENCODING_ISO8859_12 = gdic.wxFONTENCODING_ISO8859_12
|
|
||||||
wxFONTENCODING_ISO8859_13 = gdic.wxFONTENCODING_ISO8859_13
|
|
||||||
wxFONTENCODING_ISO8859_14 = gdic.wxFONTENCODING_ISO8859_14
|
|
||||||
wxFONTENCODING_ISO8859_15 = gdic.wxFONTENCODING_ISO8859_15
|
|
||||||
wxFONTENCODING_ISO8859_MAX = gdic.wxFONTENCODING_ISO8859_MAX
|
|
||||||
wxFONTENCODING_KOI8 = gdic.wxFONTENCODING_KOI8
|
|
||||||
wxFONTENCODING_ALTERNATIVE = gdic.wxFONTENCODING_ALTERNATIVE
|
|
||||||
wxFONTENCODING_BULGARIAN = gdic.wxFONTENCODING_BULGARIAN
|
|
||||||
wxFONTENCODING_CP437 = gdic.wxFONTENCODING_CP437
|
|
||||||
wxFONTENCODING_CP850 = gdic.wxFONTENCODING_CP850
|
|
||||||
wxFONTENCODING_CP852 = gdic.wxFONTENCODING_CP852
|
|
||||||
wxFONTENCODING_CP855 = gdic.wxFONTENCODING_CP855
|
|
||||||
wxFONTENCODING_CP866 = gdic.wxFONTENCODING_CP866
|
|
||||||
wxFONTENCODING_CP874 = gdic.wxFONTENCODING_CP874
|
|
||||||
wxFONTENCODING_CP932 = gdic.wxFONTENCODING_CP932
|
|
||||||
wxFONTENCODING_CP936 = gdic.wxFONTENCODING_CP936
|
|
||||||
wxFONTENCODING_CP949 = gdic.wxFONTENCODING_CP949
|
|
||||||
wxFONTENCODING_CP950 = gdic.wxFONTENCODING_CP950
|
|
||||||
wxFONTENCODING_CP1250 = gdic.wxFONTENCODING_CP1250
|
|
||||||
wxFONTENCODING_CP1251 = gdic.wxFONTENCODING_CP1251
|
|
||||||
wxFONTENCODING_CP1252 = gdic.wxFONTENCODING_CP1252
|
|
||||||
wxFONTENCODING_CP1253 = gdic.wxFONTENCODING_CP1253
|
|
||||||
wxFONTENCODING_CP1254 = gdic.wxFONTENCODING_CP1254
|
|
||||||
wxFONTENCODING_CP1255 = gdic.wxFONTENCODING_CP1255
|
|
||||||
wxFONTENCODING_CP1256 = gdic.wxFONTENCODING_CP1256
|
|
||||||
wxFONTENCODING_CP1257 = gdic.wxFONTENCODING_CP1257
|
|
||||||
wxFONTENCODING_CP12_MAX = gdic.wxFONTENCODING_CP12_MAX
|
|
||||||
wxFONTENCODING_UTF7 = gdic.wxFONTENCODING_UTF7
|
|
||||||
wxFONTENCODING_UTF8 = gdic.wxFONTENCODING_UTF8
|
|
||||||
wxFONTENCODING_UNICODE = gdic.wxFONTENCODING_UNICODE
|
|
||||||
wxFONTENCODING_MAX = gdic.wxFONTENCODING_MAX
|
|
||||||
wxIMAGELIST_DRAW_NORMAL = gdic.wxIMAGELIST_DRAW_NORMAL
|
wxIMAGELIST_DRAW_NORMAL = gdic.wxIMAGELIST_DRAW_NORMAL
|
||||||
wxIMAGELIST_DRAW_TRANSPARENT = gdic.wxIMAGELIST_DRAW_TRANSPARENT
|
wxIMAGELIST_DRAW_TRANSPARENT = gdic.wxIMAGELIST_DRAW_TRANSPARENT
|
||||||
wxIMAGELIST_DRAW_SELECTED = gdic.wxIMAGELIST_DRAW_SELECTED
|
wxIMAGELIST_DRAW_SELECTED = gdic.wxIMAGELIST_DRAW_SELECTED
|
||||||
|
@ -5,6 +5,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from windows import *
|
from windows import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
@ -7,6 +7,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from controls import *
|
from controls import *
|
||||||
|
@ -9,6 +9,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
@ -9,6 +9,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
@ -1584,6 +1584,156 @@ static PyObject *_wrap_wxImage_GetBlue(PyObject *self, PyObject *args, PyObject
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define wxImage_FindFirstUnusedColour(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->FindFirstUnusedColour(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
|
||||||
|
static PyObject *_wrap_wxImage_FindFirstUnusedColour(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
bool _result;
|
||||||
|
wxImage * _arg0;
|
||||||
|
byte * _arg1;
|
||||||
|
int temp;
|
||||||
|
byte * _arg2;
|
||||||
|
int temp0;
|
||||||
|
byte * _arg3;
|
||||||
|
int temp1;
|
||||||
|
byte _arg4 = (byte ) 0;
|
||||||
|
byte _arg5 = (byte ) 0;
|
||||||
|
byte _arg6 = (byte ) 0;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
char *_kwnames[] = { "self","startR","startG","startB", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
{
|
||||||
|
_arg1 = (byte*)&temp;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
_arg2 = (byte*)&temp0;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
_arg3 = (byte*)&temp1;
|
||||||
|
}
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|bbb:wxImage_FindFirstUnusedColour",_kwnames,&_argo0,&_arg4,&_arg5,&_arg6))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxImage_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxImage_FindFirstUnusedColour. Expected _wxImage_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
|
_result = (bool )wxImage_FindFirstUnusedColour(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
|
||||||
|
|
||||||
|
wxPyEndAllowThreads(__tstate);
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} _resultobj = Py_BuildValue("i",_result);
|
||||||
|
{
|
||||||
|
PyObject *o;
|
||||||
|
o = PyInt_FromLong((long) (*_arg1));
|
||||||
|
_resultobj = t_output_helper(_resultobj, o);
|
||||||
|
}
|
||||||
|
{
|
||||||
|
PyObject *o;
|
||||||
|
o = PyInt_FromLong((long) (*_arg2));
|
||||||
|
_resultobj = t_output_helper(_resultobj, o);
|
||||||
|
}
|
||||||
|
{
|
||||||
|
PyObject *o;
|
||||||
|
o = PyInt_FromLong((long) (*_arg3));
|
||||||
|
_resultobj = t_output_helper(_resultobj, o);
|
||||||
|
}
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
|
#define wxImage_SetMaskFromImage(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->SetMaskFromImage(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
|
||||||
|
static PyObject *_wrap_wxImage_SetMaskFromImage(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
bool _result;
|
||||||
|
wxImage * _arg0;
|
||||||
|
wxImage * _arg1;
|
||||||
|
byte _arg2;
|
||||||
|
byte _arg3;
|
||||||
|
byte _arg4;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
PyObject * _argo1 = 0;
|
||||||
|
char *_kwnames[] = { "self","mask","mr","mg","mb", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OObbb:wxImage_SetMaskFromImage",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxImage_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxImage_SetMaskFromImage. Expected _wxImage_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (_argo1) {
|
||||||
|
if (_argo1 == Py_None) { _arg1 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxImage_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxImage_SetMaskFromImage. Expected _wxImage_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
|
_result = (bool )wxImage_SetMaskFromImage(_arg0,*_arg1,_arg2,_arg3,_arg4);
|
||||||
|
|
||||||
|
wxPyEndAllowThreads(__tstate);
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} _resultobj = Py_BuildValue("i",_result);
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
|
#define wxImage_DoFloodFill(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->DoFloodFill(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
|
||||||
|
static PyObject *_wrap_wxImage_DoFloodFill(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
wxImage * _arg0;
|
||||||
|
wxCoord _arg1;
|
||||||
|
wxCoord _arg2;
|
||||||
|
wxBrush * _arg3;
|
||||||
|
wxColour * _arg4;
|
||||||
|
int _arg5 = (int ) wxFLOOD_SURFACE;
|
||||||
|
int _arg6 = (int ) wxCOPY;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
PyObject * _argo3 = 0;
|
||||||
|
wxColour temp;
|
||||||
|
PyObject * _obj4 = 0;
|
||||||
|
char *_kwnames[] = { "self","x","y","fillBrush","testColour","style","LogicalFunction", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiiOO|ii:wxImage_DoFloodFill",_kwnames,&_argo0,&_arg1,&_arg2,&_argo3,&_obj4,&_arg5,&_arg6))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxImage_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxImage_DoFloodFill. Expected _wxImage_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (_argo3) {
|
||||||
|
if (_argo3 == Py_None) { _arg3 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBrush_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxImage_DoFloodFill. Expected _wxBrush_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
_arg4 = &temp;
|
||||||
|
if (! wxColour_helper(_obj4, &_arg4))
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
|
wxImage_DoFloodFill(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6);
|
||||||
|
|
||||||
|
wxPyEndAllowThreads(__tstate);
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} Py_INCREF(Py_None);
|
||||||
|
_resultobj = Py_None;
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
static PyObject *_wrap_wxImage_CanRead(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxImage_CanRead(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
bool _result;
|
bool _result;
|
||||||
@ -3042,6 +3192,9 @@ static PyMethodDef imagecMethods[] = {
|
|||||||
{ "wxImage_LoadFile", (PyCFunction) _wrap_wxImage_LoadFile, METH_VARARGS | METH_KEYWORDS },
|
{ "wxImage_LoadFile", (PyCFunction) _wrap_wxImage_LoadFile, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxImage_GetImageCount", (PyCFunction) _wrap_wxImage_GetImageCount, METH_VARARGS | METH_KEYWORDS },
|
{ "wxImage_GetImageCount", (PyCFunction) _wrap_wxImage_GetImageCount, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxImage_CanRead", (PyCFunction) _wrap_wxImage_CanRead, METH_VARARGS | METH_KEYWORDS },
|
{ "wxImage_CanRead", (PyCFunction) _wrap_wxImage_CanRead, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxImage_DoFloodFill", (PyCFunction) _wrap_wxImage_DoFloodFill, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxImage_SetMaskFromImage", (PyCFunction) _wrap_wxImage_SetMaskFromImage, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxImage_FindFirstUnusedColour", (PyCFunction) _wrap_wxImage_FindFirstUnusedColour, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxImage_GetBlue", (PyCFunction) _wrap_wxImage_GetBlue, METH_VARARGS | METH_KEYWORDS },
|
{ "wxImage_GetBlue", (PyCFunction) _wrap_wxImage_GetBlue, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxImage_GetGreen", (PyCFunction) _wrap_wxImage_GetGreen, METH_VARARGS | METH_KEYWORDS },
|
{ "wxImage_GetGreen", (PyCFunction) _wrap_wxImage_GetGreen, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxImage_GetRed", (PyCFunction) _wrap_wxImage_GetRed, METH_VARARGS | METH_KEYWORDS },
|
{ "wxImage_GetRed", (PyCFunction) _wrap_wxImage_GetRed, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
@ -5,6 +5,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from streams import *
|
from streams import *
|
||||||
class wxImageHandlerPtr(wxObjectPtr):
|
class wxImageHandlerPtr(wxObjectPtr):
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
@ -219,6 +221,15 @@ class wxImagePtr(wxObjectPtr):
|
|||||||
def GetBlue(self, *_args, **_kwargs):
|
def GetBlue(self, *_args, **_kwargs):
|
||||||
val = apply(imagec.wxImage_GetBlue,(self,) + _args, _kwargs)
|
val = apply(imagec.wxImage_GetBlue,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
|
def FindFirstUnusedColour(self, *_args, **_kwargs):
|
||||||
|
val = apply(imagec.wxImage_FindFirstUnusedColour,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def SetMaskFromImage(self, *_args, **_kwargs):
|
||||||
|
val = apply(imagec.wxImage_SetMaskFromImage,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def DoFloodFill(self, *_args, **_kwargs):
|
||||||
|
val = apply(imagec.wxImage_DoFloodFill,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
def LoadFile(self, *_args, **_kwargs):
|
def LoadFile(self, *_args, **_kwargs):
|
||||||
val = apply(imagec.wxImage_LoadFile,(self,) + _args, _kwargs)
|
val = apply(imagec.wxImage_LoadFile,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
|
@ -7,6 +7,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from frames import *
|
from frames import *
|
||||||
|
@ -60,7 +60,6 @@ extern PyObject *SWIG_newvarlink(void);
|
|||||||
#include <wx/resource.h>
|
#include <wx/resource.h>
|
||||||
#include <wx/tooltip.h>
|
#include <wx/tooltip.h>
|
||||||
#include <wx/caret.h>
|
#include <wx/caret.h>
|
||||||
#include <wx/fontenum.h>
|
|
||||||
#include <wx/tipdlg.h>
|
#include <wx/tipdlg.h>
|
||||||
#include <wx/process.h>
|
#include <wx/process.h>
|
||||||
|
|
||||||
@ -115,21 +114,6 @@ static PyObject* t_output_helper(PyObject* target, PyObject* o) {
|
|||||||
wxCaret::SetBlinkTime(milliseconds);
|
wxCaret::SetBlinkTime(milliseconds);
|
||||||
}
|
}
|
||||||
|
|
||||||
class wxPyFontEnumerator : public wxFontEnumerator {
|
|
||||||
public:
|
|
||||||
wxPyFontEnumerator() {}
|
|
||||||
~wxPyFontEnumerator() {}
|
|
||||||
|
|
||||||
DEC_PYCALLBACK_BOOL_STRING(OnFacename);
|
|
||||||
DEC_PYCALLBACK_BOOL_STRINGSTRING(OnFontEncoding);
|
|
||||||
|
|
||||||
PYPRIVATE;
|
|
||||||
};
|
|
||||||
|
|
||||||
IMP_PYCALLBACK_BOOL_STRING(wxPyFontEnumerator, wxFontEnumerator, OnFacename);
|
|
||||||
IMP_PYCALLBACK_BOOL_STRINGSTRING(wxPyFontEnumerator, wxFontEnumerator, OnFontEncoding);
|
|
||||||
|
|
||||||
|
|
||||||
bool wxThread_IsMain() {
|
bool wxThread_IsMain() {
|
||||||
#ifdef WXP_WITH_THREAD
|
#ifdef WXP_WITH_THREAD
|
||||||
return wxThread::IsMain();
|
return wxThread::IsMain();
|
||||||
@ -3039,239 +3023,6 @@ static PyObject *_wrap_wxCaret_Hide(PyObject *self, PyObject *args, PyObject *kw
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define new_wxFontEnumerator() (new wxPyFontEnumerator())
|
|
||||||
static PyObject *_wrap_new_wxFontEnumerator(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
wxPyFontEnumerator * _result;
|
|
||||||
char *_kwnames[] = { NULL };
|
|
||||||
char _ptemp[128];
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxFontEnumerator",_kwnames))
|
|
||||||
return NULL;
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (wxPyFontEnumerator *)new_wxFontEnumerator();
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
} if (_result) {
|
|
||||||
SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyFontEnumerator_p");
|
|
||||||
_resultobj = Py_BuildValue("s",_ptemp);
|
|
||||||
} else {
|
|
||||||
Py_INCREF(Py_None);
|
|
||||||
_resultobj = Py_None;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define delete_wxPyFontEnumerator(_swigobj) (delete _swigobj)
|
|
||||||
static PyObject *_wrap_delete_wxFontEnumerator(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
wxPyFontEnumerator * _arg0;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
char *_kwnames[] = { "self", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxFontEnumerator",_kwnames,&_argo0))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyFontEnumerator_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxFontEnumerator. Expected _wxPyFontEnumerator_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
delete_wxPyFontEnumerator(_arg0);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
} Py_INCREF(Py_None);
|
|
||||||
_resultobj = Py_None;
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define wxFontEnumerator__setCallbackInfo(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1,_swigarg2))
|
|
||||||
static PyObject *_wrap_wxFontEnumerator__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
wxPyFontEnumerator * _arg0;
|
|
||||||
PyObject * _arg1;
|
|
||||||
PyObject * _arg2;
|
|
||||||
bool _arg3;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
PyObject * _obj1 = 0;
|
|
||||||
PyObject * _obj2 = 0;
|
|
||||||
int tempbool3;
|
|
||||||
char *_kwnames[] = { "self","self","_class","incref", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOi:wxFontEnumerator__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2,&tempbool3))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyFontEnumerator_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFontEnumerator__setCallbackInfo. Expected _wxPyFontEnumerator_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
_arg1 = _obj1;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
_arg2 = _obj2;
|
|
||||||
}
|
|
||||||
_arg3 = (bool ) tempbool3;
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
wxFontEnumerator__setCallbackInfo(_arg0,_arg1,_arg2,_arg3);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
} Py_INCREF(Py_None);
|
|
||||||
_resultobj = Py_None;
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define wxFontEnumerator_EnumerateFacenames(_swigobj,_swigarg0,_swigarg1) (_swigobj->EnumerateFacenames(_swigarg0,_swigarg1))
|
|
||||||
static PyObject *_wrap_wxFontEnumerator_EnumerateFacenames(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
bool _result;
|
|
||||||
wxPyFontEnumerator * _arg0;
|
|
||||||
wxFontEncoding _arg1 = (wxFontEncoding ) wxFONTENCODING_SYSTEM;
|
|
||||||
bool _arg2 = (bool ) FALSE;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
int tempbool2 = (int) FALSE;
|
|
||||||
char *_kwnames[] = { "self","encoding","fixedWidthOnly", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|ii:wxFontEnumerator_EnumerateFacenames",_kwnames,&_argo0,&_arg1,&tempbool2))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyFontEnumerator_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFontEnumerator_EnumerateFacenames. Expected _wxPyFontEnumerator_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
_arg2 = (bool ) tempbool2;
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (bool )wxFontEnumerator_EnumerateFacenames(_arg0,_arg1,_arg2);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
} _resultobj = Py_BuildValue("i",_result);
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define wxFontEnumerator_EnumerateEncodings(_swigobj,_swigarg0) (_swigobj->EnumerateEncodings(_swigarg0))
|
|
||||||
static PyObject *_wrap_wxFontEnumerator_EnumerateEncodings(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
bool _result;
|
|
||||||
wxPyFontEnumerator * _arg0;
|
|
||||||
wxString * _arg1 = (wxString *) &wxPyEmptyString;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
PyObject * _obj1 = 0;
|
|
||||||
char *_kwnames[] = { "self","facename", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:wxFontEnumerator_EnumerateEncodings",_kwnames,&_argo0,&_obj1))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyFontEnumerator_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFontEnumerator_EnumerateEncodings. Expected _wxPyFontEnumerator_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_obj1)
|
|
||||||
{
|
|
||||||
_arg1 = wxString_in_helper(_obj1);
|
|
||||||
if (_arg1 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (bool )wxFontEnumerator_EnumerateEncodings(_arg0,*_arg1);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
} _resultobj = Py_BuildValue("i",_result);
|
|
||||||
{
|
|
||||||
if (_obj1)
|
|
||||||
delete _arg1;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
static PyObject * wxPyFontEnumerator_GetEncodings(wxPyFontEnumerator *self) {
|
|
||||||
wxArrayString* arr = self->GetEncodings();
|
|
||||||
return wxArrayString2PyList_helper(*arr);
|
|
||||||
}
|
|
||||||
static PyObject *_wrap_wxFontEnumerator_GetEncodings(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
PyObject * _result;
|
|
||||||
wxPyFontEnumerator * _arg0;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
char *_kwnames[] = { "self", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFontEnumerator_GetEncodings",_kwnames,&_argo0))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyFontEnumerator_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFontEnumerator_GetEncodings. Expected _wxPyFontEnumerator_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (PyObject *)wxPyFontEnumerator_GetEncodings(_arg0);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
}{
|
|
||||||
_resultobj = _result;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
static PyObject * wxPyFontEnumerator_GetFacenames(wxPyFontEnumerator *self) {
|
|
||||||
wxArrayString* arr = self->GetFacenames();
|
|
||||||
return wxArrayString2PyList_helper(*arr);
|
|
||||||
}
|
|
||||||
static PyObject *_wrap_wxFontEnumerator_GetFacenames(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
PyObject * _result;
|
|
||||||
wxPyFontEnumerator * _arg0;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
char *_kwnames[] = { "self", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFontEnumerator_GetFacenames",_kwnames,&_argo0))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyFontEnumerator_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFontEnumerator_GetFacenames. Expected _wxPyFontEnumerator_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (PyObject *)wxPyFontEnumerator_GetFacenames(_arg0);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
}{
|
|
||||||
_resultobj = _result;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define new_wxBusyCursor(_swigarg0) (new wxBusyCursor(_swigarg0))
|
#define new_wxBusyCursor(_swigarg0) (new wxBusyCursor(_swigarg0))
|
||||||
static PyObject *_wrap_new_wxBusyCursor(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_new_wxBusyCursor(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
@ -4873,29 +4624,19 @@ static PyObject *_wrap_wxLog_Resume(PyObject *self, PyObject *args, PyObject *kw
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define wxLog_SetVerbose(_swigobj,_swigarg0) (_swigobj->SetVerbose(_swigarg0))
|
|
||||||
static PyObject *_wrap_wxLog_SetVerbose(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxLog_SetVerbose(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
wxLog * _arg0;
|
bool _arg0 = (bool ) TRUE;
|
||||||
bool _arg1 = (bool ) TRUE;
|
int tempbool0 = (int) TRUE;
|
||||||
PyObject * _argo0 = 0;
|
char *_kwnames[] = { "bVerbose", NULL };
|
||||||
int tempbool1 = (int) TRUE;
|
|
||||||
char *_kwnames[] = { "self","bVerbose", NULL };
|
|
||||||
|
|
||||||
self = self;
|
self = self;
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxLog_SetVerbose",_kwnames,&_argo0,&tempbool1))
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:wxLog_SetVerbose",_kwnames,&tempbool0))
|
||||||
return NULL;
|
return NULL;
|
||||||
if (_argo0) {
|
_arg0 = (bool ) tempbool0;
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLog_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLog_SetVerbose. Expected _wxLog_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
_arg1 = (bool ) tempbool1;
|
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
wxLog_SetVerbose(_arg0,_arg1);
|
wxLog::SetVerbose(_arg0);
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
wxPyEndAllowThreads(__tstate);
|
||||||
if (PyErr_Occurred()) return NULL;
|
if (PyErr_Occurred()) return NULL;
|
||||||
@ -9834,8 +9575,8 @@ static PyObject *_wrap_wxFileHistory_AddFilesToMenu(PyObject *self, PyObject *ar
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define wxFileHistory_AddFilesToSingleMenu(_swigobj,_swigarg0) (_swigobj->AddFilesToMenu(_swigarg0))
|
#define wxFileHistory_AddFilesToThisMenu(_swigobj,_swigarg0) (_swigobj->AddFilesToMenu(_swigarg0))
|
||||||
static PyObject *_wrap_wxFileHistory_AddFilesToSingleMenu(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxFileHistory_AddFilesToThisMenu(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
wxFileHistory * _arg0;
|
wxFileHistory * _arg0;
|
||||||
wxMenu * _arg1;
|
wxMenu * _arg1;
|
||||||
@ -9844,25 +9585,25 @@ static PyObject *_wrap_wxFileHistory_AddFilesToSingleMenu(PyObject *self, PyObje
|
|||||||
char *_kwnames[] = { "self","menu", NULL };
|
char *_kwnames[] = { "self","menu", NULL };
|
||||||
|
|
||||||
self = self;
|
self = self;
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_AddFilesToSingleMenu",_kwnames,&_argo0,&_argo1))
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_AddFilesToThisMenu",_kwnames,&_argo0,&_argo1))
|
||||||
return NULL;
|
return NULL;
|
||||||
if (_argo0) {
|
if (_argo0) {
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) {
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) {
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_AddFilesToSingleMenu. Expected _wxFileHistory_p.");
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_AddFilesToThisMenu. Expected _wxFileHistory_p.");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (_argo1) {
|
if (_argo1) {
|
||||||
if (_argo1 == Py_None) { _arg1 = NULL; }
|
if (_argo1 == Py_None) { _arg1 = NULL; }
|
||||||
else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMenu_p")) {
|
else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMenu_p")) {
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileHistory_AddFilesToSingleMenu. Expected _wxMenu_p.");
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileHistory_AddFilesToThisMenu. Expected _wxMenu_p.");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
wxFileHistory_AddFilesToSingleMenu(_arg0,_arg1);
|
wxFileHistory_AddFilesToThisMenu(_arg0,_arg1);
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
wxPyEndAllowThreads(__tstate);
|
||||||
if (PyErr_Occurred()) return NULL;
|
if (PyErr_Occurred()) return NULL;
|
||||||
@ -9969,7 +9710,7 @@ static PyMethodDef misc2cMethods[] = {
|
|||||||
{ "wxFileHistory_GetNoHistoryFiles", (PyCFunction) _wrap_wxFileHistory_GetNoHistoryFiles, METH_VARARGS | METH_KEYWORDS },
|
{ "wxFileHistory_GetNoHistoryFiles", (PyCFunction) _wrap_wxFileHistory_GetNoHistoryFiles, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxFileHistory_GetCount", (PyCFunction) _wrap_wxFileHistory_GetCount, METH_VARARGS | METH_KEYWORDS },
|
{ "wxFileHistory_GetCount", (PyCFunction) _wrap_wxFileHistory_GetCount, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxFileHistory_GetHistoryFile", (PyCFunction) _wrap_wxFileHistory_GetHistoryFile, METH_VARARGS | METH_KEYWORDS },
|
{ "wxFileHistory_GetHistoryFile", (PyCFunction) _wrap_wxFileHistory_GetHistoryFile, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxFileHistory_AddFilesToSingleMenu", (PyCFunction) _wrap_wxFileHistory_AddFilesToSingleMenu, METH_VARARGS | METH_KEYWORDS },
|
{ "wxFileHistory_AddFilesToThisMenu", (PyCFunction) _wrap_wxFileHistory_AddFilesToThisMenu, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxFileHistory_AddFilesToMenu", (PyCFunction) _wrap_wxFileHistory_AddFilesToMenu, METH_VARARGS | METH_KEYWORDS },
|
{ "wxFileHistory_AddFilesToMenu", (PyCFunction) _wrap_wxFileHistory_AddFilesToMenu, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxFileHistory_Save", (PyCFunction) _wrap_wxFileHistory_Save, METH_VARARGS | METH_KEYWORDS },
|
{ "wxFileHistory_Save", (PyCFunction) _wrap_wxFileHistory_Save, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxFileHistory_Load", (PyCFunction) _wrap_wxFileHistory_Load, METH_VARARGS | METH_KEYWORDS },
|
{ "wxFileHistory_Load", (PyCFunction) _wrap_wxFileHistory_Load, METH_VARARGS | METH_KEYWORDS },
|
||||||
@ -10170,13 +9911,6 @@ static PyMethodDef misc2cMethods[] = {
|
|||||||
{ "new_wxWindowDisabler", (PyCFunction) _wrap_new_wxWindowDisabler, METH_VARARGS | METH_KEYWORDS },
|
{ "new_wxWindowDisabler", (PyCFunction) _wrap_new_wxWindowDisabler, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "delete_wxBusyCursor", (PyCFunction) _wrap_delete_wxBusyCursor, METH_VARARGS | METH_KEYWORDS },
|
{ "delete_wxBusyCursor", (PyCFunction) _wrap_delete_wxBusyCursor, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "new_wxBusyCursor", (PyCFunction) _wrap_new_wxBusyCursor, METH_VARARGS | METH_KEYWORDS },
|
{ "new_wxBusyCursor", (PyCFunction) _wrap_new_wxBusyCursor, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxFontEnumerator_GetFacenames", (PyCFunction) _wrap_wxFontEnumerator_GetFacenames, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxFontEnumerator_GetEncodings", (PyCFunction) _wrap_wxFontEnumerator_GetEncodings, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxFontEnumerator_EnumerateEncodings", (PyCFunction) _wrap_wxFontEnumerator_EnumerateEncodings, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxFontEnumerator_EnumerateFacenames", (PyCFunction) _wrap_wxFontEnumerator_EnumerateFacenames, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxFontEnumerator__setCallbackInfo", (PyCFunction) _wrap_wxFontEnumerator__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "delete_wxFontEnumerator", (PyCFunction) _wrap_delete_wxFontEnumerator, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "new_wxFontEnumerator", (PyCFunction) _wrap_new_wxFontEnumerator, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxCaret_Hide", (PyCFunction) _wrap_wxCaret_Hide, METH_VARARGS | METH_KEYWORDS },
|
{ "wxCaret_Hide", (PyCFunction) _wrap_wxCaret_Hide, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxCaret_Show", (PyCFunction) _wrap_wxCaret_Show, METH_VARARGS | METH_KEYWORDS },
|
{ "wxCaret_Show", (PyCFunction) _wrap_wxCaret_Show, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxCaret_SetSize", (PyCFunction) _wrap_wxCaret_SetSize, METH_VARARGS | METH_KEYWORDS },
|
{ "wxCaret_SetSize", (PyCFunction) _wrap_wxCaret_SetSize, METH_VARARGS | METH_KEYWORDS },
|
||||||
@ -10495,6 +10229,7 @@ SWIGEXPORT(void) initmisc2c() {
|
|||||||
PyDict_SetItemString(d,"wxEXEC_ASYNC", PyInt_FromLong((long) wxEXEC_ASYNC));
|
PyDict_SetItemString(d,"wxEXEC_ASYNC", PyInt_FromLong((long) wxEXEC_ASYNC));
|
||||||
PyDict_SetItemString(d,"wxEXEC_SYNC", PyInt_FromLong((long) wxEXEC_SYNC));
|
PyDict_SetItemString(d,"wxEXEC_SYNC", PyInt_FromLong((long) wxEXEC_SYNC));
|
||||||
PyDict_SetItemString(d,"wxEXEC_NOHIDE", PyInt_FromLong((long) wxEXEC_NOHIDE));
|
PyDict_SetItemString(d,"wxEXEC_NOHIDE", PyInt_FromLong((long) wxEXEC_NOHIDE));
|
||||||
|
PyDict_SetItemString(d,"wxEXEC_MAKE_GROUP_LEADER", PyInt_FromLong((long) wxEXEC_MAKE_GROUP_LEADER));
|
||||||
PyDict_SetItemString(d,"wxMAILCAP_STANDARD", PyInt_FromLong((long) wxMAILCAP_STANDARD));
|
PyDict_SetItemString(d,"wxMAILCAP_STANDARD", PyInt_FromLong((long) wxMAILCAP_STANDARD));
|
||||||
PyDict_SetItemString(d,"wxMAILCAP_NETSCAPE", PyInt_FromLong((long) wxMAILCAP_NETSCAPE));
|
PyDict_SetItemString(d,"wxMAILCAP_NETSCAPE", PyInt_FromLong((long) wxMAILCAP_NETSCAPE));
|
||||||
PyDict_SetItemString(d,"wxMAILCAP_KDE", PyInt_FromLong((long) wxMAILCAP_KDE));
|
PyDict_SetItemString(d,"wxMAILCAP_KDE", PyInt_FromLong((long) wxMAILCAP_KDE));
|
||||||
@ -10503,7 +10238,6 @@ SWIGEXPORT(void) initmisc2c() {
|
|||||||
PyDict_SetItemString(d,"cvar", SWIG_globals);
|
PyDict_SetItemString(d,"cvar", SWIG_globals);
|
||||||
SWIG_addvarlink(SWIG_globals,"wxTheMimeTypesManager",_wrap_wxTheMimeTypesManager_get, _wrap_wxTheMimeTypesManager_set);
|
SWIG_addvarlink(SWIG_globals,"wxTheMimeTypesManager",_wrap_wxTheMimeTypesManager_get, _wrap_wxTheMimeTypesManager_set);
|
||||||
|
|
||||||
wxPyPtrTypeMap_Add("wxFontEnumerator", "wxPyFontEnumerator");
|
|
||||||
wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");
|
wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");
|
||||||
wxPyPtrTypeMap_Add("wxProcess", "wxPyProcess");
|
wxPyPtrTypeMap_Add("wxProcess", "wxPyProcess");
|
||||||
{
|
{
|
||||||
|
@ -7,6 +7,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
@ -108,39 +110,6 @@ class wxCaret(wxCaretPtr):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
class wxFontEnumeratorPtr :
|
|
||||||
def __init__(self,this):
|
|
||||||
self.this = this
|
|
||||||
self.thisown = 0
|
|
||||||
def __del__(self,misc2c=misc2c):
|
|
||||||
if self.thisown == 1 :
|
|
||||||
misc2c.delete_wxFontEnumerator(self)
|
|
||||||
def _setCallbackInfo(self, *_args, **_kwargs):
|
|
||||||
val = apply(misc2c.wxFontEnumerator__setCallbackInfo,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def EnumerateFacenames(self, *_args, **_kwargs):
|
|
||||||
val = apply(misc2c.wxFontEnumerator_EnumerateFacenames,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def EnumerateEncodings(self, *_args, **_kwargs):
|
|
||||||
val = apply(misc2c.wxFontEnumerator_EnumerateEncodings,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetEncodings(self, *_args, **_kwargs):
|
|
||||||
val = apply(misc2c.wxFontEnumerator_GetEncodings,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetFacenames(self, *_args, **_kwargs):
|
|
||||||
val = apply(misc2c.wxFontEnumerator_GetFacenames,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def __repr__(self):
|
|
||||||
return "<C wxFontEnumerator instance at %s>" % (self.this,)
|
|
||||||
class wxFontEnumerator(wxFontEnumeratorPtr):
|
|
||||||
def __init__(self,*_args,**_kwargs):
|
|
||||||
self.this = apply(misc2c.new_wxFontEnumerator,_args,_kwargs)
|
|
||||||
self.thisown = 1
|
|
||||||
self._setCallbackInfo(self, wxFontEnumerator, 0)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class wxBusyCursorPtr :
|
class wxBusyCursorPtr :
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
@ -367,9 +336,6 @@ class wxLogPtr :
|
|||||||
def HasPendingMessages(self, *_args, **_kwargs):
|
def HasPendingMessages(self, *_args, **_kwargs):
|
||||||
val = apply(misc2c.wxLog_HasPendingMessages,(self,) + _args, _kwargs)
|
val = apply(misc2c.wxLog_HasPendingMessages,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
def SetVerbose(self, *_args, **_kwargs):
|
|
||||||
val = apply(misc2c.wxLog_SetVerbose,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def GetVerbose(self, *_args, **_kwargs):
|
def GetVerbose(self, *_args, **_kwargs):
|
||||||
val = apply(misc2c.wxLog_GetVerbose,(self,) + _args, _kwargs)
|
val = apply(misc2c.wxLog_GetVerbose,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
@ -965,8 +931,8 @@ class wxFileHistoryPtr(wxObjectPtr):
|
|||||||
def AddFilesToMenu(self, *_args, **_kwargs):
|
def AddFilesToMenu(self, *_args, **_kwargs):
|
||||||
val = apply(misc2c.wxFileHistory_AddFilesToMenu,(self,) + _args, _kwargs)
|
val = apply(misc2c.wxFileHistory_AddFilesToMenu,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
def AddFilesToSingleMenu(self, *_args, **_kwargs):
|
def AddFilesToThisMenu(self, *_args, **_kwargs):
|
||||||
val = apply(misc2c.wxFileHistory_AddFilesToSingleMenu,(self,) + _args, _kwargs)
|
val = apply(misc2c.wxFileHistory_AddFilesToThisMenu,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
def GetHistoryFile(self, *_args, **_kwargs):
|
def GetHistoryFile(self, *_args, **_kwargs):
|
||||||
val = apply(misc2c.wxFileHistory_GetHistoryFile,(self,) + _args, _kwargs)
|
val = apply(misc2c.wxFileHistory_GetHistoryFile,(self,) + _args, _kwargs)
|
||||||
@ -1178,6 +1144,8 @@ wxLog_Suspend = misc2c.wxLog_Suspend
|
|||||||
|
|
||||||
wxLog_Resume = misc2c.wxLog_Resume
|
wxLog_Resume = misc2c.wxLog_Resume
|
||||||
|
|
||||||
|
wxLog_SetVerbose = misc2c.wxLog_SetVerbose
|
||||||
|
|
||||||
wxLog_DontCreateOnDemand = misc2c.wxLog_DontCreateOnDemand
|
wxLog_DontCreateOnDemand = misc2c.wxLog_DontCreateOnDemand
|
||||||
|
|
||||||
wxLog_SetTraceMask = misc2c.wxLog_SetTraceMask
|
wxLog_SetTraceMask = misc2c.wxLog_SetTraceMask
|
||||||
@ -1303,6 +1271,7 @@ wxEVT_END_PROCESS = misc2c.wxEVT_END_PROCESS
|
|||||||
wxEXEC_ASYNC = misc2c.wxEXEC_ASYNC
|
wxEXEC_ASYNC = misc2c.wxEXEC_ASYNC
|
||||||
wxEXEC_SYNC = misc2c.wxEXEC_SYNC
|
wxEXEC_SYNC = misc2c.wxEXEC_SYNC
|
||||||
wxEXEC_NOHIDE = misc2c.wxEXEC_NOHIDE
|
wxEXEC_NOHIDE = misc2c.wxEXEC_NOHIDE
|
||||||
|
wxEXEC_MAKE_GROUP_LEADER = misc2c.wxEXEC_MAKE_GROUP_LEADER
|
||||||
wxMAILCAP_STANDARD = misc2c.wxMAILCAP_STANDARD
|
wxMAILCAP_STANDARD = misc2c.wxMAILCAP_STANDARD
|
||||||
wxMAILCAP_NETSCAPE = misc2c.wxMAILCAP_NETSCAPE
|
wxMAILCAP_NETSCAPE = misc2c.wxMAILCAP_NETSCAPE
|
||||||
wxMAILCAP_KDE = misc2c.wxMAILCAP_KDE
|
wxMAILCAP_KDE = misc2c.wxMAILCAP_KDE
|
||||||
|
@ -7,6 +7,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from cmndlgs import *
|
from cmndlgs import *
|
||||||
|
@ -7,6 +7,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from controls import *
|
from controls import *
|
||||||
|
@ -1561,21 +1561,21 @@ static void *SwigwxToolBarBaseTowxObject(void *ptr) {
|
|||||||
return (void *) dest;
|
return (void *) dest;
|
||||||
}
|
}
|
||||||
|
|
||||||
static wxToolBarToolBase * wxToolBarBase_AddTool(wxToolBarBase *self,int id,const wxString & label,const wxBitmap & bitmap,const wxBitmap & bmpDisabled,wxItemKind kind,const wxString & shortHelp,const wxString & longHelp,PyObject * clientData) {
|
static wxToolBarToolBase * wxToolBarBase_DoAddTool(wxToolBarBase *self,int id,const wxString & label,const wxBitmap & bitmap,const wxBitmap & bmpDisabled,wxItemKind kind,const wxString & shortHelp,const wxString & longHelp,PyObject * clientData) {
|
||||||
wxPyUserData* udata = NULL;
|
wxPyUserData* udata = NULL;
|
||||||
if (clientData)
|
if (clientData && clientData != Py_None)
|
||||||
udata = new wxPyUserData(clientData);
|
udata = new wxPyUserData(clientData);
|
||||||
return self->AddTool(id, label, bitmap, bmpDisabled, kind,
|
return self->AddTool(id, label, bitmap, bmpDisabled, kind,
|
||||||
shortHelp, longHelp, udata);
|
shortHelp, longHelp, udata);
|
||||||
}
|
}
|
||||||
static PyObject *_wrap_wxToolBarBase_AddTool(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxToolBarBase_DoAddTool(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
wxToolBarToolBase * _result;
|
wxToolBarToolBase * _result;
|
||||||
wxToolBarBase * _arg0;
|
wxToolBarBase * _arg0;
|
||||||
int _arg1;
|
int _arg1;
|
||||||
wxString * _arg2;
|
wxString * _arg2;
|
||||||
wxBitmap * _arg3;
|
wxBitmap * _arg3;
|
||||||
wxBitmap * _arg4;
|
wxBitmap * _arg4 = (wxBitmap *) &wxNullBitmap;
|
||||||
wxItemKind _arg5 = (wxItemKind ) wxITEM_NORMAL;
|
wxItemKind _arg5 = (wxItemKind ) wxITEM_NORMAL;
|
||||||
wxString * _arg6 = (wxString *) &wxPyEmptyString;
|
wxString * _arg6 = (wxString *) &wxPyEmptyString;
|
||||||
wxString * _arg7 = (wxString *) &wxPyEmptyString;
|
wxString * _arg7 = (wxString *) &wxPyEmptyString;
|
||||||
@ -1590,12 +1590,12 @@ static PyObject *_wrap_wxToolBarBase_AddTool(PyObject *self, PyObject *args, PyO
|
|||||||
char *_kwnames[] = { "self","id","label","bitmap","bmpDisabled","kind","shortHelp","longHelp","clientData", NULL };
|
char *_kwnames[] = { "self","id","label","bitmap","bmpDisabled","kind","shortHelp","longHelp","clientData", NULL };
|
||||||
|
|
||||||
self = self;
|
self = self;
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOOO|iOOO:wxToolBarBase_AddTool",_kwnames,&_argo0,&_arg1,&_obj2,&_argo3,&_argo4,&_arg5,&_obj6,&_obj7,&_obj8))
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO|OiOOO:wxToolBarBase_DoAddTool",_kwnames,&_argo0,&_arg1,&_obj2,&_argo3,&_argo4,&_arg5,&_obj6,&_obj7,&_obj8))
|
||||||
return NULL;
|
return NULL;
|
||||||
if (_argo0) {
|
if (_argo0) {
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolBarBase_p")) {
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolBarBase_p")) {
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolBarBase_AddTool. Expected _wxToolBarBase_p.");
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolBarBase_DoAddTool. Expected _wxToolBarBase_p.");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1607,14 +1607,14 @@ static PyObject *_wrap_wxToolBarBase_AddTool(PyObject *self, PyObject *args, PyO
|
|||||||
if (_argo3) {
|
if (_argo3) {
|
||||||
if (_argo3 == Py_None) { _arg3 = NULL; }
|
if (_argo3 == Py_None) { _arg3 = NULL; }
|
||||||
else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
|
else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxToolBarBase_AddTool. Expected _wxBitmap_p.");
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxToolBarBase_DoAddTool. Expected _wxBitmap_p.");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (_argo4) {
|
if (_argo4) {
|
||||||
if (_argo4 == Py_None) { _arg4 = NULL; }
|
if (_argo4 == Py_None) { _arg4 = NULL; }
|
||||||
else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxBitmap_p")) {
|
else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxBitmap_p")) {
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxToolBarBase_AddTool. Expected _wxBitmap_p.");
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxToolBarBase_DoAddTool. Expected _wxBitmap_p.");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1636,7 +1636,7 @@ static PyObject *_wrap_wxToolBarBase_AddTool(PyObject *self, PyObject *args, PyO
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
_result = (wxToolBarToolBase *)wxToolBarBase_AddTool(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7,_arg8);
|
_result = (wxToolBarToolBase *)wxToolBarBase_DoAddTool(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7,_arg8);
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
wxPyEndAllowThreads(__tstate);
|
||||||
if (PyErr_Occurred()) return NULL;
|
if (PyErr_Occurred()) return NULL;
|
||||||
@ -1656,274 +1656,9 @@ static PyObject *_wrap_wxToolBarBase_AddTool(PyObject *self, PyObject *args, PyO
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
static wxToolBarToolBase * wxToolBarBase_AddSimpleTool(wxToolBarBase *self,int id,const wxString & label,const wxBitmap & bitmap,const wxString & shortHelp,const wxString & longHelp,wxItemKind kind) {
|
|
||||||
return self->AddTool(id, label, bitmap, wxNullBitmap, kind,
|
|
||||||
shortHelp, longHelp, NULL);
|
|
||||||
}
|
|
||||||
static PyObject *_wrap_wxToolBarBase_AddSimpleTool(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
wxToolBarToolBase * _result;
|
|
||||||
wxToolBarBase * _arg0;
|
|
||||||
int _arg1;
|
|
||||||
wxString * _arg2;
|
|
||||||
wxBitmap * _arg3;
|
|
||||||
wxString * _arg4 = (wxString *) &wxPyEmptyString;
|
|
||||||
wxString * _arg5 = (wxString *) &wxPyEmptyString;
|
|
||||||
wxItemKind _arg6 = (wxItemKind ) wxITEM_NORMAL;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
PyObject * _obj2 = 0;
|
|
||||||
PyObject * _argo3 = 0;
|
|
||||||
PyObject * _obj4 = 0;
|
|
||||||
PyObject * _obj5 = 0;
|
|
||||||
char *_kwnames[] = { "self","id","label","bitmap","shortHelp","longHelp","kind", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO|OOi:wxToolBarBase_AddSimpleTool",_kwnames,&_argo0,&_arg1,&_obj2,&_argo3,&_obj4,&_obj5,&_arg6))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolBarBase_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolBarBase_AddSimpleTool. Expected _wxToolBarBase_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
_arg2 = wxString_in_helper(_obj2);
|
|
||||||
if (_arg2 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_argo3) {
|
|
||||||
if (_argo3 == Py_None) { _arg3 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxToolBarBase_AddSimpleTool. Expected _wxBitmap_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_obj4)
|
|
||||||
{
|
|
||||||
_arg4 = wxString_in_helper(_obj4);
|
|
||||||
if (_arg4 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_obj5)
|
|
||||||
{
|
|
||||||
_arg5 = wxString_in_helper(_obj5);
|
|
||||||
if (_arg5 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (wxToolBarToolBase *)wxToolBarBase_AddSimpleTool(_arg0,_arg1,*_arg2,*_arg3,*_arg4,*_arg5,_arg6);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
}{ _resultobj = wxPyMake_wxObject(_result); }
|
|
||||||
{
|
|
||||||
if (_obj2)
|
|
||||||
delete _arg2;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj4)
|
|
||||||
delete _arg4;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj5)
|
|
||||||
delete _arg5;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
static wxToolBarToolBase * wxToolBarBase_AddCheckTool(wxToolBarBase *self,int id,const wxString & label,const wxBitmap & bitmap,const wxBitmap & bmpDisabled,const wxString & shortHelp,const wxString & longHelp,PyObject * clientData) {
|
|
||||||
wxPyUserData* udata = NULL;
|
|
||||||
if (clientData)
|
|
||||||
udata = new wxPyUserData(clientData);
|
|
||||||
return self->AddCheckTool(id, label, bitmap, bmpDisabled,
|
|
||||||
shortHelp, longHelp, udata);
|
|
||||||
}
|
|
||||||
static PyObject *_wrap_wxToolBarBase_AddCheckTool(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
wxToolBarToolBase * _result;
|
|
||||||
wxToolBarBase * _arg0;
|
|
||||||
int _arg1;
|
|
||||||
wxString * _arg2;
|
|
||||||
wxBitmap * _arg3;
|
|
||||||
wxBitmap * _arg4 = (wxBitmap *) &wxNullBitmap;
|
|
||||||
wxString * _arg5 = (wxString *) &wxPyEmptyString;
|
|
||||||
wxString * _arg6 = (wxString *) &wxPyEmptyString;
|
|
||||||
PyObject * _arg7 = (PyObject *) NULL;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
PyObject * _obj2 = 0;
|
|
||||||
PyObject * _argo3 = 0;
|
|
||||||
PyObject * _argo4 = 0;
|
|
||||||
PyObject * _obj5 = 0;
|
|
||||||
PyObject * _obj6 = 0;
|
|
||||||
PyObject * _obj7 = 0;
|
|
||||||
char *_kwnames[] = { "self","id","label","bitmap","bmpDisabled","shortHelp","longHelp","clientData", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO|OOOO:wxToolBarBase_AddCheckTool",_kwnames,&_argo0,&_arg1,&_obj2,&_argo3,&_argo4,&_obj5,&_obj6,&_obj7))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolBarBase_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolBarBase_AddCheckTool. Expected _wxToolBarBase_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
_arg2 = wxString_in_helper(_obj2);
|
|
||||||
if (_arg2 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_argo3) {
|
|
||||||
if (_argo3 == Py_None) { _arg3 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxToolBarBase_AddCheckTool. Expected _wxBitmap_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_argo4) {
|
|
||||||
if (_argo4 == Py_None) { _arg4 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxBitmap_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxToolBarBase_AddCheckTool. Expected _wxBitmap_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_obj5)
|
|
||||||
{
|
|
||||||
_arg5 = wxString_in_helper(_obj5);
|
|
||||||
if (_arg5 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_obj6)
|
|
||||||
{
|
|
||||||
_arg6 = wxString_in_helper(_obj6);
|
|
||||||
if (_arg6 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_obj7)
|
|
||||||
{
|
|
||||||
_arg7 = _obj7;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (wxToolBarToolBase *)wxToolBarBase_AddCheckTool(_arg0,_arg1,*_arg2,*_arg3,*_arg4,*_arg5,*_arg6,_arg7);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
}{ _resultobj = wxPyMake_wxObject(_result); }
|
|
||||||
{
|
|
||||||
if (_obj2)
|
|
||||||
delete _arg2;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj5)
|
|
||||||
delete _arg5;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj6)
|
|
||||||
delete _arg6;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
static wxToolBarToolBase * wxToolBarBase_AddRadioTool(wxToolBarBase *self,int id,const wxString & label,const wxBitmap & bitmap,const wxBitmap & bmpDisabled,const wxString & shortHelp,const wxString & longHelp,PyObject * clientData) {
|
|
||||||
wxPyUserData* udata = NULL;
|
|
||||||
if (clientData)
|
|
||||||
udata = new wxPyUserData(clientData);
|
|
||||||
return self->AddRadioTool(id, label, bitmap, bmpDisabled,
|
|
||||||
shortHelp, longHelp, udata);
|
|
||||||
}
|
|
||||||
static PyObject *_wrap_wxToolBarBase_AddRadioTool(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
wxToolBarToolBase * _result;
|
|
||||||
wxToolBarBase * _arg0;
|
|
||||||
int _arg1;
|
|
||||||
wxString * _arg2;
|
|
||||||
wxBitmap * _arg3;
|
|
||||||
wxBitmap * _arg4 = (wxBitmap *) &wxNullBitmap;
|
|
||||||
wxString * _arg5 = (wxString *) &wxPyEmptyString;
|
|
||||||
wxString * _arg6 = (wxString *) &wxPyEmptyString;
|
|
||||||
PyObject * _arg7 = (PyObject *) NULL;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
PyObject * _obj2 = 0;
|
|
||||||
PyObject * _argo3 = 0;
|
|
||||||
PyObject * _argo4 = 0;
|
|
||||||
PyObject * _obj5 = 0;
|
|
||||||
PyObject * _obj6 = 0;
|
|
||||||
PyObject * _obj7 = 0;
|
|
||||||
char *_kwnames[] = { "self","id","label","bitmap","bmpDisabled","shortHelp","longHelp","clientData", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO|OOOO:wxToolBarBase_AddRadioTool",_kwnames,&_argo0,&_arg1,&_obj2,&_argo3,&_argo4,&_obj5,&_obj6,&_obj7))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolBarBase_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolBarBase_AddRadioTool. Expected _wxToolBarBase_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
_arg2 = wxString_in_helper(_obj2);
|
|
||||||
if (_arg2 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_argo3) {
|
|
||||||
if (_argo3 == Py_None) { _arg3 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxToolBarBase_AddRadioTool. Expected _wxBitmap_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_argo4) {
|
|
||||||
if (_argo4 == Py_None) { _arg4 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxBitmap_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxToolBarBase_AddRadioTool. Expected _wxBitmap_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_obj5)
|
|
||||||
{
|
|
||||||
_arg5 = wxString_in_helper(_obj5);
|
|
||||||
if (_arg5 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_obj6)
|
|
||||||
{
|
|
||||||
_arg6 = wxString_in_helper(_obj6);
|
|
||||||
if (_arg6 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_obj7)
|
|
||||||
{
|
|
||||||
_arg7 = _obj7;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (wxToolBarToolBase *)wxToolBarBase_AddRadioTool(_arg0,_arg1,*_arg2,*_arg3,*_arg4,*_arg5,*_arg6,_arg7);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
}{ _resultobj = wxPyMake_wxObject(_result); }
|
|
||||||
{
|
|
||||||
if (_obj2)
|
|
||||||
delete _arg2;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj5)
|
|
||||||
delete _arg5;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj6)
|
|
||||||
delete _arg6;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
static wxToolBarToolBase * wxToolBarBase_InsertTool(wxToolBarBase *self,size_t pos,int id,const wxString & label,const wxBitmap & bitmap,const wxBitmap & bmpDisabled,wxItemKind kind,const wxString & shortHelp,const wxString & longHelp,PyObject * clientData) {
|
static wxToolBarToolBase * wxToolBarBase_InsertTool(wxToolBarBase *self,size_t pos,int id,const wxString & label,const wxBitmap & bitmap,const wxBitmap & bmpDisabled,wxItemKind kind,const wxString & shortHelp,const wxString & longHelp,PyObject * clientData) {
|
||||||
wxPyUserData* udata = NULL;
|
wxPyUserData* udata = NULL;
|
||||||
if (clientData)
|
if (clientData && clientData != Py_None)
|
||||||
udata = new wxPyUserData(clientData);
|
udata = new wxPyUserData(clientData);
|
||||||
return self->InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
|
return self->InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
|
||||||
shortHelp, longHelp, udata);
|
shortHelp, longHelp, udata);
|
||||||
@ -2017,84 +1752,6 @@ static PyObject *_wrap_wxToolBarBase_InsertTool(PyObject *self, PyObject *args,
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
static wxToolBarToolBase * wxToolBarBase_InsertSimpleTool(wxToolBarBase *self,size_t pos,int id,const wxString & label,const wxBitmap & bitmap,wxItemKind kind,const wxString & shortHelp,const wxString & longHelp) {
|
|
||||||
return self->InsertTool(pos, id, label, bitmap, wxNullBitmap, kind,
|
|
||||||
shortHelp, longHelp);
|
|
||||||
}
|
|
||||||
static PyObject *_wrap_wxToolBarBase_InsertSimpleTool(PyObject *self, PyObject *args, PyObject *kwargs) {
|
|
||||||
PyObject * _resultobj;
|
|
||||||
wxToolBarToolBase * _result;
|
|
||||||
wxToolBarBase * _arg0;
|
|
||||||
size_t _arg1;
|
|
||||||
int _arg2;
|
|
||||||
wxString * _arg3;
|
|
||||||
wxBitmap * _arg4;
|
|
||||||
wxItemKind _arg5 = (wxItemKind ) wxITEM_NORMAL;
|
|
||||||
wxString * _arg6 = (wxString *) &wxPyEmptyString;
|
|
||||||
wxString * _arg7 = (wxString *) &wxPyEmptyString;
|
|
||||||
PyObject * _argo0 = 0;
|
|
||||||
PyObject * _obj3 = 0;
|
|
||||||
PyObject * _argo4 = 0;
|
|
||||||
PyObject * _obj6 = 0;
|
|
||||||
PyObject * _obj7 = 0;
|
|
||||||
char *_kwnames[] = { "self","pos","id","label","bitmap","kind","shortHelp","longHelp", NULL };
|
|
||||||
|
|
||||||
self = self;
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiiOO|iOO:wxToolBarBase_InsertSimpleTool",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_argo4,&_arg5,&_obj6,&_obj7))
|
|
||||||
return NULL;
|
|
||||||
if (_argo0) {
|
|
||||||
if (_argo0 == Py_None) { _arg0 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolBarBase_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolBarBase_InsertSimpleTool. Expected _wxToolBarBase_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
_arg3 = wxString_in_helper(_obj3);
|
|
||||||
if (_arg3 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_argo4) {
|
|
||||||
if (_argo4 == Py_None) { _arg4 = NULL; }
|
|
||||||
else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxBitmap_p")) {
|
|
||||||
PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxToolBarBase_InsertSimpleTool. Expected _wxBitmap_p.");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (_obj6)
|
|
||||||
{
|
|
||||||
_arg6 = wxString_in_helper(_obj6);
|
|
||||||
if (_arg6 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
if (_obj7)
|
|
||||||
{
|
|
||||||
_arg7 = wxString_in_helper(_obj7);
|
|
||||||
if (_arg7 == NULL)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
|
||||||
_result = (wxToolBarToolBase *)wxToolBarBase_InsertSimpleTool(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
|
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
|
||||||
if (PyErr_Occurred()) return NULL;
|
|
||||||
}{ _resultobj = wxPyMake_wxObject(_result); }
|
|
||||||
{
|
|
||||||
if (_obj3)
|
|
||||||
delete _arg3;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj6)
|
|
||||||
delete _arg6;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
if (_obj7)
|
|
||||||
delete _arg7;
|
|
||||||
}
|
|
||||||
return _resultobj;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define wxToolBarBase_AddControl(_swigobj,_swigarg0) (_swigobj->AddControl(_swigarg0))
|
#define wxToolBarBase_AddControl(_swigobj,_swigarg0) (_swigobj->AddControl(_swigarg0))
|
||||||
static PyObject *_wrap_wxToolBarBase_AddControl(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxToolBarBase_AddControl(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
@ -3775,12 +3432,8 @@ static PyMethodDef stattoolcMethods[] = {
|
|||||||
{ "wxToolBarBase_AddSeparator", (PyCFunction) _wrap_wxToolBarBase_AddSeparator, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarBase_AddSeparator", (PyCFunction) _wrap_wxToolBarBase_AddSeparator, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxToolBarBase_InsertControl", (PyCFunction) _wrap_wxToolBarBase_InsertControl, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarBase_InsertControl", (PyCFunction) _wrap_wxToolBarBase_InsertControl, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxToolBarBase_AddControl", (PyCFunction) _wrap_wxToolBarBase_AddControl, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarBase_AddControl", (PyCFunction) _wrap_wxToolBarBase_AddControl, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxToolBarBase_InsertSimpleTool", (PyCFunction) _wrap_wxToolBarBase_InsertSimpleTool, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxToolBarBase_InsertTool", (PyCFunction) _wrap_wxToolBarBase_InsertTool, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarBase_InsertTool", (PyCFunction) _wrap_wxToolBarBase_InsertTool, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxToolBarBase_AddRadioTool", (PyCFunction) _wrap_wxToolBarBase_AddRadioTool, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarBase_DoAddTool", (PyCFunction) _wrap_wxToolBarBase_DoAddTool, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxToolBarBase_AddCheckTool", (PyCFunction) _wrap_wxToolBarBase_AddCheckTool, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxToolBarBase_AddSimpleTool", (PyCFunction) _wrap_wxToolBarBase_AddSimpleTool, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxToolBarBase_AddTool", (PyCFunction) _wrap_wxToolBarBase_AddTool, METH_VARARGS | METH_KEYWORDS },
|
|
||||||
{ "wxToolBarToolBase_SetClientData", (PyCFunction) _wrap_wxToolBarToolBase_SetClientData, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarToolBase_SetClientData", (PyCFunction) _wrap_wxToolBarToolBase_SetClientData, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxToolBarToolBase_GetClientData", (PyCFunction) _wrap_wxToolBarToolBase_GetClientData, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarToolBase_GetClientData", (PyCFunction) _wrap_wxToolBarToolBase_GetClientData, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxToolBarToolBase_Attach", (PyCFunction) _wrap_wxToolBarToolBase_Attach, METH_VARARGS | METH_KEYWORDS },
|
{ "wxToolBarToolBase_Attach", (PyCFunction) _wrap_wxToolBarToolBase_Attach, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
@ -7,12 +7,15 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from controls import *
|
from controls import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
import wx
|
import wx
|
||||||
|
wxITEM_NORMAL = 0 # predeclare this since wx isn't fully imported yet
|
||||||
class wxStatusBarPtr(wxWindowPtr):
|
class wxStatusBarPtr(wxWindowPtr):
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
@ -181,24 +184,12 @@ class wxToolBarBasePtr(wxControlPtr):
|
|||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
self.thisown = 0
|
self.thisown = 0
|
||||||
def AddTool(self, *_args, **_kwargs):
|
def DoAddTool(self, *_args, **_kwargs):
|
||||||
val = apply(stattoolc.wxToolBarBase_AddTool,(self,) + _args, _kwargs)
|
val = apply(stattoolc.wxToolBarBase_DoAddTool,(self,) + _args, _kwargs)
|
||||||
return val
|
|
||||||
def AddSimpleTool(self, *_args, **_kwargs):
|
|
||||||
val = apply(stattoolc.wxToolBarBase_AddSimpleTool,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def AddCheckTool(self, *_args, **_kwargs):
|
|
||||||
val = apply(stattoolc.wxToolBarBase_AddCheckTool,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def AddRadioTool(self, *_args, **_kwargs):
|
|
||||||
val = apply(stattoolc.wxToolBarBase_AddRadioTool,(self,) + _args, _kwargs)
|
|
||||||
return val
|
return val
|
||||||
def InsertTool(self, *_args, **_kwargs):
|
def InsertTool(self, *_args, **_kwargs):
|
||||||
val = apply(stattoolc.wxToolBarBase_InsertTool,(self,) + _args, _kwargs)
|
val = apply(stattoolc.wxToolBarBase_InsertTool,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
def InsertSimpleTool(self, *_args, **_kwargs):
|
|
||||||
val = apply(stattoolc.wxToolBarBase_InsertSimpleTool,(self,) + _args, _kwargs)
|
|
||||||
return val
|
|
||||||
def AddControl(self, *_args, **_kwargs):
|
def AddControl(self, *_args, **_kwargs):
|
||||||
val = apply(stattoolc.wxToolBarBase_AddControl,(self,) + _args, _kwargs)
|
val = apply(stattoolc.wxToolBarBase_AddControl,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
@ -316,6 +307,130 @@ class wxToolBarBasePtr(wxControlPtr):
|
|||||||
return val
|
return val
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "<C wxToolBarBase instance at %s>" % (self.this,)
|
return "<C wxToolBarBase instance at %s>" % (self.this,)
|
||||||
|
|
||||||
|
# These match the original Add methods for this class, kept for
|
||||||
|
# backwards compatibility with versions < 2.3.3.
|
||||||
|
|
||||||
|
|
||||||
|
def AddTool(self, id, bitmap,
|
||||||
|
pushedBitmap = wxNullBitmap,
|
||||||
|
isToggle = 0,
|
||||||
|
clientData = None,
|
||||||
|
shortHelpString = '',
|
||||||
|
longHelpString = '') :
|
||||||
|
'''Old style method to add a tool to the toolbar.'''
|
||||||
|
kind = wx.wxITEM_NORMAL
|
||||||
|
if isToggle: kind = wx.wxITEM_CHECK
|
||||||
|
return self.DoAddTool(id, '', bitmap, pushedBitmap, kind,
|
||||||
|
shortHelpString, longHelpString, clientData)
|
||||||
|
|
||||||
|
def AddSimpleTool(self, id, bitmap,
|
||||||
|
shortHelpString = '',
|
||||||
|
longHelpString = '',
|
||||||
|
isToggle = 0):
|
||||||
|
'''Old style method to add a tool to the toolbar.'''
|
||||||
|
kind = wx.wxITEM_NORMAL
|
||||||
|
if isToggle: kind = wx.wxITEM_CHECK
|
||||||
|
return self.DoAddTool(id, '', bitmap, wxNullBitmap, kind,
|
||||||
|
shortHelpString, longHelpString, None)
|
||||||
|
|
||||||
|
def InsertTool(self, pos, id, bitmap,
|
||||||
|
pushedBitmap = wxNullBitmap,
|
||||||
|
isToggle = 0,
|
||||||
|
clientData = None,
|
||||||
|
shortHelpString = '',
|
||||||
|
longHelpString = ''):
|
||||||
|
'''Old style method to insert a tool in the toolbar.'''
|
||||||
|
kind = wx.wxITEM_NORMAL
|
||||||
|
if isToggle: kind = wx.wxITEM_CHECK
|
||||||
|
return self.DoInsertTool(pos, id, '', bitmap, pushedBitmap, kind,
|
||||||
|
shortHelpString, longHelpString, clientData)
|
||||||
|
|
||||||
|
def InsertSimpleTool(self, pos, id, bitmap,
|
||||||
|
shortHelpString = '',
|
||||||
|
longHelpString = '',
|
||||||
|
isToggle = 0):
|
||||||
|
'''Old style method to insert a tool in the toolbar.'''
|
||||||
|
kind = wx.wxITEM_NORMAL
|
||||||
|
if isToggle: kind = wx.wxITEM_CHECK
|
||||||
|
return self.DoInsertTool(pos, id, '', bitmap, wxNullBitmap, kind,
|
||||||
|
shortHelpString, longHelpString, None)
|
||||||
|
|
||||||
|
|
||||||
|
# The following are the new toolbar Add methods starting with
|
||||||
|
# 2.3.3. They are renamed to have 'Label' in the name so as to be
|
||||||
|
# able to keep backwards compatibility with using the above
|
||||||
|
# methods. Eventually these should migrate to be the methods used
|
||||||
|
# primarily and loose the 'Label' in the name...
|
||||||
|
|
||||||
|
def AddLabelTool(self, id, label, bitmap,
|
||||||
|
bmpDisabled = wxNullBitmap,
|
||||||
|
kind = wxITEM_NORMAL,
|
||||||
|
shortHelp = '', longHelp = '',
|
||||||
|
clientData = None):
|
||||||
|
'''
|
||||||
|
The full AddTool() function.
|
||||||
|
|
||||||
|
If bmpDisabled is wxNullBitmap, a shadowed version of the normal bitmap
|
||||||
|
is created and used as the disabled image.
|
||||||
|
'''
|
||||||
|
return self.DoAddTool(id, label, bitmap, bmpDisabled, kind,
|
||||||
|
shortHelp, longHelp, clientData)
|
||||||
|
|
||||||
|
|
||||||
|
def InsertLabelTool(self, pos, id, label, bitmap,
|
||||||
|
bmpDisabled = wxNullBitmap,
|
||||||
|
kind = wxITEM_NORMAL,
|
||||||
|
shortHelp = '', longHelp = '',
|
||||||
|
clientData = None):
|
||||||
|
'''
|
||||||
|
Insert the new tool at the given position, if pos == GetToolsCount(), it
|
||||||
|
is equivalent to AddTool()
|
||||||
|
'''
|
||||||
|
return self.DoInsertTool(pos, id, label, bitmap, bmpDisabled, kind,
|
||||||
|
shortHelp, longHelp, clientData)
|
||||||
|
|
||||||
|
def AddCheckLabelTool(self, id, label, bitmap,
|
||||||
|
bmpDisabled = wxNullBitmap,
|
||||||
|
shortHelp = '', longHelp = '',
|
||||||
|
clientData = None):
|
||||||
|
'''Add a check tool, i.e. a tool which can be toggled'''
|
||||||
|
return self.DoAddTool(id, label, bitmap, bmpDisabled, wx.wxITEM_CHECK,
|
||||||
|
shortHelp, longHelp, clientData)
|
||||||
|
|
||||||
|
def AddRadioLabelTool(self, id, label, bitmap,
|
||||||
|
bmpDisabled = wxNullBitmap,
|
||||||
|
shortHelp = '', longHelp = '',
|
||||||
|
clientData = None):
|
||||||
|
'''
|
||||||
|
Add a radio tool, i.e. a tool which can be toggled and releases any
|
||||||
|
other toggled radio tools in the same group when it happens
|
||||||
|
'''
|
||||||
|
return self.DoAddTool(id, label, bitmap, bmpDisabled, wx.wxITEM_RADIO,
|
||||||
|
shortHelp, longHelp, clientData)
|
||||||
|
|
||||||
|
|
||||||
|
# For consistency with the backwards compatible methods above, here are
|
||||||
|
# some non-'Label' versions of the Check and Radio methods
|
||||||
|
def AddCheckTool(self, id, bitmap,
|
||||||
|
bmpDisabled = wxNullBitmap,
|
||||||
|
shortHelp = '', longHelp = '',
|
||||||
|
clientData = None):
|
||||||
|
'''Add a check tool, i.e. a tool which can be toggled'''
|
||||||
|
return self.DoAddTool(id, '', bitmap, bmpDisabled, wx.wxITEM_CHECK,
|
||||||
|
shortHelp, longHelp, clientData)
|
||||||
|
|
||||||
|
def AddRadioTool(self, id, bitmap,
|
||||||
|
bmpDisabled = wxNullBitmap,
|
||||||
|
shortHelp = '', longHelp = '',
|
||||||
|
clientData = None):
|
||||||
|
'''
|
||||||
|
Add a radio tool, i.e. a tool which can be toggled and releases any
|
||||||
|
other toggled radio tools in the same group when it happens
|
||||||
|
'''
|
||||||
|
return self.DoAddTool(id, '', bitmap, bmpDisabled, wx.wxITEM_RADIO,
|
||||||
|
shortHelp, longHelp, clientData)
|
||||||
|
|
||||||
class wxToolBarBase(wxToolBarBasePtr):
|
class wxToolBarBase(wxToolBarBasePtr):
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
|
@ -5086,9 +5086,10 @@ static PyObject *_wrap_wxDateTime___sub__DS(PyObject *self, PyObject *args, PyOb
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int wxDateTime___cmp__(wxDateTime *self,const wxDateTime & other) {
|
static int wxDateTime___cmp__(wxDateTime *self,const wxDateTime * other) {
|
||||||
if (*self < other) return -1;
|
if (! other) return -1;
|
||||||
if (*self == other) return 0;
|
if (*self < *other) return -1;
|
||||||
|
if (*self == *other) return 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
static PyObject *_wrap_wxDateTime___cmp__(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxDateTime___cmp__(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
@ -5119,7 +5120,7 @@ static PyObject *_wrap_wxDateTime___cmp__(PyObject *self, PyObject *args, PyObje
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
_result = (int )wxDateTime___cmp__(_arg0,*_arg1);
|
_result = (int )wxDateTime___cmp__(_arg0,_arg1);
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
wxPyEndAllowThreads(__tstate);
|
||||||
if (PyErr_Occurred()) return NULL;
|
if (PyErr_Occurred()) return NULL;
|
||||||
@ -6220,9 +6221,10 @@ static PyObject *_wrap_wxTimeSpan___neg__(PyObject *self, PyObject *args, PyObje
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int wxTimeSpan___cmp__(wxTimeSpan *self,const wxTimeSpan & other) {
|
static int wxTimeSpan___cmp__(wxTimeSpan *self,const wxTimeSpan * other) {
|
||||||
if (*self < other) return -1;
|
if (! other) return -1;
|
||||||
if (*self == other) return 0;
|
if (*self < *other) return -1;
|
||||||
|
if (*self == *other) return 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
static PyObject *_wrap_wxTimeSpan___cmp__(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxTimeSpan___cmp__(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
@ -6253,7 +6255,7 @@ static PyObject *_wrap_wxTimeSpan___cmp__(PyObject *self, PyObject *args, PyObje
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
_result = (int )wxTimeSpan___cmp__(_arg0,*_arg1);
|
_result = (int )wxTimeSpan___cmp__(_arg0,_arg1);
|
||||||
|
|
||||||
wxPyEndAllowThreads(__tstate);
|
wxPyEndAllowThreads(__tstate);
|
||||||
if (PyErr_Occurred()) return NULL;
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
@ -5,6 +5,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
import wx
|
import wx
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from windows import *
|
from windows import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
@ -5,6 +5,8 @@ from misc import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from windows import *
|
from windows import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
@ -624,6 +624,7 @@ extern "C" SWIGEXPORT(void) initclip_dndc();
|
|||||||
extern "C" SWIGEXPORT(void) initstreamsc();
|
extern "C" SWIGEXPORT(void) initstreamsc();
|
||||||
extern "C" SWIGEXPORT(void) initfilesysc();
|
extern "C" SWIGEXPORT(void) initfilesysc();
|
||||||
extern "C" SWIGEXPORT(void) initutilsc();
|
extern "C" SWIGEXPORT(void) initutilsc();
|
||||||
|
extern "C" SWIGEXPORT(void) initfontsc();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -2581,6 +2582,7 @@ SWIGEXPORT(void) initwxc() {
|
|||||||
initstreamsc();
|
initstreamsc();
|
||||||
initfilesysc();
|
initfilesysc();
|
||||||
initutilsc();
|
initutilsc();
|
||||||
|
initfontsc();
|
||||||
|
|
||||||
|
|
||||||
PyDict_SetItemString(d,"wxMAJOR_VERSION", PyInt_FromLong((long)wxMAJOR_VERSION ));
|
PyDict_SetItemString(d,"wxMAJOR_VERSION", PyInt_FromLong((long)wxMAJOR_VERSION ));
|
||||||
|
@ -9,6 +9,8 @@ from windows import *
|
|||||||
|
|
||||||
from gdi import *
|
from gdi import *
|
||||||
|
|
||||||
|
from fonts import *
|
||||||
|
|
||||||
from clip_dnd import *
|
from clip_dnd import *
|
||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
Loading…
Reference in New Issue
Block a user