More comments about non-native GTH widgets.
[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     Ryan Norton has implemented this
8     
9 - wxListCtrl
10     Could be reimplemeted in terms of wxDataViewCtrl?
11
12 - wxSplitterWindow
13     Not possible because GTK's GtkHPane and GtkVPane
14     only support either horizontal or vertical panes
15     (therefore their names) whereas wxSplitterWindow
16     supports both and can even change orientiation at
17     runtime.
18
19 - wxDatePickerCtrl
20 - wxCalendarCtrl
21     Use GtkCalendar
22
23 - wxWizard
24     Can GtkAssistant be used?