Re: Re: Can I implement such a function with gtk?

2007-04-06 Thread Kun Niu
Dear all, Thank you for your warm reply. I've successfully implemented my function. Thanks again.:) Sincerely, Kun ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Can I implement such a function with gtk?

2007-04-05 Thread Kun Niu
Dear all, I found that there's a function called gtk_window_iconify. I tried to add it to my delete_event function. It worked well for me. But I have a request that after delete_event is triggered. The minimized window should disppear from my system toolbar(for example, at the bottom of the screen

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

2007-04-01 Thread Kun Niu
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 desktop application designer. > > I set the text on the button and the window title as my own langu

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: 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, > > > &g

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