reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2920,6 +2920,22 @@ class Image(Object):
|
||||
"""
|
||||
return _core_.Image_SaveMimeFile(*args, **kwargs)
|
||||
|
||||
def SaveStream(*args, **kwargs):
|
||||
"""
|
||||
SaveStream(self, wxOutputStream stream, int type) -> bool
|
||||
|
||||
Saves an image in the named file.
|
||||
"""
|
||||
return _core_.Image_SaveStream(*args, **kwargs)
|
||||
|
||||
def SaveMimeStream(*args, **kwargs):
|
||||
"""
|
||||
SaveMimeStream(self, wxOutputStream stream, String mimetype) -> bool
|
||||
|
||||
Saves an image in the named file.
|
||||
"""
|
||||
return _core_.Image_SaveMimeStream(*args, **kwargs)
|
||||
|
||||
def CanReadStream(*args, **kwargs):
|
||||
"""
|
||||
CanReadStream(InputStream stream) -> bool
|
||||
|
File diff suppressed because one or more lines are too long
@@ -223,9 +223,9 @@ class Colour(_core.Object):
|
||||
|
||||
def Get(*args, **kwargs):
|
||||
"""
|
||||
Get() -> (r, g, b)
|
||||
Get(self, bool includeAlpha=False) -> (r,g,b) or (r,g,b,a)
|
||||
|
||||
Returns the RGB intensity values as a tuple.
|
||||
Returns the RGB intensity values as a tuple, optionally the alpha value as well.
|
||||
"""
|
||||
return _gdi_.Colour_Get(*args, **kwargs)
|
||||
|
||||
|
@@ -2920,6 +2920,22 @@ class Image(Object):
|
||||
"""
|
||||
return _core_.Image_SaveMimeFile(*args, **kwargs)
|
||||
|
||||
def SaveStream(*args, **kwargs):
|
||||
"""
|
||||
SaveStream(self, wxOutputStream stream, int type) -> bool
|
||||
|
||||
Saves an image in the named file.
|
||||
"""
|
||||
return _core_.Image_SaveStream(*args, **kwargs)
|
||||
|
||||
def SaveMimeStream(*args, **kwargs):
|
||||
"""
|
||||
SaveMimeStream(self, wxOutputStream stream, String mimetype) -> bool
|
||||
|
||||
Saves an image in the named file.
|
||||
"""
|
||||
return _core_.Image_SaveMimeStream(*args, **kwargs)
|
||||
|
||||
def CanReadStream(*args, **kwargs):
|
||||
"""
|
||||
CanReadStream(InputStream stream) -> bool
|
||||
|
File diff suppressed because one or more lines are too long
@@ -223,9 +223,9 @@ class Colour(_core.Object):
|
||||
|
||||
def Get(*args, **kwargs):
|
||||
"""
|
||||
Get() -> (r, g, b)
|
||||
Get(self, bool includeAlpha=False) -> (r,g,b) or (r,g,b,a)
|
||||
|
||||
Returns the RGB intensity values as a tuple.
|
||||
Returns the RGB intensity values as a tuple, optionally the alpha value as well.
|
||||
"""
|
||||
return _gdi_.Colour_Get(*args, **kwargs)
|
||||
|
||||
|
@@ -2920,6 +2920,22 @@ class Image(Object):
|
||||
"""
|
||||
return _core_.Image_SaveMimeFile(*args, **kwargs)
|
||||
|
||||
def SaveStream(*args, **kwargs):
|
||||
"""
|
||||
SaveStream(self, wxOutputStream stream, int type) -> bool
|
||||
|
||||
Saves an image in the named file.
|
||||
"""
|
||||
return _core_.Image_SaveStream(*args, **kwargs)
|
||||
|
||||
def SaveMimeStream(*args, **kwargs):
|
||||
"""
|
||||
SaveMimeStream(self, wxOutputStream stream, String mimetype) -> bool
|
||||
|
||||
Saves an image in the named file.
|
||||
"""
|
||||
return _core_.Image_SaveMimeStream(*args, **kwargs)
|
||||
|
||||
def CanReadStream(*args, **kwargs):
|
||||
"""
|
||||
CanReadStream(InputStream stream) -> bool
|
||||
|
File diff suppressed because one or more lines are too long
@@ -223,9 +223,9 @@ class Colour(_core.Object):
|
||||
|
||||
def Get(*args, **kwargs):
|
||||
"""
|
||||
Get() -> (r, g, b)
|
||||
Get(self, bool includeAlpha=False) -> (r,g,b) or (r,g,b,a)
|
||||
|
||||
Returns the RGB intensity values as a tuple.
|
||||
Returns the RGB intensity values as a tuple, optionally the alpha value as well.
|
||||
"""
|
||||
return _gdi_.Colour_Get(*args, **kwargs)
|
||||
|
||||
|
Reference in New Issue
Block a user