Re: Problem about create gtk program on Windows

2007-03-31 Thread Tor Lillqvist
Kun Niu writes: > If so, how to? Use the -mwindows switch when linking (GNU linker, i.e. gcc) or the -subsystem:windows switch when linking (Microsoft linker). This is not GTK+ specific. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gno

Re: Native character isn't supported by gtk+.

2007-03-31 Thread Samuel Cormier-Iijima
I remember I had this problem on Windows a while back. Make sure that pango is installed correctly; also, try running the application in a console window to see if it gives any error messages... Samuel On 4/1/07, Kun Niu <[EMAIL PROTECTED]> wrote: > Dear all, > > I'm trying to use glade for my de

Native character isn't supported by gtk+.

2007-03-31 Thread Kun Niu
Dear all, I'm trying to use glade for my desktop application designer. I set the text on the button and the window title as my own language. I generated the code and compiled with visual studio 2003. The window title looks nice.:) But the text on the button appears to be two squares. Both of the s

Re: Can A Drawable Canvas Receive Key Events?

2007-03-31 Thread Mike Melanson
Tristan Van Berkom wrote: > Did you add the events to the event mask before the widget was > realized ? > > Does the widget in question have keyboard focus at the time > you want to recieve the keyboard events ? > > Is the widget in question marked to be focus-capable ? > (i.e. the can-focus bit/

Re: GtkWidget CList problem.

2007-03-31 Thread Gabriel Schulhof
On Sat, 2007-03-31 at 05:16 -0500, Anthony Lamantia wrote: > I am having a small problem with the CList widget GtkCList is deprecated. Use a GtkTreeView. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/list

Re: Re: Problem about create gtk program on Windows

2007-03-31 Thread Kun Niu
Thank you all for your detailed reply. I've solved the problem successfully.:) Thanks again. Sincerely, Kun 2007/3/31, Vincent Geddes <[EMAIL PROTECTED]>: > > Hello Kun Niu > > On Sat, 2007-03-31 at 20:35 +0800, Kun Niu wrote: > > Dear all, > > > > I'm new in gtk field on Win32 platform, > > B

Re: Problem about create gtk program on Windows

2007-03-31 Thread Vincent Geddes
Hello Kun Niu On Sat, 2007-03-31 at 20:35 +0800, Kun Niu wrote: > Dear all, > > I'm new in gtk field on Win32 platform, > But I've got the following problem > I successfully created a gtk program and it runs well. > But each time I run the command, a black command line window appear on my > scree

Problem about create gtk program on Windows

2007-03-31 Thread Kun Niu
Dear all, I'm new in gtk field on Win32 platform, But I've got the following problem I successfully created a gtk program and it runs well. But each time I run the command, a black command line window appear on my screen. Can I disable the black command window? If so, how to? Sorry to trouble. An

GtkWidget CList problem.

2007-03-31 Thread Anthony Lamantia
Him I am having a small problem with the CList widget, i'm sure that someone/anyone who has used the widget in the past has run into it.. more or less after i call gtk_clist_append() the elements in the clist are not updated until i click on one of the lables, i've tried quite a few methods of r