From a5b93ef9148bdf5690d053d51040623e886e8136 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 30 Nov 2020 22:34:37 +0100 Subject: [PATCH] Remove controls implemented natively from "non-native" list Both GtkSearchEntry and GtkCalendar are used in wxGTK whenever possible. --- docs/gtk/nonnative.txt | 10 ---------- 1 file changed, 10 deletions(-) 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?