initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
17
libs/wxWidgets-3.3.1/docs/gtk/nonnative.txt
Normal file
17
libs/wxWidgets-3.3.1/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
|
||||
|
||||
- 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 orientation at
|
||||
runtime.
|
||||
|
||||
- wxWizard
|
||||
Can GtkAssistant be used?
|
||||
Reference in New Issue
Block a user