https://bugs.documentfoundation.org/show_bug.cgi?id=108458
--- Comment #34 from Jim Raykowski <[email protected]> ---
(In reply to Heiko Tietze from comment #33)
> Please give me a code pointer how to show the quickhelp depending on the
> treeview content under the cursor. Tried to enhance weld.hxx and also to put
> connect_help() at SvxConfigDialog constructor. Nothing works ;-(
Hi Heiko,
Here is a code-pointer: https://gerrit.libreoffice.org/#/c/84555/
You just need to add what you want to have displayed in the help message in the
IMPL_LINK(CuiConfigFunctionListBox, DoRequestHelp, const weld::TreeIter&,
rIter, OUString).
The patch should probably be broken into two parts. The part that makes custom
tool tips work for TreeView and the part that connects query tooltip signal to
the TreeView in CuiConfigFunctionListBox along with setting has_tooltip true
for the TreeView to let custom tooltips be used.
--
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