Re: A new application builder for the GTK

2000-09-04 Thread Oliver Singla
--- Drazen Kacar <[EMAIL PROTECTED]> wrote: > Oliver Singla wrote: > > > To describe a new widget, I have choosen to go > with a > > table (populated to describe resources available > for > > the widget) vs. other methods (custom widget as in > > > Glade, for example). > > Would it be possible

Re: A new application builder for the GTK

2000-08-30 Thread Drazen Kacar
Oliver Singla wrote: > To describe a new widget, I have choosen to go with a > table (populated to describe resources available for > the widget) vs. other methods (custom widget as in > Glade, for example). Would it be possible to add some Xt code to the application and then use X resources to

A new application builder for the GTK

2000-08-30 Thread Oliver Singla
Hi, I am currently working on a free application builder for the GTK. Lo Gafet (LG) produce C source code itself. Interaction with Widgets is mainly done by settings resources and not using functions, when this is possible. Actually, the generated code often does not use any other functions th