From fb8bf382fbd17be5fa64f3fbf081cfadac9772cc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Aug 2006 15:19:39 +0000 Subject: [PATCH] started making the list of widgets not implemented natively in wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/gtk/nonnative.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/gtk/nonnative.txt diff --git a/docs/gtk/nonnative.txt b/docs/gtk/nonnative.txt new file mode 100644 index 0000000000..6c6a5a9187 --- /dev/null +++ b/docs/gtk/nonnative.txt @@ -0,0 +1,17 @@ +List of classes which should use their native GTK+ equivalents but don't: + +- wxStatusBar: + Problem with multiple fields, GtkStatusbar only seems to support one pane + +- wxTreeCtrl +- wxListCtrl + Could be reimplemeted in terms of wxDataViewCtrl? + +- wxSplitterWindow + +- wxDatePickerCtrl +- wxCalendarCtrl + Use GtkCalendar + +- wxWizard + Can GtkAssistant be used?