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
This commit is contained in:
parent
c3008402f7
commit
fb8bf382fb
17
docs/gtk/nonnative.txt
Normal file
17
docs/gtk/nonnative.txt
Normal file
@ -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?
|
Loading…
Reference in New Issue
Block a user