Make dialog labels and comboboxes also accept help clicks
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 11 Mar 2016 14:02:21 +0000 (15:02 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 11 Mar 2016 14:02:21 +0000 (15:02 +0100)
commit3267bd2d1fc60f18ac2247f84993923d4765b7af
tree676cb274bb1a1d4bea7c56b2e546181e4ddc62d9
parent2a0c8134472cbaaa52ed196d851f1ba38f8c7784
Make dialog labels and comboboxes also accept help clicks

Combobaoxes and bare labels had their own code for creating the label,
nd were not yet made sensitive to help clicks. (Which is a bit cumbersome,
as GTK does not allow attaching callbacks to label widgets, so that you
have to wrap them first into something that does.) The bare labels could
furthermore already have a callback specified (used for the clocks);
in this case, and the case of multi-line labels, no help handler is
attached.
gtk/xoptions.c