Re: Learning Glade

2008-09-26 Thread Murray Cumming
On Fri, 2008-09-26 at 02:31 -0400, Ruben Safir wrote: > On Mon, Apr 28, 2008 at 08:01:13PM +0200, Luis Menina wrote: > > If you have a recent version of GTK+ (>= 2.12), just go with GtkBuilder > > instead of libglade: this is the way things should be done nowadays, if > > you create a simple inte

Re: Learning Glade

2008-09-25 Thread Ruben Safir
On Mon, Apr 28, 2008 at 08:01:13PM +0200, Luis Menina wrote: > If you have a recent version of GTK+ (>= 2.12), just go with GtkBuilder > instead of libglade: this is the way things should be done nowadays, if > you create a simple interface (GtkBuilder is still young). > > You can design your gr

Re: Learning Glade

2008-04-28 Thread Luis Menina
If you have a recent version of GTK+ (>= 2.12), just go with GtkBuilder instead of libglade: this is the way things should be done nowadays, if you create a simple interface (GtkBuilder is still young). You can design your graphical interface with glade, or gazpacho, or any tool that will produ

Re: Learning Glade

2008-04-26 Thread Carlos Pereira
> However, I feel it will be easier for me to write graphical applications > with an interface designer. The GNOME Library > (http://library.gnome.org/ ) wasn't very useful and I haven't been able > to find any decent, up-to-date tutorials on Glade. > GTK Forums have several examples with C and

Re: Learning Glade

2008-04-26 Thread Patrick Braga
Thanks - the code included in those docs seem helpful. I'll try them out. On Sat, 2008-04-26 at 09:51 -0300, Tristan Van Berkom wrote: > On Sat, Apr 26, 2008 at 7:47 AM, Patrick Braga > <[EMAIL PROTECTED]> wrote: > [...] > > > On 26/04/2008, Patrick Braga <[EMAIL PROTECTED]> wrote: > > > > Hi, I

Re: Learning Glade

2008-04-26 Thread Tristan Van Berkom
On Sat, Apr 26, 2008 at 7:47 AM, Patrick Braga <[EMAIL PROTECTED]> wrote: [...] > > On 26/04/2008, Patrick Braga <[EMAIL PROTECTED]> wrote: > > > Hi, I'm a relative newcomer to GTK+ programming, but I've been using > > > GNU/Linux for about a year and a half, know it pretty well, and am > > >

Re: Learning Glade

2008-04-26 Thread Patrick Braga
Well, I can figure out how to use Glade, but after I have a .glade file, how do I use it in my program? On Sat, 2008-04-26 at 17:17 +0800, Alvis Koon wrote: > Hi, > > glade by itself is quite self-explanatory. > Try glade2, even easier. > > Just begin with vbox and hbox and put widgets there, th

Learning Glade

2008-04-25 Thread Patrick Braga
Hi, I'm a relative newcomer to GTK+ programming, but I've been using GNU/Linux for about a year and a half, know it pretty well, and am enjoying writing applications for it. However, I feel it will be easier for me to write graphical applications with an interface designer. The GNOME Library (http