STklos permits to easily program GUI (Graphical User Interfaces). To program a GUI, you need to install some packages which are available through the ScmPkg mechanism.
The packages can easily be downloaded through the command line with the
stklos-pkgcommand. See the ScmPkg for more information.Note: Programming a GUI in STklos can be done at several levels.
- The first level uses a simple wrapping of the GTK+ library. This wrapping is provided by the
stklos-gtk-basepackage. Programming at this level is very similar to programming a GUI in C. In particular, standard GTK+ documentation can easily be followed to build a GUI. An example of GUI using this package is given below.
This Html page has been produced by Skribe.
Last update Sat Dec 31 14:28:22 2011.