Do you know any cross-platform GUI toolkit like swt for C (using default widgets in each operating system = right pics on eclipse.org/swt) ? There is an implementation of swt for D language called DWT but I need it for C or C++. Thanks.
feedback
|
|
You can read some details in that wiki. EDIT: Qt, FLTK and GTK+ use their own widgets system, i.e. they replace native windows, buttons, etc. Whereas wxWidgets provides a layer on top of native system. Hence:
EDIT2: | ||||
|
feedback
|
|
The qt framework provides crossplatform functionality: http://qt.nokia.com/products | |||
|
feedback
|
|
Take a look of wxWidgets. | |||
|
feedback
|