www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - about the GUI issue.

reply David Wang <osx.david live.com> writes:
Sorry, maybe this question is not so "proper", but I really want to get some
feedback, for here we have many professors about D.

Before, if D want to use the GUI, such as GTK+, we can use a "gtkD" port.
http://www.dsource.org/projects/gtkd


And when the Milestone version for GTK+ (GTK+ 3.0) formally released out,
there is a "GtkApplication" was introduced that many other language (except
C Language) can use GTK+3.0 components and GUIs.
http://library.gnome.org/devel/gtk3/3.0/index.html
http://library.gnome.org/devel/gtk3/3.0/GtkApplication.html

So, I want to know that whether our D can use this "GtkApplication" or we
can using D to produce the GUI level applications based on GTK+3.0 ?


Best regards.
David.
Feb 21 2011
parent Kagamin <spam here.lot> writes:
David Wang Wrote:

 So, I want to know that whether our D can use this "GtkApplication" or we
 can using D to produce the GUI level applications based on GTK+3.0 ?
You can do both things if you have appropriate bindings.
Feb 22 2011