Help with a variable in a .pc file

2006-10-02 Thread Daniel Espinosa
Hi all Could any help me on how to get a variable value in a .pc file? I have the following values in the glade-3.pc file: catalogdir=${prefix}/share/glade3/catalogs pixmapdir=${prefix}/share/glade3/pixmaps moduledir=${exec_prefix}/lib/glade3/modules I need this variables in order to install th

Re: how to set a plain colour in a GtkImage

2006-10-02 Thread Yeti
On Mon, Oct 02, 2006 at 10:28:53PM +0200, Francesco Montorsi wrote: > I have a GtkImage which, in some cases, I need to set to the to a > plain colour (e.g. set it entirely to yellow). > > I couldn't find any function in GdkPixbuf & GTK API to do it... > > What's the smartest way to do it ?

GIOChannel and win32?

2006-10-02 Thread Tomasz Jankowski
Hi! Some time ago I created a thread on this mailing list and someone (I don't remember his name now) said, that he read on GTK+ devel list, that GIOChannel may not work under the Microsoft Windows? Is that true, or not? -- Pozdrawiam! Tom ___ gtk-app-

how to set a plain colour in a GtkImage

2006-10-02 Thread Francesco Montorsi
Hi, I have a GtkImage which, in some cases, I need to set to the to a plain colour (e.g. set it entirely to yellow). I couldn't find any function in GdkPixbuf & GTK API to do it... What's the smartest way to do it ? Thanks! Francesco Chiacchiera con i tuoi amici in tempo reale! http://i

Re: More widgets?

2006-10-02 Thread Gian Mario Tagliaretti
2006/9/29, Juan Pablo Daniel Borgna <[EMAIL PROTECTED]>: > Im looking for some widgets like meters, thermometer, tachometers... > I need it for show a numeric status in a coloured - quick to see way > > Are there any of them already been made? http://tesla.eletrica.ufpr.br/giw/ -- Gian Mario Tag

Re: GTK 2.10.x status on WIN32

2006-10-02 Thread Tor Lillqvist
Gabriele Greco writes: > I've seen GTK 2.10 is not yet distributed as "stable" for WIN32 (at > least is not in the Gimp website or in the Tor GTk-win32 page). Well, the "Tor GTk-win32 page" also says: "This webpage is not necessarily always up to date. The official GTK+ source code and Windows

Obtaining area needed to render a text

2006-10-02 Thread Gustavo Cipriano Mota Sousa
I am developing an application where I need to render some objects in a DrawingArea, among with them are some text labels. I'd like to know in advance how much area (width/height) would be needed to render a text. Also, I am using cairo to render. Anyway, thanks for the attention.

More widgets?

2006-10-02 Thread Juan Pablo Daniel Borgna
Im looking for some widgets like meters, thermometer, tachometers... I need it for show a numeric status in a coloured - quick to see way Are there any of them already been made? Saludos, Juan Pablo. -- Juan Pablo Daniel Borgna <[EMAIL PROTECTED]> Development Manager SHELLCODE, IT Solutions &

GTK 2.10.x status on WIN32

2006-10-02 Thread Gabriele Greco
I've seen GTK 2.10 is not yet distributed as "stable" for WIN32 (at least is not in the Gimp website or in the Tor GTk-win32 page). There are still major issues or I can target is as a stable platform for an application due do be released in december? Bye, Gabry

using cairo surfaces

2006-10-02 Thread Tommi Sakari Uimonen
Hello. I'm trying to create a custom container widget that holds the child widgets in a hbox (or scrollarea, after I learn how to use it). The child widgets are using cairo for the drawing, and so is the container widget. I want to optimize the container drawing since the child widgets don't alw