Neueste Beiträge

Seiten: [1] 2 3 ... 10
1
Programm- Neuigkeiten | Program news / wxEditor 4.3.1
« Letzter Beitrag von Administrator am 20.03.2024, 15:09:39 Nachmittag »
wxEditor 4.3.1

Changelog:

  - fixed: window tiling enabling in view menu
  - fixed: memory problem
  - fixed: missing last character in class help
  - fixed: bug when reloading functions, if the file is not yet saved
  - fixed: bug in language dialog
  - fixed: bug in get members
  - changed: update toolbars by hand, disable it in updateui event

Download:
wxEditor4.3.1_x86.zip
wxEditor4.3.1_x64.zip
2
wxBasic Befehle | wxBasic Commands / Download class
« Letzter Beitrag von Administrator am 05.12.2023, 07:24:23 Vormittag »
Im Moment nutze ich noch wget oder curl um Datein via https herunterzuladen. Es gibt aber ab wxWidgets 3.2 eine Klasse wxWebRequest in der wxNet Bibliothek. Diese nutzt für die Anfrage die jeweiligen Einstellungen des Betriebssystems zum Download.
Ich denke, dass die Implementierung einen wirklichen Mehrwert für wxBasic bringen würde.
3
Programm- Neuigkeiten | Program news / wxEditor 4.3
« Letzter Beitrag von Administrator am 15.11.2023, 18:06:16 Nachmittag »
wxEditor 4.3 veröffentlicht

Changelog:

  - added: "cancel window splitting" menu item
  - added: option to show classes from embedded files
  - added: option to load embedded files when a file is activated
  - added: view folders back to folders menu
  - added: open/close folders from level in folder menu
  - added: open/close next folder in folder menu
  - added: colour themes menu: light, green, blue, dark, default or own
  - added: reset editor colours to default (theme default)
  - added: menuitem to reset lexer colours to default in lexer menu
  - added: hint in editor window, if jumpto has no target
  - added: show all search results at once
  - added: escape to clear founded searchwords
  - added: reload file icon
  - added: if a file is executed more than once, the pids are shown in the statusbar
           stop all programs over the stop button
  - added: new menuitem to show errors directly in the editor window as annotiation
         middle mouse click or run the file to close the annotiation
  - changed: use english language now as the default language
         so non german user can also write a translation
  - changed: lexer files in the list section
            you must use the new files!
  - changed: little things in ini structure
            please delete the old ini file at first
  - changed: find replace - replace all in background for max speed
  - changed: display of the founded text
  - changed: options menu now use listbook
  - changed: new and larger icons
  - changed: jumpto search in an internal list for the jump string now,
            so you must reload the file functions list after adding a new one (over menu or F2)
  - changed: view hidden lines can now handle multiple entrys
  - changed: faster binding
  - changed: faster processing of a selection, use a buffer now
  - changed: hidden lines are saved only, if no folder view is selected
  - removed: note in the case of missing information when a command is to be inserted from the control center
  - fixed: SaveAs is always activated now
  - fixed: error with spaces in filename and other
  - deactivate macros
    the lParam write a random value when running, although it has just been recorded
    it may be that the value will miss to be reinterpreted, but I don't know how to do that in wxb
    see the answer "https://www.autohotkey.com/board/topic/36100-scintilla-and-sendmessage/" for scintilla

The lexer files and the ini structure have been slightly adjusted. Please delete the old ini and use the new lexer files.

Download:
wxEditor4.3_x86.zip
wxEditor4.3_x64.zip
4
SearchForFiles / SearchForFiles 1.1
« Letzter Beitrag von Administrator am 08.02.2023, 17:17:21 Nachmittag »
Leider ist zum Schluss doch noch ein dummer Fehler reingekommen. So wurden alle Fundstellen der einzelnen Unterdokumente in OpenDoc Dateien angezeigt.
Dies ist nunmehr behoben.

Changelog:

 - duplicate finding results are now ignored in OpenDoc Documents

Download V1.0 x86:  sff_1.1_x86.zip
Download V1.0 x64:  sff_1.1_x64.zip
5
SearchForFiles / Re: SearchForFiles 1.0
« Letzter Beitrag von Administrator am 05.01.2023, 13:45:02 Nachmittag »
Ok, leider habe ich noch ein Ascii-Zeichen >127 im Source Code entdeckt. Das führt zu Problemen bei den Benutzung des Codes im wxEditor bzw. in der wxStyledTextCtrl. Der Code wird zwar geladen, aber beim Speichern wird der Dateiinhalt gelöscht.
Einen Einfluss auf das Programm habe ich nicht bemerkt.

