[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Widget Position According to the User Needs
|
> How can I allow the application user to change that order
If you're asking this from a user interface perspective, this is usually
done by listening for a DragDetect on a Control and then opening a Tracker
on the Control's bounds, which the user can then drag somewhere. For a
Tracker example snippet see
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet23.java?view=co .
Grant