Re: Command Window with MSVC++ GTK apps

2006-10-04 Thread Alan M. Evans
On Tue, 2006-10-03 at 16:19, Christopher Backhouse wrote: Lots of my code has this at the top of it #pragma comment(linker, /subsystem:\windows\ /entry:\mainCRTStartup\) //Kill console window I got it off the internet somewhere. I assume the unrecognised pragma will be ignored by every

Re: [Fwd: VTE question]

2006-10-04 Thread Behdad Esfahbod
On Thu, 2006-09-28 at 14:24 +0200, Major Csaba wrote: On Mon, 2006-09-25 at 13:31 -0400, Behdad Esfahbod wrote: Without showing us your code how can one help? Yes, you're right. I attach the patch for the widget, but I'm not a C expert so don't slag off the code, please :) Does

Obtaining area needed to render a text

2006-10-04 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.

Re: Obtaining area needed to render a text

2006-10-04 Thread John Cupitt
On 10/4/06, Gustavo Cipriano Mota Sousa [EMAIL PROTECTED] wrote: 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