]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxSearchCtrl to list of currently non-native wxGTK controls.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:12:12 +0000 (01:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Mar 2013 01:12:12 +0000 (01:12 +0000)
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

docs/gtk/nonnative.txt

index 5b0e47decf3012980e65f82c46d1f28214fea69d..92756c77892bfdd288f98338e8b18b6da109ee1e 100644 (file)
@@ -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