]>
Commit | Line | Data |
---|---|---|
fb8bf382 VZ |
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 | |
14e9ff98 RR |
7 | Ryan Norton has implemented this |
8 | ||
fb8bf382 VZ |
9 | - wxListCtrl |
10 | Could be reimplemeted in terms of wxDataViewCtrl? | |
11 | ||
12 | - wxSplitterWindow | |
14e9ff98 RR |
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. | |
fb8bf382 VZ |
18 | |
19 | - wxDatePickerCtrl | |
20 | - wxCalendarCtrl | |
21 | Use GtkCalendar | |
22 | ||
23 | - wxWizard | |
24 | Can GtkAssistant be used? |