Lindsay Mathieson's newest wxActiveX class has been wrapped into a new
extension module called wx.activex. Lots of demo and lib updates to go along with it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,6 +39,9 @@ _treeList = [
|
||||
'Cursor',
|
||||
'PyPlot',
|
||||
'ImageAlpha',
|
||||
'ActiveX_FlashWindow',
|
||||
'ActiveX_IEHtmlWindow',
|
||||
'ActiveX_PDFWindow',
|
||||
]),
|
||||
|
||||
# managed windows == things with a (optional) caption you can close
|
||||
@@ -126,6 +129,9 @@ _treeList = [
|
||||
|
||||
# controls coming from other libraries
|
||||
('More Windows/Controls', [
|
||||
'ActiveX_FlashWindow',
|
||||
'ActiveX_IEHtmlWindow',
|
||||
'ActiveX_PDFWindow',
|
||||
#'RightTextCtrl', deprecated as we have wxTE_RIGHT now.
|
||||
'Calendar',
|
||||
'CalendarCtrl',
|
||||
@@ -137,7 +143,7 @@ _treeList = [
|
||||
'FloatBar',
|
||||
'FloatCanvas',
|
||||
'HtmlWindow',
|
||||
'IEHtmlWin',
|
||||
##'IEHtmlWin',
|
||||
'IntCtrl',
|
||||
'MVCTree',
|
||||
'MaskedEditControls',
|
||||
@@ -219,7 +225,7 @@ _treeList = [
|
||||
|
||||
# need libs not coming with the demo
|
||||
('Objects using an external library', [
|
||||
'ActiveXWrapper_Acrobat',
|
||||
##'ActiveXWrapper_Acrobat',
|
||||
##'ActiveXWrapper_IE', # currently has tstate problems...
|
||||
'GLCanvas',
|
||||
#'PlotCanvas', # deprecated, use PyPlot
|
||||
|
Reference in New Issue
Block a user