[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: DND for button or label
|
The general approach for dragging controls/widgets is demonstrated in
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet91.java?view=co .
You are responsible for recreating the new control/widget appropriately at
the drop location.
Grant
"Martin Jedlièka" <jedlicka@xxxxxxx> wrote in message
news:ftso90$jkq$1@xxxxxxxxxxxxxxxxxxxx
> How make I DND for button or label (with image) ??
>
> I have on the compostite some label (with image), over label is button
> and I need to moving button on other location (holpen DND).
>
> How?
>
> Thak you.
>
> M.