File: nonnative.txt

package info (click to toggle)
wxwidgets3.2 3.2.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 179,460 kB
  • sloc: cpp: 992,335; ansic: 102,143; makefile: 51,623; sh: 11,572; python: 5,590; perl: 1,563; php: 326; xml: 200; javascript: 181
file content (17 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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?