[maemo-developers] Why touch event go through my window
From: Evan JIANG firstfan at gmail.comDate: Tue Feb 16 14:54:38 EET 2010
- Previous message: Why touch event go through my window
- Next message: [New Developer]: Questions - Python Packaging / Free or Non-Free / Software Licensing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Because I want the window has a white board around it. If I don't set the window type hint, the window itself will be just a pure window with no board. Even set the board width doesn't work. But for sure that I've tried to remove these code to make sure the bug is not caused by these code. And I found these code is not related to the bug. Best regards, Evan JIANG 2010/2/16 Claudio Saavedra <csaavedra at igalia.com>: > You first commented: > > El sáb, 06-02-2010 a las 23:53 +0800, Evan JIANG escribió: >> >> My panel is created with gtk_window_new (GTK_WINDOW_POPUP); > > And then said: > > El mar, 16-02-2010 a las 01:06 +0800, Evan JIANG escribió: >> >> gtk_window_set_type_hint (GTK_WINDOW (_input_window), >> GDK_WINDOW_TYPE_HINT_DIALOG); > > Why do you need to mess with the window types so much? Can you try > simplifying that? > > Claudio > > >
- Previous message: Why touch event go through my window
- Next message: [New Developer]: Questions - Python Packaging / Free or Non-Free / Software Licensing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]