GResource + GtkImage + Glade

2012-12-29 Thread Joe Steeve
Hello all, I am rolling all my resource files (builder xml files and images) into a GResource, and linking it to my binary. I figured that glade does not know about 'resources'. So, I unlinked my images from the glade file and am load them manually by fetching from the resource. Because of this,

bar with label and two buttons

2012-12-29 Thread rastersoft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all: I want to create a bar with two buttons and a label between, but I want that both buttons have exactly the same width, no matter if one has a large text and the other a shorter one. But also I don't want to fixate the width, like using a

Re: bar with label and two buttons

2012-12-29 Thread Lance Dillon
- Original Message - From: rastersoft ras...@rastersoft.com To: GTK App Devel gtk-app-devel-list@gnome.org Cc: Sent: Saturday, December 29, 2012 6:31 PM Subject: bar with label and two buttons -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all: I want to create a

Re: glib-mkenums in glib 2

2012-12-29 Thread David Nečas
On Sat, Dec 29, 2012 at 07:13:56AM +, John Emmas wrote: 2) Along a similar vein, it looks like I need to process the module 'gio/gdbus-2.0/codegen/gdbus-codegen.in' but I don't know what program / script I need for processing it. Anything ending with .in is usually processed by configure

Re: glib-mkenums in glib 2

2012-12-29 Thread John Emmas
On 29 Dec 2012, at 09:55, David Nečas wrote: Anything ending with .in is usually processed by configure (config.status) which you obviously don't have so you must replace @VARIABLE@s with the corresponding values using whatever you have. But the only two variables present there are unused

Re: glib-mkenums in glib 2

2012-12-29 Thread John Ralls
On Dec 29, 2012, at 7:20 AM, John Emmas john...@tiscali.co.uk wrote: On 29 Dec 2012, at 09:55, David Nečas wrote: Anything ending with .in is usually processed by configure (config.status) which you obviously don't have so you must replace @VARIABLE@s with the corresponding values using

Re: glib-mkenums in glib 2

2012-12-29 Thread John Emmas
On 29 Dec 2012, at 16:41, John Ralls wrote: That's because gio/gdbus-2.0/codegen/config.py doesn't exist, but config.py.in does -- another file that needs to have its @variables@ substituted -- in this case @datarootdir@, @prefix@, and @VERSION@. This one *is* done by configure, which