[hafqa] [hafqa] [Bug 1060] thumb-events not working
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Thu Feb 15 17:53:49 EET 2007
- Previous message: [hafqa] [Bug 1066] New: Long labels break GtkNotebook
- Next message: [hafqa] [Bug 400] HildonNumberEditorErrorType values should be namespaced.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=1060 ------- Additional Comments From tommi.komulainen at nokia.com 2007-02-15 17:53 ------- Tapani, why didn't you comment here? :) --------------------------------------------------------------------- This line here disables thumb for TN menu : if (!GTK_WIDGET_NO_WINDOW (widget)) It's in gtkwidget's realize ... so gtk_widget_set_extension_events_internal never gets called. There in _internal is loop going through child windows but ... it won't help since here we already declare that no window -> no thumby. Commenting this I got TN menu to work! So ... thumby works for widgets that have own window. It also works in my testcase that uses togglebutton (which does not have window but some parent has ... ) but in TN case it won't work. Current TN's button is deriving from togglebutton (new hildon-desktop will have more complicated structures where the initial widget is gtkbin). -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1066] New: Long labels break GtkNotebook
- Next message: [hafqa] [Bug 400] HildonNumberEditorErrorType values should be namespaced.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]