From: Vadim Zeitlin Date: Sun, 31 Mar 2013 01:12:12 +0000 (+0000) Subject: Added wxSearchCtrl to list of currently non-native wxGTK controls. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6b33db8f56e9848864ab217805e8322d8cac1bb5?ds=inline Added wxSearchCtrl to list of currently non-native wxGTK controls. It could be implemented using the native GtkSearchEntry in GTK+ 3. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/gtk/nonnative.txt b/docs/gtk/nonnative.txt index 5b0e47decf..92756c7789 100644 --- a/docs/gtk/nonnative.txt +++ b/docs/gtk/nonnative.txt @@ -1,5 +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