[Glade-devel] XUL and Glade - Some more ideas and links
Olexiy Avramchenko
olexiy@irtech.cn.ua
Thu, 08 Apr 2004 18:27:37 +0300
Dan Winship wrote:
>But there's no reason to hand code a glade file. If you want to code the
>UI by hand, you can just write out the Gtk calls in C (or python or
>whatever). The point of glade is just to be a graphical way of
>generating a description of the layout of a bunch of Gtk widgets.
>
Glade text/xml format saved my ass at least twice - when I fixed UI with
a text editor
in few mins. For development you need to have a number of packages to be
installed,
from gcc to libglade - its easy to develop on desktop, but almost
impossible on box
with small drive.
Olexiy