Re: [java-gnome-hackers] org.gnome.gdk.EventButton.getX()/getY(): double vs int
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-10-08 07:03:26
|
Informed participation, great! On Wed, 2008-10-08 at 01:13 -0400, Srichand Pendyala wrote: > There certainly are useful applications where doubles rather than ints > would be useful... The consensus is clearly to leave it as double. [Now that I think about it, doubles line up with Cairo space, so hey.] In any event, the bar to diverge from underlying API is high and clearly not being met (anymore) in this case. So I don't object. So which one of you who wants it double is going to fix it? :) Make sure you add some casts to the example at TreeView's getPathAtPos() as well. http://java-gnome.sourceforge.net/4.0/doc/api/org/gnome/gtk/TreeView.html#getPathAtPos(int,%20int) AfC Sydney |