started making the list of widgets not implemented natively in wxGTK
[wxWidgets.git] / docs / gtk / nonnative.txt
1 List of classes which should use their native GTK+ equivalents but don't:
2
3 - wxStatusBar:
4     Problem with multiple fields, GtkStatusbar only seems to support one pane
5
6 - wxTreeCtrl
7 - wxListCtrl
8     Could be reimplemeted in terms of wxDataViewCtrl?
9
10 - wxSplitterWindow
11
12 - wxDatePickerCtrl
13 - wxCalendarCtrl
14     Use GtkCalendar
15
16 - wxWizard
17     Can GtkAssistant be used?