Is there a list widget in Pharo that let’s the user visually order the list items by dragging and dropping, so that the new order of items is propageted to the OrderedCollection represented by the widget?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know there is no ready made widget. There are however applications that provide such functionality, you could look at their source code.
For example in OmniBrowser the class categories can be reordered by drag and drop. And the refactoring extension contains a dialog implementation in
OBMethodNameEditorthat provides a similar re-ordering functionality for method arguments.