smalltalk - Is there a list widget in Pharo that let's the user visually order the list items? -


is there list widget in pharo let's user visually order list items dragging , dropping, new order of items propageted orderedcollection represented widget?

as far know there no ready made widget. there applications provide such functionality, @ source code.

for example in omnibrowser class categories can reordered drag , drop. , refactoring extension contains dialog implementation in obmethodnameeditor provides similar re-ordering functionality method arguments.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -