Help:About Gtk_tree

2009-02-27 Thread andy2_cao
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

回覆: Help:About Gtk_tree

2009-03-06 Thread andy2_cao
日期: 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 >

回覆: gtk-app-devel-list Digest, Vol 62, Issue 6

2009-06-09 Thread andy2_cao
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