Prev | Current Page 928 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

call.widgetShow( [win] );
Gtk.run();
}
}
As you can see, using Glade can take out the whole monstrous monotony of configuring a GUI look and
feel from your code, while leaving a very quick and simple means to add the necessary logic.
Summary
In many ways, you have only touched on the possibilities for GUI development in haXe. Indeed, when
Xinf is finally production ready, there will probably be more powerful GUI creation capabilities than in
any other scripting language, providing another notch to haXe ??™ s belt. There is a lot that could not be
covered in this chapter, mainly because of the infancy of the tools covered, but even in this early stage,
haXe and Neko already now have the power to produce almost any application imaginable.
This chapter covered:
What options are available to the desktop applications developer
How to convert a compiled Neko script into an executable application
??‘
??‘
Chapter 17: Desktop Applications with Neko
507
What Graphical User Interface (GUI) frameworks are available for haXe and Neko
How to install the nGui and hxGtk libraries
How to use the nGui and hxGtk libraries
How to use Glade with the hxGtk library
In the next chapter, you look at building Flash - based GUI ??™ s using the SWHX library.


Pages:
916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940