Remove controls implemented natively from "non-native" list

Both GtkSearchEntry and GtkCalendar are used in wxGTK whenever possible.
This commit is contained in:
Vadim Zeitlin
2020-11-30 22:34:37 +01:00
parent fab9a67d23
commit a5b93ef914

View File

@@ -1,14 +1,8 @@
List of classes which should use their native GTK+ equivalents but don't:
- wxSearchCtrl
Should use GtkSearchEntry (GTK+ 3.6+)
- wxStatusBar:
Problem with multiple fields, GtkStatusbar only seems to support one pane
- wxTreeCtrl
Ryan Norton has implemented this
- wxListCtrl
Could be reimplemeted in terms of wxDataViewCtrl?
@@ -19,9 +13,5 @@ List of classes which should use their native GTK+ equivalents but don't:
supports both and can even change orientation at
runtime.
- wxDatePickerCtrl
- wxCalendarCtrl
Use GtkCalendar
- wxWizard
Can GtkAssistant be used?