mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Add wx.ImageDataObject
This commit is contained in:
@@ -1927,6 +1927,7 @@
|
||||
"IdleMode":"wx.",
|
||||
"Image":"wx.",
|
||||
"ImageAlphaBlendMode":"wx.",
|
||||
"ImageDataObject":"wx.",
|
||||
"ImageFileProperty":"wx.propgrid.",
|
||||
"ImageFromBitmap":"wx.",
|
||||
"ImageFromBuffer":"wx.",
|
||||
|
||||
@@ -28,6 +28,7 @@ ITEMS = [ 'wxDataFormat',
|
||||
'wxURLDataObject',
|
||||
'wxFileDataObject',
|
||||
'wxHTMLDataObject',
|
||||
'wxImageDataObject'
|
||||
]
|
||||
|
||||
|
||||
@@ -391,6 +392,11 @@ def run():
|
||||
addBaseVirtuals(c)
|
||||
addSimpleVirtuals(c)
|
||||
|
||||
#------------------------------------------------------------
|
||||
c = module.find('wxImageDataObject')
|
||||
addGetAllFormats(c)
|
||||
addBaseVirtuals(c)
|
||||
|
||||
#------------------------------------------------------------
|
||||
c = module.find('wxFileDataObject')
|
||||
addGetAllFormats(c)
|
||||
@@ -404,7 +410,6 @@ def run():
|
||||
addSimpleVirtuals(c)
|
||||
|
||||
|
||||
|
||||
#------------------------------------------------------------
|
||||
module.addPyCode("PyDataObjectSimple = wx.deprecated(DataObjectSimple), 'Use DataObjectSimple instead.'")
|
||||
module.addPyCode("PyTextDataObject = wx.deprecated(TextDataObject, 'Use TextDataObject instead.')")
|
||||
|
||||
Reference in New Issue
Block a user