https://bugs.documentfoundation.org/show_bug.cgi?id=98640
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTOURBUG --- Comment #1 from Caolán McNamara <[email protected]> --- We could listen to show-help or key-press-event for right click context menus because we create that menu directly. We could also do that for the menubar, but we cannot do that for the menus created from the menubar because that is all handled by gtk itself and we don't know anything that happens inside those menus except what we get told via the GActionGroup interface. So it seems to me that there only way would be to add support in gtk/gio itself in GActionGroup to have some sort of additional g_action_group_show_help_action interface. I've submitted something I think would work to later let gtk shovel show-help requests on the menu/menubar widgets through GActionGroup and then we could implement that in our side of that to launch our help for them. https://bugzilla.gnome.org/show_bug.cgi?id=763601 close this as their bug until something becomes available for us to use -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
