Re: Command Window with MSVC++ GTK apps

2006-10-04 Thread Michael Torrie
On Tue, 2006-10-03 at 20:58 -0400, Allin Cottrell wrote: > Use Mingw gcc with the -mwindows flag. Yes mingw gcc on windows will create a non-console application with only a main() just fine. No WinMain required. > > Allin Cottrell > ___ > gtk-app-deve

Changing the color od a widget

2006-10-04 Thread Steven Boyls
Hi, I'd like to know if there is a way to change/set the color of a widget. All default colors seem to be a dull gray color. I'd like to make my application more visually appealing. Thanks for any help, Steve ___ gtk-app-devel-list mailing list gtk-a

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

Integration with other toolkits and languages

2006-10-04 Thread Gustavo Cipriano Mota Sousa
What I want is to run a tcl/tk application as a notebook tab in my application. Is it possible? If so, anyone could point me how it could be done? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-

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: [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 :) > > > >

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 ignor