id *onMouseDown<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/DialogBox.html#onMouseDown%28com.google.gwt.user.client.ui.Widget,%20int,%20int%29> *(Widget<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Widget.html> sender, int x, int y) Fired when the user depresses the mouse button over a widget. void *onMouseEnter<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/DialogBox.html#onMouseEnter%28com.google.gwt.user.client.ui.Widget%29> *(Widget<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Widget.html> sender) Fired when the mouse enters a widget's area. void *onMouseLeave<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/DialogBox.html#onMouseLeave%28com.google.gwt.user.client.ui.Widget%29> *(Widget<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Widget.html> sender) Fired when the mouse leaves a widget's area. void *onMouseMove<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/DialogBox.html#onMouseMove%28com.google.gwt.user.client.ui.Widget,%20int,%20int%29> *(Widget<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Widget.html> sender, int x, int y) Fired when the user moves the mouse over a widget. You have to override them yourself seeing as how it doesn't have support for this.
On Wed, Apr 15, 2009 at 4:08 PM, darkflame <[email protected]> wrote: > > umm..what the title says ;) > > I just want to trigger some realignment of stuff when the user stops > dragging. > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
