Re: [gtkmm] c++ & glade



Martin Schulze wrote:
Am 2003.03.31 14:13 schrieb(en) Melanie Karabazic:


Hi,

just one simple question : how can i do to generate c++ code using glade ( or
WinGlade ) ?


You'll find the answer here:
http://home.wtal.de/petig/Gtk/

Note that autogenerating GUI code is a question of philosophy. The other
possibility is just generating an xml description file of your user interface
with glade and loading it manually from your code with the help of
libglademm (part of gnomemm). See the examples there.

Since the brand new 1.1.3f release glademm can also produce a libglade project skeleton for you (--libglade). This way you can switch between libglade(mm) and compiled in GUI any time you want.

   Christof

PS: The windows binary of glademm is broken, but the generated code works well on Windows.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]