From 14e9ff98e683a46d71e2fe19306f2c26086ddb21 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 28 Aug 2006 08:29:03 +0000 Subject: [PATCH] More comments about non-native GTH widgets. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/gtk/nonnative.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/gtk/nonnative.txt b/docs/gtk/nonnative.txt index 6c6a5a9187..5b0e47decf 100644 --- a/docs/gtk/nonnative.txt +++ b/docs/gtk/nonnative.txt @@ -4,10 +4,17 @@ List of classes which should use their native GTK+ equivalents but don't: 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 -- 2.45.2