Dear All,
I have many puzzles as a newer in gtk develop field,hope can get helps from
you ,thanks firstly。
Now, I have a problem about gtk_tree: If I used gcc to compile a tree.c, it
correct! But if I changed the file name to tree.cpp and used g++ to compile it,
there will appear
日期: 2009年2月27日 22:55
收件者: Andy2_Cao(曹烈安_PSH)
副本: gtk-app-devel-list@gnome.org
主旨: Re: Help:About Gtk_tree
On Fri, 2009-02-27 at 17:16 +0800, andy2_...@pegatroncorp.com wrote:
> Dear All,
>
>
>
> I have many puzzles as a newer in gtk develop field,hope can get helps
>
Hi All,
I want to hide the main window when I clicked the minimized button, and
show it when clicked system tray icon.
But, when I clicked tray icon, the window only can keep in minimized
state, and I hope it become normal state immediately when I clicked tray icon.
How