Hi Tristan,
The .glad file is in the same directory as the gtk application. There
are not any problems with my path because I can double-click the gtk
application and it will run. The fact that I can double-click the app
and it runs is key to understanding this problem. What I cannot do is
launc
On Fri, 2011-01-14 at 04:36 -0500, craigbakalian wrote:
> xml = glade_xml_new ("mLilyEditor.glade", NULL, NULL);
"myLilyEditor.glade" does not mean "in the same directory as the
executable" but "in the current working directory".
Usually you define a constant from your Makefile.am (e.g.
PACKAGE
Hello people.
While updating an old program, warning messages started to appear
each time a ComboBoxEntry dropdown button was pressed:
GLib-GObject-WARNING **: gsignal.c:3081: signal name `depressed' is
invalid for instance `0x89c8e0' aborting...
This seemed innocent enough, so I tried to run th
On 13 January 2011 02:36, Matthias Clasen wrote:
> GTK+ 2.99.2 is now available for download at:
>
> ftp://ftp.gtk.org/pub/gtk/2.99/
> http://download.gnome.org/sources/gtk+/2.99/
>
> fca4b39359e7ab9532aaf826518ef5d3f6ba5174799883f8b0975783f76db4ad gtk
> +-2.99.2.tar.bz2
> 97c55a876ccf4e1f26763
On Fri, 14 Jan 2011 13:48:56 -0300
John Coppens wrote:
> Now compiling gtk+ 2.22.1...
It took a while, because for some reason the tutorial and faq would not
be generated. I had to remove them from SUBDIRS in docs/Makefile.am,
then run autogen.sh
Well, the error remains... Still get those
GLib
Hi:
I want to know if there's anyway i can animate widgets with Gtk. For
instance, I have a GtkBin with a GtkEntry container and I want to changed
for a GtkTextView on certain event, and I want the switch to be animated,
slide in/out, fade in/out, things like that.
As far as I got with Gtk2 t
A related question, one can assume that animation, when possible, is to be
done with gtk+ on top of Clutter. Then how can gtk+ programs be written to
support animation and to properly degrade on platforms where the animation
is not supported? For example, with gtk+3, can it support, on showing a