Dim a = {}
Dim b
For i = 1 To 10000
a["a"]= "gggggggggggggggggggggggggggg"
a["b"]= "cccccccccccccccccccccccccccc"
a["c"]= "vvvvvvvvvvvvvvvvvvvvvvvvvvvv"
b = a.Count()
a = {}
Next
Print "finish"
Zitat3.0.5.50 (2021-12-14)
3.1.5.50
----------
M1 version for macOS
In App resource integrate lib with odbc drivers
3.0.5.50 (2021-01-01)
--------
use wx 3.0.5
BUGFIX in wxDatabaseLayer.mysql-client
BUGFIX in wx 3.0.5 wxDateTime and wxGetOsDescription
depending on wx version:
* wxAuiNotebookXmlHandler, wxCollapsiePaneXmlHandler, wxSpinCtrlDoubleXmlHandler, wxDataViewXmlHandler
* wxLocale_GetInfo(wxLOCALE_DATE_TIME_FMT)
* wxBitmapFromEmbedded
* wxImageFromEmbedded
* wxAuiPaneButton
* wxPaintEvent
* wxNcPaintEvent
2021-08-03
- extend wxPlatformInfo
- extend wxAuiTabArt
- add wxThemeStatusBar
- add wxThemeToolBarArt
3.0.4.49 (2019-11)
--------
BUGFIX: free up memory
comment: dim f as wxFrame = wxFrame (w/o NEW if no further action)
but use dim f as wxFrame = new wxFrame if events are handled "Sub OnClose(ev) Handles f.closeWindow"
wxTimeSpan::Format supports now given format string
wxImageFromEmbedded(const char* base64string) added
wxBitmapFromEmbedded(const char* base64string) added
2020-03-29: use wxDataTime from 3.1.3, as wx-3.0.4 has performance problems
3.1.2.47 (2019-02/03)
--------
wx312
wxbWorbench Win/Mac
wxDisplay extended
3.0.3.46 (2018-11/12)
--------
bugfix: ExecSQL(); wxDatabaseLayer, mysql-client, RunQuery with some stored procedures there were no result set
bugfix: wxDbRecordset, mysql-client, call stored procedure
3.0.3.45 (2018-01)
--------
link with wx303 on windows, plattformtoolset vs141
compiler on windows is now Visual Studio 2017
wxItemWithControls: Append, Insert, SetClientData, GetClientData support a long value instead (void*)
strerror(errno)
3.0.2.44 (2017-02/03/04/05/08/10)
--------
link with wx302 on windows, plattformtoolset vs120
link with wx303 on macOS
class.i revised
. wxGrid
. wxHeaderCtrl
. wxDataView: wxDataViewCtrl, wxDataViewListCtrl, wxDataViewTreeCtrl
. wxTreeCtrl
. wxTreeListCtrl
. wxStyledTextCtrl
. wxRichText
. wxGraphicsContext
class_wxwebkit.i added, sample added
class_wxbase: wxDatabaseLayer: +tds
new trace loop for wx302
lot of bugfixes to wxDatabaseLayer for tds and mysql to meet the requirements of wxDbEngine
in debug libmysql.dll and in release linked in mysqlclient.lib
wxb uses freetds.dll, while wxbc is linked again tds.lib
to protect source, all flags to access embedded/linked source are disabled
all const parameters of types wxArrayString, wxArrayInt, wxArrayLong, wxArrayDouble can be replaced optionally by a wxBasic table
bugfixes in date() and datevalue() and calculation of it
by default there are no trace codes generated, use -enabletrace
class.i added
. wxFileSystemWatcher
. wxGridCellImageRenderer
. wxMiniFrame
. wxCommandLinkButton
. wxEditableListBox
. wxGenericCalendarCtrl
. wxFileCtrl
. wxSearchCtrl
. wxInfoBar
. wxAnimationCtrl
. wxBannerWindow
. wxPopupWindow
. wxPopupTransientWindow
. wxRichToolTip
Class Name | In wxWidgets Manual | Wrapped by wxBasic | Notes |
---|---|---|---|
DatabaseErrorReporter | X | not included in wxWidgets | |
DatabaseLayer | X | not included in wxWidgets, class has no constuctor | |
DatabaseLayerException | X | not included in wxWidgets | |
DatabaseResultSet | X | not included in wxWidgets, class has no constuctor | |
DatabaseStringConverter | X | not included in wxWidgets | |
OdbcDatabaseLayer | X | not included in wxWidgets | |
OdbcResultSet | X | not included in wxWidgets, basic support only | |
PreparedStatement | X | not included in wxWidgets, class has no constuctor | |
ReportPrintout | X | not included in wxWidgets | |
ResultSetColumnInfo | X | not included in wxWidgets | |
ResultSetMetaData | X | not included in wxWidgets, class has no constuctor | |
SqliteDatabaseLayer | X | not included in wxWidgets | |
SqliteResultSet | X | not included in wxWidgets, basic support only | |
TdsDatabaseLayer | X | not included in wxWidgets | |
TdsResultSet | X | not included in wxWidgets, basic support only | |
wxAboutDialogInfo | X | X | |
wxAcceleratorEntry | X | ||
wxAcceleratorTable | X | X | class has no constuctor |
wxAccessible | X | MS Windows only | |
wxActivateEvent | X | X | |
wxActiveXContainer | X | X | basic support only |
wxActiveXEvent | X | X | |
wxAffineMatrix2D | X | X | |
wxAffineMatrix2DBase | X | X | class has no constuctor |
wxANIHandler | X | ||
wxAnimation | X | X | |
wxAnimationCtrl | X | X | |
wxAny | X | ||
wxAnyButton | X | X | |
wxAnyValueBuffer | X | ||
wxAnyValueType | X | ||
wxApp | X | X | |
wxAppConsole | X | X | |
wxAppTraits | X | Most functions are available elsewhere | |
wxArchiveClassFactory | X | ||
wxArchiveEntry | X | X | class has no constuctor |
wxArchiveFSHandler | X | X | |
wxArchiveInputStream | X | X | class has no constuctor |
wxArchiveIterator | X | ||
wxArchiveNotifier | X | ||
wxArchiveOutputStream | X | X | class has no constuctor |
wxArray | X | Not a real class, see implementations (wxArrayInt) | |
wxArrayDouble | X | ||
wxArrayInt | X | ||
wxArrayLong | X | ||
wxArrayString | X | X | |
wxArrayStringProperty | X | X | basic support only |
wxArrayTreeItemIds | X | ||
wxArrayVideoModes | X | basic support only | |
wxArtProvider | X | X | |
wxAuiDefaultDockArt | X | X | |
wxAuiDefaultTabArt | X | X | |
wxAuiDefaultToolBarArt | X | X | |
wxAuiDockArt | X | X | |
wxAuiDockInfo | X | ||
wxAuiDockUIPart | X | ||
wxAuiManager | X | X | |
wxAuiManagerEvent | X | X | |
wxAuiFloatingFrame | X | ||
wxAuiMDIChildFrame | X | ||
wxAuiMDIClientWindow | X | ||
wxAuiMDIParentFrame | X | ||
wxAuiNotebook | X | X | |
wxAuiNotebookEvent | X | X | |
wxAuiNotebookPage | X | X | basic support only |
wxAuiNotebookPageArray | X | ||
wxAuiPaneButton | X | X | basic support only |
wxAuiPaneInfo | X | X | |
wxAuiPaneInfoArray | X | ||
wxAuiSimpleTabArt | X | X | |
wxAuiTabArt | X | X | class has no constuctor |
wxAuiTabContainer | X | ||
wxAuiTabContainerButton | X | ||
wxAuiToolBar | X | X | |
wxAuiToolBarArt | X | X | |
wxAuiToolBarEvent | X | X | |
wxAuiToolBarItem | X | X | |
wxAuiToolBarItemArray | X | ||
wxAutoBufferedPaintDC | X | ||
wxAutomationObject | X | X | |
wxBannerWindow | X | X | |
wxBestHelpController | X | ||
wxBitmap | X | X | |
wxBitmapButton | X | X | |
wxBitmapComboBox | X | X | |
wxBitmapDataObject | X | X | |
wxBitmapHandler | X | X | Base class for bitmap loaders |
wxBitmapToggleButton | X | ||
wxBMPHandler | X | ||
wxBookCtrlBase | X | X | class has no constuctor |
wxBookCtrlBaseEvent | X | ||
wxBoolProperty | X | X | basic support only |
wxBoxSizer | X | X | |
wxBrush | X | X | |
wxBrushList | X | X | |
wxBufferedDC | X | X | |
wxBufferedInputStream | X | ||
wxBufferedOutputStream | X | ||
wxBufferedPaintDC | X | X | we need a pointer to wxWindowDC here, otherwise wxGraphicsContext cannot use it |
wxBusyCursor | X | X | |
wxBusyInfo | X | X | |
wxButton | X | X | |
wxCalculateLayoutEvent | X | ||
wxCalendarCtrl | X | X | |
wxCalendarDateAttr | X | X | basic support only |
wxCalendarEvent | X | X | |
wxCaret | X | X | basic support only |
wxCharBuffer | X | X | basic support only |
wxChar | X | ||
wxCharTypeBuffer | X | ||
wxCheckBox | X | X | |
wxCheckListBox | X | X | |
wxChildFocusEvent | X | X | |
wxCHMHelpController | X | ||
wxChoice | X | X | |
wxChoicebook | X | X | |
wxClassInfo | X | X | |
wxClient | X | X | |
wxClientBase | X | class has no constuctor | |
wxClientData | X | X | basic support only |
wxClientDataContainer | X | X | |
wxClientDC | X | X | |
wxClipboard | X | X | |
wxClipboardTextEvent | X | X | |
wxCloseEvent | X | X | |
wxCmdLineEntry | X | ||
wxCmdLineParser | X | X | |
wxCollapsiblePane | X | X | |
wxCollapsiblePaneEvent | X | X | |
wxColour | X | X | |
wxColourData | X | X | |
wxColourDatabase | X | X | |
wxColourDialog | X | X | |
wxColourPickerCtrl | X | X | |
wxColourPickerEvent | X | X | |
wxColourProperty | X | X | basic support only |
wxColourPropertyValue | X | ||
wxComboBox | X | X | |
wxComboCtrl | X | X | |
wxComboCtrlFeatures | X | ||
wxComboPopup | X | X | class has no constuctor |
wxCommand | X | X | basic support only |
wxCommandEvent | X | X | |
wxCommandLinkButton | X | X | |
wxCommandProcessor | X | ||
wxCondition | X | For threading in C | |
wxConfig | X | ||
wxConfigBase | X | X | |
wxConfigPathChanger | X | X | |
wxConnection | X | X | |
wxConnectionBase | X | X | class has no constuctor |
wxContextHelp | X | X | |
wxContextHelpButton | X | X | |
wxContextMenuEvent | X | X | |
wxControl | X | X | |
wxControlWithItems | X | X | class has no constuctor |
wxConvAuto | X | ||
wxCountingOutputStream | X | ||
wxCriticalSection | X | X | |
wxCriticalSectionLocker | X | X | |
wxCSConv | X | X | |
wxCURHandler | X | ||
wxCursor | X | X | |
wxCursorProperty | X | basic support only | |
wxCustomBackgroundWindow | X | ||
wxCustomDataObject | X | X | |
wxDataFormat | X | X | |
wxDatagramSocked | X | X | |
wxDataInputStream | X | X | |
wxDataObject | X | X | class has no constuctor |
wxDataObjectComposite | X | ||
wxDataObjectSimple | X | X | |
wxDataOutputStream | X | X | |
wxDataViewBitmapRenderer | X | X | |
wxDataViewChoiceByIndexRenderer | X | ||
wxDataViewChoiceRenderer | X | X | |
wxDataViewColumn | X | X | |
wxDataViewCtrl | X | X | |
wxDataViewCtrlBase | X | class has no constuctor | |
wxDataViewCustomRenderer | X | ||
wxDataViewDateRenderer | X | X | |
wxDataViewEvent | X | X | |
wxDataViewIconText | X | ||
wxDataViewIconTextRenderer | X | X | |
wxDataViewIndexListModel | X | X | class has no constuctor |
wxDataViewItem | X | X | |
wxDataViewItemArray | X | ||
wxDataViewItemAttr | X | X | class has no constuctor |
wxDataViewListCtrl | X | X | |
wxDataViewListModel | X | X | class has no constuctor |
wxDataViewListStore | X | X | |
wxDataViewModel | X | X | class has no constuctor |
wxDataViewModelNotifier | X | X | class has no constuctor |
wxDataViewProgressRenderer | X | X | |
wxDataViewRenderer | X | X | class has no constuctor |
wxDataViewSpinRenderer | X | X | |
wxDataViewTextRenderer | X | X | |
wxDataViewToggleRenderer | X | X | |
wxDataViewTreeCtrl | X | X | |
wxDataViewTreeStore | X | X | |
wxDataViewVirtualListModel | X | ||
wxDateEvent | X | X | |
wxDatePickerCtrl | X | X | |
wxDatePickerCtrlBase | X | X | class has no constuctor |
wxDatePickerCtrlGeneric | X | ||
wxDateProperty | X | X | basic support only |
wxDateSpan | X | X | |
wxDateTime | X | X | |
wxDateTimeArray | X | ||
wxDateTimeHolidayAuthority | X | X | |
wxDateTimeWorkDays | X | X | |
wxDbColumnDef | X | ||
wxDbEngine | X | ||
wxDbRecordSet | X | ||
wxDC | X | X | class has no constuctor, parent class for other DC |
wxDCBrushChanger | X | ||
wxDCClipper | X | X | |
wxDCFontChanger | X | ||
wxDCOverlay | X | ||
wxDCPenChanger | X | ||
wxDCTextColourChanger | X | ||
wxDDEClient | X | X | |
wxDDEConnection | X | X | |
wxDDEServer | X | X | |
wxDebugContext | X | ||
wxDebugReport | X | ||
wxDebugReportCompress | X | ||
wxDebugReportPreview | X | ||
wxDebugReportPreviewStd | X | ||
wxDebugReportUpload | X | ||
wxDelegateRendererNative | X | ||
wxDialog | X | X | |
wxDialogLayoutUpdater | X | ||
wxDialUpEvent | X | ||
wxDialUpManager | X | ||
wxDir | X | X | |
wxDirDialog | X | X | |
wxDirFilterListCtrl | X | X | |
wxDirPickerCtrl | X | X | |
wxDirProperty | X | X | basic support only |
wxDirTraverser | X | Use wxDir::GetFirst() and GetNext() or wxDir_GetAllFiles | |
wxDisplay | X | X | |
wxDisplayChangedEvent | X | ||
wxDocChildFrame | X | ||
wxDocManager | X | ||
wxDocMDIChildFrame | X | ||
wxDocMDIParentFrame | X | X | |
wxDocParentFrame | X | ||
wxDocTemplate | X | ||
wxDocument | X | ||
wxDragImage | X | X | |
wxDropFilesEvent | X | X | |
wxDropSource | X | X | |
wxDropTarget | X | X | class has no constuctor |
wxDynamicLibrary | X | X | GetSymbol(name, success=0) is not implemented. For this reason, unfortunately, it is of no use at the moment |
wxDynamicLibraryDetails | X | X | class has no constuctor |
wxDynamicLibraryDetailsArray | X | class has no constuctor | |
wxEditableListBox | X | X | |
wxEditEnumProperty | X | X | basic support only |
wxEncodingConverter | X | ||
wxEnumProperty | X | X | basic support only |
wxEraseEvent | X | X | |
wxEvent | X | X | |
wxEventBlocker | X | ||
wxEventFilter | X | ||
wxEventHashTable | X | ||
wxEventLoop | X | ||
wxEventLoopActivator | X | X | |
wxEventLoopBase | X | X | class has no constuctor |
wxEventLoopManual | X | class has no constuctor | |
wxEvtHandler | X | X | |
wxExecuteEnv | X | ||
wxExtHelpController | X | X | |
wxFFile | X | X | |
wxFFileInputStream | X | X | |
wxFFileOutputStream | X | X | |
wxFFileStream | X | ||
wxFile | X | X | |
wxFileConfig | X | X | |
wxFileCtrl | X | X | |
wxFileCtrlEvent | X | X | |
wxFileDataObject | X | X | |
wxFileDialog | X | X | |
wxFileDirPickerEvent | X | X | |
wxFileDropTarget | X | X | class has no constuctor |
wxFileHistory | X | X | |
wxFileInputStream | X | X | |
wxFileName | X | X | |
wxFileOutputStream | X | X | |
wxFilePickerCtrl | X | X | |
wxFileProperty | X | X | basic support only |
wxFileStream | X | ||
wxFileSystem | X | X | |
wxFileSystemHandler | X | X | class has no constuctor |
wxFileSystemWatcher | X | X | |
wxFileSystemWatcherEvent | X | X | |
wxFileTranslationsLoader | X | ||
wxFileType | X | X | |
wxFileType::MessageParameters | X | ||
wxFileTypeInfo | X | X | |
wxFilterClassFactory | X | ||
wxFilterFSHandler | X | X | |
wxFilterInputStream | X | X | basic support only |
wxFilterOutputStream | X | X | |
wxFindDialogEvent | X | X | |
wxFindReplaceData | X | X | |
wxFindReplaceDialog | X | X | |
wxFlagsProperty | X | X | basic support only |
wxFlexGridSizer | X | X | |
wxFloatingPointValidator | X | ||
wxFloatProperty | X | X | basic support only |
wxFocusEvent | X | X | |
wxFont | X | X | |
wxFontData | X | X | |
wxFontDialog | X | X | |
wxFontEnumerator | X | X | |
wxFontInfo | X | X | |
wxFontList | X | X | |
wxFontMapper | X | X | |
wxFontMetrics | X | ||
wxFontPickerCtrl | X | X | |
wxFontPickerEvent | X | X | |
wxFontProperty | X | X | basic support only |
wxFrame | X | X | |
wxFSFile | X | X | |
wxFSInputStream | X | ||
wxFSVolume | X | ||
wxFTP | X | X | |
wxGauge | X | X | |
wxGBPosition | X | X | |
wxGBSizerItem | X | X | |
wxGBSpan | X | X | |
wxGCDC | X | X | |
wxGDIImageHandler | X | basic support only | |
wxGDIObject | X | X | basic support only |
GenericAboutDialog | X | X | |
GenericCalendarCtrl | X | ||
GenericColourButton | X | ||
GenericComboCtrl | X | basic support only | |
GenericDirCtrl | X | X | |
GenericFileCtrl | X | ||
GenericFontButton | X | ||
GenericHperlinkCtrl | X | basic support only | |
GenericMessageDialog | X | basic support only | |
GenericPageSetupDialog | X | ||
GenericPrintDialog | X | ||
GenericPrintSetupDialog | X | ||
GenericProgressDialog | X | ||
GenericStaticBitmap | X | ||
GenericStaticText | X | ||
GenericTreeCtrl | X | ||
wxGenericValidator | X | ||
wxGIFHandler | X | X | |
wxGLCanvas | X | X | |
wxGLContext | X | X | |
wxGraphicsBitmap | X | X | |
wxGraphicsBrush | X | X | basic support only |
wxGraphicsContext | X | X | |
wxGraphicsFont | X | X | basic support only |
wxGraphicsGradientStop | X | X | |
wxGraphicsGradientStops | X | X | |
wxGraphicsMatrix | X | X | class has no constuctor |
wxGraphicsObject | X | X | class has no constuctor |
wxGraphicsPath | X | X | class has no constuctor |
wxGraphicsPen | X | X | basic support only |
wxGraphicsRenderer | X | X | class has no constuctor |
wxGrid | X | X | |
wxGridBagSizer | X | X | |
wxGridCellAttr | X | X | |
wxGridCellAttrProvider | X | X | basic support only |
wxGridCellAutoWrapStringEditor | X | X | |
wxGridCellAutoWrapStringRenderer | X | X | |
wxGridCellBoolEditor | X | X | |
wxGridCellBoolRenderer | X | X | |
wxGridCellChoiceEditor | X | X | |
wxGridCellCoords | X | X | |
wxGridCellCoordsArray | X | ||
wxGridCellDateTimeRenderer | X | X | |
wxGridCellEditor | X | X | class has no constuctor |
wxGridCellEnumEditor | X | X | |
wxGridCellEnumRenderer | X | X | |
wxGridCellFloatEditor | X | X | |
wxGridCellFloatRenderer | X | X | |
wxGridCellImageRenderer | X | ||
wxGridCellNumberEditor | X | X | |
wxGridCellNumberRenderer | X | X | |
wxGridCellRenderer | X | X | class has no constuctor |
wxGridCellStringRenderer | X | X | |
wxGridCellTextEditor | X | X | |
wxGridColumnHeaderRendererBase | X | ||
wxGridColumnHeaderRenderer | X | ||
wxGridCornerHeaderRendererBase | X | ||
wxGridCornerHeaderRenderer | X | ||
wxGridEditorCreatedEvent | X | ||
wxGridEvent | X | X | |
wxGridHeaderLabelsRenderer | X | ||
wxGridRangeSelectEvent | X | X | |
wxGridRowHeaderRendererBase | X | ||
wxGridRowHeaderRenderer | X | ||
wxGridSizeEvent | X | X | |
wxGridSizer | X | X | |
wxGridSizesInfo | X | X | |
wxGridStringTable | X | ||
wxGridTableBase | X | X | class has no constuctor |
wxGridTableMessage | X | X | |
wxGridUpdateLocker | X | ||
wxGUIEventLoop | X | ||
wxHashMap | X | wxBasic tables are hash tables | |
wxHashSet | X | wxBasic tables are hash tables | |
wxHashTable | X | wxBasic tables are hash tables | |
wxHeaderButtonParams | X | ||
wxHeaderColumn | X | X | class has no constuctor |
wxHeaderColumnSimple | X | X | |
wxHeaderCtrl | X | X | class has no constuctor |
wxHeaderCtrlEvent | X | X | |
wxHeaderCtrlSimple | X | X | |
wxHelpController | X | ||
wxHelpControllerBase | X | class has no constuctor | |
wxHelpControllerHelpProvider | X | ||
wxHelpEvent | X | X | |
wxHelpProvider | X | X | |
wxHScrolledWindow | X | ||
wxHtmlBookRecArray | X | basic support only | |
wxHtmlBookRecord | X | ||
wxHtmlCell | X | X | |
wxHtmlCellEvent | X | X | |
wxHtmlColourCell | X | ||
wxHtmlContainerCell | X | X | |
wxHTMLDataObject | X | X | |
wxHtmlDCRenderer | X | ||
wxHtmlEasyPrinting | X | X | |
wxHtmlFilter | X | X | class has no constuctor |
wxHtmlFontCell | X | ||
wxHtmlHelpController | X | X | |
wxHtmlHelpData | X | X | |
wxHtmlHelpDataItem | X | ||
wxHtmlHelpDataItems | X | basic support only; | |
wxHtmlHelpDialog | X | ||
wxHtmlHelpFrame | X | X | basic support only |
wxHtmlHelpWindow | X | X | basic support only |
wxHtmlLinkEvent | X | X | |
wxHtmlLinkInfo | X | X | |
wxHtmlListBox | X | X | basic support only |
wxHtmlModalHelp | X | X | |
wxHtmlParser | X | X | class has no constuctor |
wxHtmlPrintout | X | X | |
wxHTMLRenderingInfo | X | ||
wxHTMLRenderingState | X | ||
wxHTMLRenderingStyle | X | ||
wxHTMLSelection | X | ||
wxHtmlTag | X | X | class has no constuctor |
wxHtmlTagHandler | X | X | class has no constuctor |
wxHtmlTagsModule | X | ||
wxHtmlWidgetCell | X | ||
wxHtmlWindow | X | X | |
wxHtmlWindowInterface | X | ||
wxHtmlWinParser | X | ||
wxHtmlWinTagHandler | X | ||
wxHtmlWinParser | X | ||
wxHTMLWordCell | X | ||
wxHTMLWordWithTabsCell | X | ||
wxHTTP | X | X | |
wxHVScrolledWindow | X | ||
wxHyperlinkCtrl | X | X | |
wxHyperlinkEvent | X | X | |
wxIcon | X | X | |
wxIconBundle | X | X | basic support only |
wxICOHandler | X | ||
wxIconizeEvent | X | X | |
wxIconLocation | X | X | |
wxIdleEvent | X | X | |
wxIdManager | X | ||
wxIFFHandler | X | ||
wxImage | X | X | GetData() ans SetData() don't work here. A shame, required for quick image editing. |
wxImageFileProperty | X | X | basic support only |
wxImageHandler | X | X | |
wxImageHistogram | X | X | basic support only |
wxImageList | X | X | |
wxIndividualLayoutConstraint | X | X | |
wxInfoBar | X | X | |
wxInitDialogEvent | X | X | |
wxInitializer | X | ||
wxInputStream | X | X | class has no constuctor, parent for other streams |
wxIntegerValidator | X | ||
wxInternetFSHandler | X | X | |
wxIntProperty | X | X | basic support only |
wxIPaddress | X | X | class has no constuctor |
wxIPV4address | X | X | |
wxItemContainer | X | ||
wxItemContainerImmutable | X | ||
wxJoystick | X | X | |
wxJoystickEvent | X | X | |
wxJPEGHandler | X | X | |
wxKeyboardState | X | ||
wxKeyEvent | X | X | |
wxLanguageInfo | X | ||
wxLayoutAlgorithm | X | ||
wxLayoutConstraints | X | X | |
wxLinuxDistributionInfo | X | ||
wxList | X | X | |
wxListBook | X | X | |
wxListBox | X | X | |
wxListCtrl | X | X | |
wxListEvent | X | X | |
wxListItem | X | X | |
wxListItemAttr | X | ||
wxListView | X | X | |
wxLocale | X | X | |
wxLocalFSHandler | X | ||
wxLog | X | X | |
wxLogBuffer | X | X | |
wxLogChain | X | X | |
wxLogFormatter | X | ||
wxLogGui | X | X | |
wxLogInterposer | X | ||
wxLogInterposerTemp | X | ||
wxLogNull | X | X | |
wxLogPassThrough | X | ||
wxLogRecordInfo | X | ||
wxLogStderr | X | X | |
wxLogStream | X | X | |
wxLogTextCtrl | X | X | |
wxLogWindow | X | X | |
wxLongLong | X | ||
wxLongStringProperty | X | X | basic support only |
wxMask | X | X | |
wxMatrix2D | X | X | |
wxMaximizeEvent | X | X | |
wxMBConv | X | X | class has no constuctor |
wxMBConvLibC | X | basic support only | |
wxMBConvUTF16 | X | X | basic support only |
wxMBConvUTF32 | X | X | basic support only |
wxMBConvUTF7 | X | X | basic support only |
wxMBConvUTF8 | X | X | basic support only |
wxMDIChildFrame | X | X | |
wxMDIClientWindow | X | X | |
wxMDIParentFrame | X | X | |
wxMediaCtrl | X | X | |
wxMediaEvent | X | X | |
wxMemoryBuffer | X | X | |
wxMemoryConfig | X | ||
wxMemoryDC | X | X | |
wxMemoryFSHandler | X | X | |
wxMemoryInputStream | X | X | |
wxMemoryOutputStream | X | X | |
wxMenu | X | X | |
wxMenuBar | X | X | |
wxMenuEvent | X | X | |
wxMenuItem | X | X | |
wxMenuItemList | X | basic support only | |
wxMessageDialog | X | X | |
wxMessageOutputSimple | X | ||
wxMessageOutputBest | X | ||
wxMessageOutputDebug | X | ||
wxMessageOutputMessageBox | X | ||
wxMessageOutputStderr | X | ||
wxMessageQueue | X | ||
wxMetafile | X | X | basic support only |
wxMetafileDC | X | X | |
wxMimeTypesManager | X | X | |
wxMiniFrame | X | X | |
wxMirrorDC | X | ||
wxModalEventLoop | X | ||
wxModalDialogHook | X | ||
wxModule | X | Useable in C++ only | |
wxMouseCaptureChangedEvent | X | X | |
wxMouseCaptureLostEvent | X | X | |
wxMouseEvent | X | X | |
wxMouseEventsManager | X | ||
wxMouseState | X | ||
wxMoveEvent | X | X | |
wxMsgCatalog | X | ||
wxMultiChoiceDialog | X | ||
wxMultiChoiceProperty | X | X | basic support only |
wxMutex | X | For threading in C | |
wxMutexLocker | X | For threading in C | |
wxNativeFontInfo | X | X | |
wxNavigationEnabled | X | ||
wxNavigationKeyEvent | X | X | |
wxNcPaintEvent | X | ||
wxNode | X | X | class has no constuctor |
wxNonOwnedWindow | X | X | class has no constuctor |
wxNotebook | X | X | |
wxNotebookEvent | X | ||
wxNotificationMessage | X | that would be nice to have for on-screen messages | |
wxNotifyEvent | X | X | |
wxNumberEntryDialog | X | ||
wxNumberFormatter | X | ||
wxNumericProperty | X | ||
wxNumericPropertyValidator | X | ||
wxNumValidator | X | ||
wxObject | X | X | |
wxObjectDataPtr | X | ||
wxObjectRefData | X | X | |
wxOutputStream | X | X | |
wxOverlay | X | ||
wxOwnerDrawnComboBox | X | ||
wxPageSetupDialog | X | X | |
wxPageSetupDialogData | X | X | |
wxPaintDC | X | X | |
wxPaintEvent | X | X | |
wxPalette | X | X | GetRGB() is not included, so we can't read the palette by index |
wxPaletteChangedEvent | X | ||
wxPanel | X | X | |
wxPasswordEntryDialog | X | X | |
wxPathList | X | X | |
wxPCXHandler | X | X | |
wxPen | X | X | |
wxPenList | X | ||
wxPersistenceManager | X | ||
wxPersistentBookCtrl | X | ||
wxPersistentObjectBase | X | ||
wxPersistentTLW | X | ||
wxPersistentTreeBookCtrl | X | ||
wxPersistentWindowBase | X | ||
wxPGArrayEditorDialog | X | ||
wxPGArrayStringEditorDialog | X | ||
wxPGAttributeStorage | X | ||
wxPGCell | X | X | |
wxPGCellData | X | ||
wxPGCellRenderer | X | X | basic support only |
wxPGCheckBoxEditor | X | ||
wxPGChoiceAndButtonEditor | X | ||
wxPGChoiceEditor | X | ||
wxPGChoiceEntry | X | X | class has no constuctor |
wxPGChoices | X | X | |
wxPGChoicesData | X | ||
wxPGComboBoxEditor | X | ||
wxPGDefaultRenderer | X | ||
wxPGEditor | X | X | class has no constuctor |
wxPGEditorDialogAdapter | X | ||
wxPGFileDialogAdapter | X | ||
wxPGInDialogValidator | X | ||
wxPGLongStringDialogAdapter | X | ||
wxPGMultiButton | X | X | |
wxPGPaintData | X | X | basic support only |
wxPGPropArg | X | ||
wxPGPropArgCls | X | ||
wxPGProperty | X | X | |
wxPGSpinCtrlEditor | X | ||
wxPGTextCtrlAndButtonEditor | X | ||
wxPGTextCtrlEditor | X | ||
wxPGValidationInfo | X | X | basic support only |
wxPGVIterator | X | ||
wxPGWindowList | X | ||
wxPickerBase | X | X | class has no constuctor |
wxPixelData | X | nice to have for image editing, also wxNativePixelData, wxAlphaPixelData and wxImagePixelData | |
wxPlatformInfo | X | X | |
wxPlotWindow | X | ||
wxPNGHandler | X | X | |
wxPNMHandler | X | X | |
wxPoint | X | X | |
wxPoint2DDouble | X | X | |
wxPoint2DInt | X | ||
wxPointList | X | ||
wxPopupTransientWindow | X | X | |
wxPopupWindow | X | X | |
wxPosition | X | X | |
wxPostScriptDC | X | X | |
wxPostScriptPrinter | X | ||
wxPostScriptPrintNativeData | X | basic support only | |
wxPostScriptPrintPreview | X | ||
wxPowerEvent | X | X | |
wxPrenferencesEditor | X | ||
wxPrenferencesPage | X | ||
wxPreviewCanvas | X | X | |
wxPreviewControlBar | X | X | |
wxPreviewFrame | X | X | |
wxPrintAbortDialog | X | ||
wxPrintData | X | X | |
wxPrintDialog | X | X | |
wxPrintDialogData | X | X | |
wxPrinter | X | X | |
wxPrinterDC | X | X | |
wxPrintout | X | X | class has no constuctor |
wxPrintPreview | X | X | |
wxPrintSettings | X | ||
wxProcess | X | X | |
wxProcessEvent | X | X | |
wxProgressDialog | X | X | |
wxPropagateOnce | X | X | |
wxPropagationDisabler | X | X | |
wxPropertyCategory | X | X | basic support only |
wxPropertyGrid | X | X | |
wxPropertyGridConstIterator | X | ||
wxPropertyGridEvent | X | X | |
wxPropertyGridHitTestResult | X | X | |
wxPropertyGridInterface | X | X | class has no constuctor |
wxPropertyGridIterator | X | X | basic support only |
wxPropertyGridIteratorBase | X | ||
wxPropertyGridManager | X | X | class has no constuctor |
wxPropertyGridPage | X | X | |
wxPropertyGridPageState | X | ||
wxPropertySheetDialog | X | X | |
wxProtocol | X | X | class has no constuctor |
wxProtocolLog | X | ||
wxQuantize | X | ||
wxQueryLayoutInfoEvent | X | ||
wxQueryNewPaletteEvent | X | X | |
wxRadioBox | X | X | |
wxRadioButton | X | X | |
wxRealPoint | X | ||
wxRearrangeCtrl | X | ||
wxRearrangeDialog | X | ||
wxRearrangeList | X | ||
wxRect | X | X | |
wxRect2DDouble | X | X | |
wxRect2DInt | X | ||
wxRecursionGuard | X | ||
wxRecursionGuardFlag | X | ||
wxRefCounter | X | ||
wxRegConfig | X | X | |
wxRegEx | X | X | |
wxRegion | X | X | |
wxRegionIterator | X | ||
wxRegKey | X | X | |
wxRendererNative | X | ||
wxRendererVersion | X | ||
wxReportObj | X | ||
wxReportSection | X | ||
wxReportSelector | X | ||
wxReportWriter | X | ||
wxReportWriterCtrl | X | basic support only | |
wxResourceTranslationsLoader | X | ||
wxRibbonArtProvider | X | X | |
wxRibbonAUIArtProvider | X | X | class has no constuctor |
wxRibbonBar | X | X | |
wxRibbonBarEvent | X | X | |
wxRibbonButtonBar | X | X | |
wxRibbonButtonBarEvent | X | X | |
wxRibbonButtonBarButtonBase | X | basic support only | |
wxRibbonControl | X | X | |
wxRibbonDefaultArtProvider | X | ||
wxRibbonGallery | X | X | |
wxRibbonGalleryEvent | X | X | |
wxRibbonGalleryItem | X | basic support only | |
wxRibbonMSWArtProvider | X | X | |
wxRibbonPage | X | X | |
wxRibbonPageTabInfo | X | X | basic support only |
wxRibbonPageTabInfoArray | X | basic support only | |
wxRibbonPanel | X | X | |
wxRibbonPanelEvent | X | X | |
wxRibbonToolBar | X | X | |
wxRibbonToolBarEvent | X | X | |
wxRichMessageDialog | X | ||
wxRichTextAction | X | X | |
wxRichTextAttr | X | X | |
wxRichTextAttrArray | X | ||
wxRichTextBox | X | X | |
wxRichTextBuffer | X | X | |
wxRichTextBufferDataObject | X | X | |
wxRichTextBulletsPage | X | ||
wxRichTextCell | X | X | |
wxRichTextCharacterStyleDefinition | X | X | |
wxRichTextColourSwatchCtrl | X | ||
wxRichTextCommand | X | X | |
wxRichTextCompositeObject | X | X | class has no constuctor |
wxRichTextContextMenuPropertiesInfo | X | X | |
wxRichTextCtrl | X | X | |
wxRichTextDrawingContext | X | ||
wxRichTextDrawingHandler | X | ||
wxRichTextDataObject | X | X | |
wxRichTextDrawingContext | X | X | |
wxRichTextDrawingHandler | X | X | class has no constuctor |
wxRichTextEvent | X | X | |
wxRichTextField | X | X | |
wxRichTextFieldType | X | ||
wxRichTextFieldTypeStandard | X | ||
wxRichTextFileHandler | X | X | class has no constuctor |
wxRichTextFontListBox | X | ||
wxRichTextFontTable | X | ||
wxRichTextFontPage | X | ||
wxRichTextFontPreviewCtrl | X | ||
wxRichTextFontTable | X | ||
wxRichTextFormattingDialog | X | X | |
wxRichTextFormattingDialogFactory | X | X | |
wxRichTextHeaderFooterData | X | X | |
wxRichTextHTMLHandler | X | X | |
wxRichTextHTMLLoaderHandler | X | ||
wxRichTextImage | X | X | |
wxRichTextImageBlock | X | X | |
wxRichTextIndentsSpacingPage | X | ||
wxRichTextLine | X | X | |
wxRichTextLineList | X | basic support only | |
wxRichTextListStyleDefinition | X | X | |
wxRichTextListStylePage | X | ||
wxRichTextObject | X | X | |
wxRichTextObjectAddress | X | ||
wxRichTextObjectList | X | basic support only | |
wxRichTextObjectPtrArray | X | ||
wxRichTextObjectPtrArrayArray | X | ||
wxRichTextParagraph | X | X | |
wxRichTextParagraphLayoutBox | X | X | |
wxRichTextParagraphStyleDefinition | X | X | |
wxRichTextPlainText | X | X | |
wxRichTextPlainTextHandler | X | X | |
wxRichTextPrinting | X | X | |
wxRichTextPrintout | X | X | |
wxRichTextProperties | X | X | |
wxRichTextRange | X | X | |
wxRichTextRangeArray | X | ||
wxRichTextRenderer | X | X | class has no constuctor |
wxRichTextRTFHandler | X | ||
wxRichTextSelection | X | X | |
wxRichTextStdRenderer | X | X | |
wxRichTextStyleComboCtrl | X | X | |
wxRichTextStyleComboPopup | X | class has no constuctor | |
wxRichTextStyleDefinition | X | X | class has no constuctor |
wxRichTextStyleListBox | X | X | |
wxRichTextStyleListCtrl | X | X | |
wxRichTextStyleOrganiserDialog | X | X | |
wxRichTextStylePage | X | ||
wxRichTextStyleSheet | X | X | |
wxRichTextTable | X | X | |
wxRichTextTableBlock | X | X | |
wxRichTextTabsPage | X | ||
wxRichTextVariantArray | X | ||
wxRichTextXMLHandler | X | X | |
wxRichToolTip | X | X | |
wxRTFTextCtrl | X | ||
wxSashEvent | X | X | |
wxSashLayoutWindow | X | X | |
wxSashWindow | X | X | |
wxScopedArray | X | Useable in C++ only (unnecessary in wxBasic) | |
wxScopedCharTypeBuffer | X | Useable in C++ only (unnecessary in wxBasic) | |
wxScopedPtr | X | Useable in C++ only (unnecessary in wxBasic) | |
wxScopedTiedPtr | X | Useable in C++ only (unnecessary in wxBasic) | |
wxScopeGuard | X | ||
wxScreenDC | X | X | |
wxScrollBar | X | X | |
wxScrolled | X | ||
wxScrollEvent | X | X | |
wxScrollWinEvent | X | X | |
wxScrolledWindow | X | ||
wxScrollHelper | X | ||
wxSearchCtrl | X | X | |
wxSemaphore | X | For threading in C | |
wxServer | X | X | |
wxServerBase | X | class has no constuctor | |
wxSetCursorEvent | X | X | |
wxSettableHeaderColumn | X | ||
wxSharedPtr | X | ||
wxShowEvent | X | ||
wxSimpleBook | X | X | |
wxSimpleHelpProvider | X | ||
wxSimpleHtmlListBox | X | X | |
wxSingleChoiceDialog | X | X | |
wxSingleInstanceChecker | X | X | |
wxSize | X | X | |
wxSizeEvent | X | X | |
wxSizer | X | X | class has no constuctor, parent for other sizers |
wxSizerFlags | X | X | |
wxSizerItem | X | X | basic support only |
wxSizerItemList | X | class has no constuctor | |
wxSizerXMLHandler | X | ||
wxSlider | X | X | |
wxSockAddress | X | X | class has no constuctor |
wxSocketBase | X | X | |
wxSocketClient | X | X | |
wxSocketEvent | X | X | |
wxSocketInputStream | X | X | |
wxSocketOutputStream | X | X | |
wxSocketServer | X | X | |
wxSocketStream | X | ||
xSortedArrayString | X | X | |
wxSound | X | X | |
wxSpinButton | X | X | |
wxSpinCtrl | X | X | |
wxSpinCtrlDouble | X | X | |
wxSpinDoubleEvent | X | X | |
wxSpinEvent | X | X | |
wxSplashScreen | X | ||
wxSplitterEvent | X | X | |
wxSplitterRenderParams | X | ||
wxSplitterWindow | X | X | |
wxStack | X | ||
wxStackFrame | X | ||
wxStackWalker | X | ||
wxStandardPaths | X | X | |
wxStandardPathsBase | X | class has no constuctor | |
wxStaticBitmap | X | X | |
wxStaticBox | X | X | |
wxStaticBoxSizer | X | X | |
wxStaticLine | X | X | |
wxStaticText | X | X | |
wxStatusBar | X | X | |
wxStatusBarGeneric | X | ||
wxStatusBarPane | X | ||
wxStdDialogButtonSizer | X | X | |
wxStdInputStream | X | ||
wxStdInputStreamBuffer | X | ||
wxStdOutputStream | X | ||
wxStdOutputStreamBuffer | X | ||
wxStockPrefenrencesPage | X | ||
wxStopWatch | X | X | |
wxStreamBase | X | X | |
wxStreamBuffer | X | X | |
wxStreamToTextRedirector | X | ||
wxString | X | X | |
wxStringBuffer | X | Useable in C++ only (unnecessary in wxBasic) | |
wxStringBufferLength | X | ||
wxStringClientData | X | X | |
wxStringInputStream | X | X | |
wxStringOutputStream | X | X | |
wxStringProperty | X | X | basic support only |
wxStringTokenizer | X | X | |
wxStyledTextCtrl | X | X | |
wxStyledTextEvent | X | ||
wxSVGFileDC | X | ||
wxSymbolListCtrl | X | ||
wxSymbolPickerDialog | X | X | |
wxSysColourChangedEvent | X | X | |
wxSystemColourProperty | X | X | basic support only |
wxSystemOptions | X | X | |
wxSystemSettings | X | X | |
wxTarClassFactory | X | ||
wxTarEntry | X | X | |
wxTarInputStream | X | X | |
wxTarOutputStream | X | X | |
wxTaskBarIcon | X | X | |
wxTaskBarIconEvent | X | ||
wxTCPClient | X | X | |
wxTCPConnection | X | X | |
wxTCPServer | X | X | |
wxTempFile | X | X | |
wxTempFileOutputStream | X | ||
wxTextAttr | X | X | |
wxTextAttrBorder | X | X | |
wxTextAttrBorders | X | X | |
wxTextAttrDimension | X | X | |
wxTextAttrDimensionConverter | X | ||
wxTextAttrDimensions | X | ||
wxTextAttrEx | X | ||
wxTextAttrSize | X | X | |
wxTextBoxAttr | X | ||
wxTextBuffer | X | class has no constuctor | |
wxTextCompleter | X | ||
wxTextCompleterSimple | X | ||
wxTextCtrl | X | X | |
wxTextCtrlBase | X | basic support only | |
wxTextDataObject | X | X | |
wxTextDropTarget | X | ||
wxTextEntry | X | ||
wxTextEntryDialog | X | X | |
wxTextFile | X | X | |
wxTextInputStream | X | X | |
wxTextOutputStream | X | X | |
wxTextUrlEvent | X | X | |
wxTextValidator | X | ||
wxTextWrapper | X | ||
wxTGAHandler | X | X | |
wxThread | X | ||
wxThreadEvent | X | ||
wxThreadHelper | X | ||
wxTIFFHandler | X | X | |
wxTimePickerCtrl | X | X | |
wxTimePickerCtrlGeneric | X | ||
wxTimer | X | X | |
wxTimerEvent | X | X | |
wxTimerRunner | X | X | |
wxTimeSpan | X | X | |
wxTipProvider | X | X | class has no constuctor |
wxTipWindow | X | ||
wxToggleButton | X | X | |
wxToolBar | X | X | |
wxToolBarBase | X | class has no constuctor | |
wxToolBarToolBase | X | X | |
wxToolbook | X | X | |
wxToolTip | X | X | |
wxTopLevelWindow | X | X | |
wxTrackable | X | ||
wxTransform2D | X | ||
wxTranslations | X | ||
wxTranslationsLoader | X | ||
wxTreebook | X | X | |
wxTreebookEvent | X | ||
wxTreeCtrl | X | X | |
wxTreeEvent | X | X | |
wxTreeItemData | X | X | |
wxTreeItemId | X | X | |
wxTreeListCtrl | X | X | |
wxTreeListEvent | X | X | |
wxTreeListItem | X | X | |
wxTreeListItems | X | basic support only | |
wxTreeListItemComparator | X | ||
wxUIActionSimulator | X | ||
wxUIntProperty | X | X | basic support only |
wxULongLong | X | ||
wxUniChar | X | ||
wxUniCharRef | X | ||
wxUpdateUIEvent | X | X | |
wxURI | X | X | |
wxURL" | X | X | |
wxURLDataObject | X | X | |
wxUString | X | ||
wxValidator | X | X | basic support only |
wxVarHScrollHelper | X | ||
wxVarHVScrollHelper | X | ||
wxVariant | X | X | |
wxVariantData | X | ||
wxVariantDataCurrency | X | ||
wxVariantDataErrorCode | X | ||
wxVariantDataSafeArray | X | ||
wxVarScrollHelperBase | X | ||
wxVarVScrollHelper | X | ||
wxVector | X | ||
wxVersionInfo | X | use WXBASIC_VERSION, wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER, wxSUBRELEASE_NUMBER, wxVERSION_STRING instead | |
wxVideoMode | X | X | class has no constuctor |
wxView | X | ||
wxVisualAttributes | X | ||
wxVListBox | X | ||
wxVScrolledWindow | X | X | basic support only |
wxWCharBuffer | X | X | basic support only |
wxWeakRef | X | ||
wxWeakRefDynamic | X | ||
wxWebKitBeforeLoadEvent | X | ||
wxWebKitCtrl | X | ||
wxWebKitNewWindowEvent | X | ||
wxWebKitStateChangedEvent | X | ||
wxWebView | X | X | class has no constuctor, use builtin wxNewWebView or wxNewWebViewSimple |
wxWebViewArchiveHandler | X | X | |
wxWebViewEvent | X | X | |
wxWebViewFactory | X | ||
wxWebViewFSHandler | X | X | class has no constuctor |
wxWebViewHandler | X | X | |
wxWebViewHistoryItem | X | X | |
wxWindow | X | X | |
wxWindowCreateEvent | X | X | |
wxWindowDC | X | X | |
wxWindowDestroyEvent | X | X | |
wxWindowDisabler | X | ||
wxWindowList | X | class has no constuctor | |
wxWinHelpController | X | ||
wxWindowModalDialogEvent | X | ||
wxWindowPtr | X | ||
wxWindowUpdateLocker | X | ||
wxWithImages | X | ||
wxWizard | X | ||
wxWizardEvent | X | ||
wxWizardPage | X | ||
wxWizardPageSimple | X | ||
wxWrapperInputStream | X | ||
wxWrapSizer | X | X | |
wxXLocale | X | ||
wxXmlAttribute | X | X | |
wxXmlDocument | X | X | |
wxXmlNode | X | X | |
wxXmlResource | X | X | |
wxXmlResourceHandler | X | X | basic support only |
wxXmlSubclassFactory | X | basic support only | |
wxXPMHandler | X | X | |
wxZipClassFactory | X | ||
wxZipEntry | X | X | |
wxZipInputStream | X | X | |
wxZipNotifier | X | ||
wxZipOutputStream | X | X | |
wxZlibInputStream | X | X | |
wxZlibOutputStream | X | X |