reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,9 +79,9 @@ class Colour(core.Object):
|
||||
"""Set(unsigned char red, unsigned char green, unsigned char blue)"""
|
||||
return _gdi.Colour_Set(*args, **kwargs)
|
||||
|
||||
def SetRBG(*args, **kwargs):
|
||||
"""SetRBG(unsigned long colRGB)"""
|
||||
return _gdi.Colour_SetRBG(*args, **kwargs)
|
||||
def SetRGB(*args, **kwargs):
|
||||
"""SetRGB(unsigned long colRGB)"""
|
||||
return _gdi.Colour_SetRGB(*args, **kwargs)
|
||||
|
||||
def __eq__(*args, **kwargs):
|
||||
"""__eq__(Colour colour) -> bool"""
|
||||
@@ -91,6 +91,10 @@ class Colour(core.Object):
|
||||
"""__ne__(Colour colour) -> bool"""
|
||||
return _gdi.Colour___ne__(*args, **kwargs)
|
||||
|
||||
def InitFromName(*args, **kwargs):
|
||||
"""InitFromName(wxString colourName)"""
|
||||
return _gdi.Colour_InitFromName(*args, **kwargs)
|
||||
|
||||
def Get(*args, **kwargs):
|
||||
"""Get() -> PyObject"""
|
||||
return _gdi.Colour_Get(*args, **kwargs)
|
||||
@@ -231,6 +235,10 @@ class Pen(GDIObject):
|
||||
"""GetDashes() -> PyObject"""
|
||||
return _gdi.Pen_GetDashes(*args, **kwargs)
|
||||
|
||||
def GetDashCount(*args, **kwargs):
|
||||
"""GetDashCount() -> int"""
|
||||
return _gdi.Pen_GetDashCount(*args, **kwargs)
|
||||
|
||||
def __nonzero__(self): return self.Ok()
|
||||
|
||||
class PenPtr(Pen):
|
||||
|
Reference in New Issue
Block a user