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
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
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
> 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
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
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
> > >
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
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