diff --git a/docs/gtk/nonnative.txt b/docs/gtk/nonnative.txt index 011712dfff..3c24a56e6e 100644 --- a/docs/gtk/nonnative.txt +++ b/docs/gtk/nonnative.txt @@ -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?