]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/gtk/nonnative.txt
Use library-specific description in their version resources for MSW DLLs.
[wxWidgets.git] / docs / gtk / nonnative.txt
index 6c6a5a918744e643cc4c9dcfd2a0ec9d1789e7be..92756c77892bfdd288f98338e8b18b6da109ee1e 100644 (file)
@@ -1,13 +1,23 @@
 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?
 
 - wxSplitterWindow
+    Not possible because GTK's GtkHPane and GtkVPane
+    only support either horizontal or vertical panes
+    (therefore their names) whereas wxSplitterWindow
+    supports both and can even change orientiation at
+    runtime.
 
 - wxDatePickerCtrl
 - wxCalendarCtrl