Der Source Code wurde entsprechend aktualisiert. Bitte ladet euch das Programm erneut herunter, um den Fehler zu beheben.
6
SearchForFiles / SearchForFiles 1.0
« Letzter Beitrag von Administrator am 03.01.2023, 09:51:32 Vormittag »
Changelog:

  - larger icons
  - faster search
  - new search informations
  - use buffer for archive search now
  - fix problems with german umlauts
  - change search in binary files
  - change internal file viewer
  - add: delete/copy/move files from archive
  - add: compress selected files
  - add: search in pdf files
  - add: search in rtf files
  - add: search whole word
  - add: keep last search filter
  - add: keep last search searchword
  - add: keep last search path
  - add: ignore file filter
  - add: spezial file filter
  - add: default filters for search groups
  - add: sort colums, maybe slow on many files
  - add: the enter key starts the search while entering the search requirements
  - add: export search list to text or csv file
  - add: manual
  - add: 64bit version
 
Hier das neue Aussehen:


Download V1.0 x86:  sff_1.0_x86.zip
Download V1.0 x64:  sff_1.0_x64.zip
7
wxBasic Befehle | wxBasic Commands / Was mir fehlt
« Letzter Beitrag von Administrator am 15.09.2022, 20:38:34 Nachmittag »
Bei der Arbeit mit wxBasic fallen natürlich Klassen oder Befehle auf, die einem fehlen. Hier möchte ich einmal meine fehlenden Puzzleteile mitteilen:

1. Member: wxImage GetData und Set Data
    Diese sind für die schnelle Bildbearbeitung unverzichtbar. Sie sind zwar vorhanden, aber nicht nutzbar. Zumindest weiß ich nicht wie in wxBasic.
    Dafür wäre wahrscheinlich auch eine Funktion wie memcpy in cpp erforderlich.

2. Klasse wxQuantize
    Erforderlich für die Umwandlung der Anzahl der Farben

3. Klasse: wxNotificationMessage
    Anzeigen einer Timer-basiertem Meldung auf dem Bildschirm

4. Member: wxStreambuffer GetBufferStart(), Read(void buffer, int size)
    führt zum Absturz.

5. Klasse: wxPDFDocument und wxPDFView
    pdf Dateien erstellen und lesen

6. Member: wxPalette GerRGB(int pixel, unsigned char *red, unsigned char *green, unsigned char *blue)
   Gibt die Farbe des angegebenen Pixels zurück. Dies fehlt noch in wxBasic

7. Member: wxImage  CountColours(long stopafter)
    Ist zwar vorhanden aber viel zu langsam und somit nicht nutzbar.

8. Modes: wxRegkey Viewmodes: WOW64ViewMode_Default, WOW64ViewMode_32, WOW64ViewMode_64
    Irgendwie hatte ich Probleme mit der 64bit Unterstützung. Ich konnte angelegte Keys nicht wieder löschen.

9. Member: wxDynamicLibrary GetSymbol(const wxString &name, bool *success=0)
    Das fehlt um externe dll Dateien wirklich nutzen zu können.

10. Klassen: wxPixelData, wxAlphaPixelData, wxNativePixelData
    Erstellt ein Pixel Data Objekt für das ganze Bild (wxImage)

So, ich glaube das war erst einmal das Wichtigste. Es fällt ja häufig etwas auf. Meist kann man irgendwie umgehen. Manchmal aber auch nicht, wie hier in diesen Fällen.
Die Liste werde ich erweitern, wenn mir noch etwas auffällt.
8
Plauderecke | Chat Room / Achtung bei der Verwendung von "Count" in einem Loop
« Letzter Beitrag von Administrator am 24.05.2022, 08:48:43 Vormittag »
Nach wochenlangem Probieren und suchen habe ich einen Fehler identifizieren können, bei dem der Speicher nicht wieder freigegeben wird. Er wird dann generiert, wenn man eine Abfrage des Count eines Table in einem Loop macht.

Beispiel:
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"

Die Abfrage hatte ich beim Lesen von RSS-Dateien generiert, bei dem bestimmte Teile in einem Table gespeichert werden. Der Speicherverbrauch wurde bei regelmäßiger Abfrage über einen Timer immer größer.
Also Achtung, wenn ihr dies auch so benutzt.

Dirk
9
Neues von wxBasic | wxBasic News / wxBasic 3.0.5.50 (2021-12-14)
« Letzter Beitrag von Administrator am 24.05.2022, 08:32:08 Vormittag »
Im Januar wurde die neue wxBasic Version 3.0.5.50 vom Dezember 2021 in das Netz gestellt.
Eine Mac Version 3.1.5.50 ist ebenfalls vorhanden. Leider fehlt im Moment die aktuelle Version für Linux.

Den Download findet ihr hier:  https://www.wxbasic.net/downloads

Änderungen seit der letzten Veröffentlichung:

Zitat
3.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
10
wxWidgets Klassen | wxWidgets Classes / wxBasic 3.0.5 comparison table
« Letzter Beitrag von Administrator am 19.04.2022, 20:12:43 Nachmittag »
wxBasic Reference Manual

wxBasic 3.0.5 comparison with wxWidgets 3.0.5

Classes

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  



Seiten: [1] 2 3 ... 10