<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>I set a feat request awhile ago: Bug 104169<br><br></div>Basically the idea is to change the 'arrow' mouse icon into a 'cross' when hovering over calc spreadsheet. <br><br></div>Preliminar investigation reveals that this behaviour can be well approximated if line 53 of file fudraw.cxx is changed from <br>"   aNewPointer ( PointerStyle::Arrow )," change into "    aNewPointer ( PointerStyle::Cross ),"<br><br></div>However,
 the resulting cross looks a litle bit too thin. kohei realized that 
this has to do with the fact that in LO we don't have a 'FatCross' 
PointerStyle. As kohei best explains: <br><br>"<a href="http://www.pygtk.org/pygtk2reference/class-gdkcursor.html" target="_blank">http://www.pygtk.org/<wbr>pygtk2reference/class-<wbr>gdkcursor.html</a><br> looking at this, there is supposed to be cross and crosshair.<br>and the crosshair is the skinny one, but we map that to our Cross type.<br>I think that's an error. and I don't see us mapping gtk's real 'cross' type.<br>and I bet that's the fat one."<br><br></div><div>What
 do you guys think be done? Should the PointerStyle be expanded to 
include something like PointerStyle::FatCross? Or, alternatively, should
 the naming of PointerStyle crosses be consistent with that of gtk2+ 
crosses?<br><br></div><div>Another issue is the fact that GTK3+ does not seem to offer the fat cross anymore, only the crosshair.... <a href="https://developer.gnome.org/gdk3/stable/gdk3-Cursors.html" target="_blank">https://developer.gnome.org/<wbr>gdk3/stable/gdk3-Cursors.html</a>.
 If this is true maybe we could use the crosshair when hovering over the
 grid of the spreadsheet? Send a request to GTK team to include a fat 
cross on their icon set?<br><br></div><div>In the case of GNUmeric, I think they still use GTK2+. That is why they use the fat cross for this purpose.<br><br><br></div><div>Thanks,<br></div>Nuno</div>