Tuesday, October 03, 2006

glade(interface designer for C)

Hey Guys,

A Interface designer which produces code in C was something which I have
been searching for a long time. I found a application which I sense is a
Great Tool which enables Interface Designing in GTK+

Glade is a free user interface builder for GTK+
and GNOME , released under the GNU GPL License
.

The user interfaces designed in Glade are saved as XML, and by using the
libglade library these can
be loaded by applications dynamically as needed. (Glade can also
generate C code, though this isn't recommended for large applications.)

By using libglade, Glade XML files can be used in numerous programming
languages including C, C++, Java, Perl, Python, C#, Pike, Ruby, Haskell,
Objective Caml and Scheme. Adding support for other languages is easy too.

extracted from the GLADE site
http://glade.gnome.org/

Search for "glade" in Synaptic and install, then ur ready to design
GUI's
if the cache doesn't work you can install the 3 files attached here..

But you will have to learn a bit about programming in GTK to make full
use of this.

Lets Start making cool Interfaces..

All the best

glade_2.12.1-1ubuntu5_i386.deb
404K Download

glade-2_2.12.1-1ubuntu5_all.deb
102K Download

glade-common_2.12.1-1ubuntu5_all.deb
150K Download

1 comment:

Suranjith said...
This comment has been removed by a blog administrator.

State Machine implementation for Spring Boot Project

Well I do not write a lot about it. You have plenty of resources to read about it. The behavior of state machines can be observed in many d...