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
Post a Comment