wxWidgets/docs/gtk/nonnative.txt
Vadim Zeitlin a5b93ef914 Remove controls implemented natively from "non-native" list
Both GtkSearchEntry and GtkCalendar are used in wxGTK whenever possible.
2020-11-30 22:34:37 +01:00

18 lines
523 B
Plaintext

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
Not possible because GTK's GtkHPane and GtkVPane
only support either horizontal or vertical panes
(therefore their names) whereas wxSplitterWindow
supports both and can even change orientation at
runtime.
- wxWizard
Can GtkAssistant be used?