Status
Current progress can be viewed on the class
status and samples status tables.
Class Status
Here is a breakdown of the work that has been completed so far.
Classes which are not listed in this table have not been started yet.
Classes with a checkmark are considered complete. Classes without a
checkmark have been started but still need more work.
Keep in mind that the goal of this project is to provide GUI
services to .NET application, not to expose all of wxWidgets.
|
Class
|
Comments
|
|
A
|
|
wxApp
|
|
|
B
|
|
wxBitmap
|
|
|
wxBitmapButton
|
|
|
wxBoxSizer
|
|
|
wxBrush
|
|
|
wxBrushList
|
|
|
wxBufferedDC
|
|
|
wxBufferedPaintDC
|
|
|
wxButton
|
|
|
C
|
|
wxCaret
|
|
|
wxCalendarDateAttr
|
|
|
wxCalendarCtrl
|
|
|
wxCalendarEvent
|
|
|
wxCheckbox
|
|
|
wxChoice
|
|
|
wxChoiceDialog
|
|
|
wxClientData
|
|
|
wxClientDC
|
|
|
wxClipboard
|
|
|
wxColour
|
|
|
wxColourData
|
|
|
wxColourDatabase
|
|
|
wxColourDialog
|
|
|
wxComboBox
|
|
|
wxCommandEvent
|
|
|
wxConfig
|
|
|
wxControl
|
|
|
wxCursor
|
|
|
D
|
|
wxDataObject
|
|
|
wxDataFormat
|
|
|
wxDC
|
|
|
wxDialog
|
|
|
wxDirDialog
|
|
|
wxDisplay
|
|
|
wxDropSource
|
|
|
wxDropTarget
|
|
|
E
|
|
wxEvent
|
|
|
wxEvtHandler
|
|
|
F
|
|
wxFileDialog
|
|
|
wxFileDropTarget
|
|
|
wxFileSelector
|
|
|
wxFindDialogEvent
|
|
|
wxFindReplaceData
|
|
|
wxFindReplaceDialog
|
|
|
wxFlexGridSizer
|
|
|
wxFont
|
|
|
wxFontData
|
|
|
wxFontDialog
|
|
|
wxFontList
|
|
|
wxFrame
|
|
|
G
|
|
wxGauge
|
|
|
wxGDIObject
|
|
|
wxGrid
|
|
|
wxGridBagSizer
|
|
|
wxGridCellAttr
|
|
|
wxGridCellEditor
|
|
|
wxGridEditorCreatedEvent
|
|
|
wxGridEvent
|
|
|
wxGridRangeSelectEvent
|
|
|
wxGridSizeEvent
|
|
|
wxGridCellRenderer
|
|
|
wxGridSizer
|
|
|
H
|
|
wxHtmlWindow
|
|
|
wxHtmlListBox
|
|
|
I
|
|
wxIcon
|
|
|
wxImage
|
|
|
wxImageList
|
|
|
K
|
|
wxKeyEvent
|
|
|
L
|
|
wxListbook
|
|
|
wxListBox
|
|
|
wxListCtrl
|
|
|
wxListEvent
|
|
|
wxListView
|
|
|
M
|
|
wxMDIClientFrame
|
|
|
wxMDIClientWindow
|
|
|
wxMDIParentFrame
|
|
|
wxMemoryDC
|
|
|
wxMenu
|
|
|
wxMenuBar
|
|
|
wxMenuItem
|
|
|
wxMessageDialog
|
|
|
wxMiniFrame
|
|
|
wxMouseEvent
|
|
|
N
|
|
wxNotebook
|
|
|
wxNotebookSizer
|
|
|
O
|
|
wxObject
|
|
|
P
|
|
wxPaintDC
|
|
|
wxPanel
|
|
|
wxPenList
|
|
|
wxPreviewFrame
|
|
|
wxPreviewControlBar
|
|
|
wxPreviewCanvas
|
|
|
wxPrintDialog
|
|
|
wxPrintSetupDialog
|
|
|
wxPrinter
|
|
|
wxPrintout
|
|
|
wxPrintData
|
|
|
wxPrintDialogData
|
|
|
wxPrintSetupDialogData
|
|
|
wxPrintPreview
|
|
|
wxProgressDialog
|
|
|
wxPen
|
|
|
R
|
|
wxRadioBox
|
|
|
wxRadioButton
|
|
|
wxRegion
|
|
|
S
|
|
wxSashLayoutWindow
|
|
|
wxSashWindow
|
|
|
wxScrolledWindow
|
|
|
wxSizer
|
|
|
wxSizerItem
|
|
|
wxSingleChoiceDialog
|
|
|
wxSlider
|
|
|
wxSpinButton
|
|
|
wxSpinCtrl
|
|
|
wxSplashScreen
|
|
|
wxSplashScreenWindow
|
|
|
wxSplitterWindow
|
|
|
wxStaticBitmap
|
|
|
wxStaticBox
|
|
|
wxStaticBoxSizer
|
|
|
wxStaticLine
|
|
|
wxStatusBar
|
|
|
wxStaticText
|
|
|
wxStyledTextCtrl
|
Requires contrib/stc, and --enable-stc build flag.
|
|
wxSystemSettings
|
|
|
T
|
|
wxTabCtrl
|
Windows only, not tested yet.
|
|
wxTextCtrl
|
|
|
wxTextEntryDialog
|
|
|
wxTextDropTarget
|
|
|
wxTipWindow
|
|
|
wxToolBar
|
|
|
wxToolBarTool
|
|
|
wxToolTip
|
|
|
wxTreeCtrl
|
|
|
wxTreeEvent
|
|
|
U
|
|
wxUpdateUIEvent
|
|
|
V
|
|
wxValidator
|
|
|
wxVListBox
|
|
|
wxVScrolledWindow
|
|
|
W
|
|
wxWindow
|
Still missing a few methods due to missing support classes.
|
|
wxWindowDC
|
|
|
wxWizard
|
|
|
wxWizardPage
|
|
|
wxWizardPageSimple
|
|
|
X
|
|
wxXmlResource
|
Requires contrib/xrc, and --enable-xrc build flag.
|
Samples Status
Here is a breakdown of the wxWidgets samples which have been
ported to wx.NET. Keep in mind that the goal of this project is to
provide GUI services to .NET application, not to expose all of
wxWidgets. You can see screenshots of these samples here.
|
Sample
|
Comments
|
|
Controls
|
|
|
Dialogs
|
|
|
Minimal
|
|
|
Splitter
|
|
|
Printing
|
Just missing some scaling operations.
|
|
TreeCtrl
|
In progress...
|
|
Wizard
|
In progress...
|
|
DbGrid
|
In progress...
|
|
HTML
|
|
|
Dnd
|
|
|
Font
|
|
|
Mdi
|
|
|
Notebook
|
|
|
Grid
|
|
|
Display
|
|
|
EventDemo
|
|
|
Font
|
|
|
HtmlListBox
|
|
|
Listbook
|
|
|
SashWindow
|
|
|
Xrc
|
|
|