2006-08-27 11:19:39 -04:00
|
|
|
List of classes which should use their native GTK+ equivalents but don't:
|
|
|
|
|
|
|
|
- wxStatusBar:
|
|
|
|
Problem with multiple fields, GtkStatusbar only seems to support one pane
|
|
|
|
|
|
|
|
- wxListCtrl
|
|
|
|
Could be reimplemeted in terms of wxDataViewCtrl?
|
|
|
|
|
|
|
|
- wxSplitterWindow
|
2006-08-28 04:29:03 -04:00
|
|
|
Not possible because GTK's GtkHPane and GtkVPane
|
|
|
|
only support either horizontal or vertical panes
|
|
|
|
(therefore their names) whereas wxSplitterWindow
|
2020-06-28 09:26:36 -04:00
|
|
|
supports both and can even change orientation at
|
2006-08-28 04:29:03 -04:00
|
|
|
runtime.
|
2006-08-27 11:19:39 -04:00
|
|
|
|
|
|
|
- wxWizard
|
|
|
|
Can GtkAssistant be used?
|