Re : Different behavior for a none decoration widget on Windows and Linux

2012-06-08 Thread Lucas Levrel
--- En date de : Lun 21.5.12, 徐舫 a écrit : > I created a none decoration widget using the following > code. > > But when I clicked the item on the Window task bar, the > widget does not > minimized to the task bar. > >     gtk_window_set_decorated (GTK_WINDOW(win), > FALSE); >     gtk_widget_

Different behavior for a none decoration widget on Windows and Linux

2012-06-04 Thread 徐舫
Hello, Could anyone can help. I created a none decoration widget using the following code. And I compiled the code on Window 7 using Mingw with GTK+ 2.24.10. Also I compiled the code on Linux using gcc (GCC) 4.4.6 with gtk2-devel-2.18.9-6.el6.x86_64. When the widget shows, there was a item appe

Different behavior for a none decoration widget on Windows and Linux

2012-05-21 Thread 徐舫
Hello, Could anyone can help. I created a none decoration widget using the following code. And I compiled the code on Window 7 using Mingw with GTK+ 2.24.10. Also I compiled the code on Linux using gcc (GCC) 4.4.6 with gtk2-devel-2.18.9-6.el6.x86_64. When the widget shows, there was a item appe