Skip to content

Commit f0f323f

Browse files
authored
Update README with useful methods for dsp
Added useful methods section with examples for dsp.
1 parent 4e541d4 commit f0f323f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ Metacello new
1515
repository: 'github://pharo-graphics/CoypuIDE:master';
1616
load.
1717
```
18+
19+
Useful methods
20+
```smalltalk
21+
"Display the full UI for a valid dsp"
22+
aDsp displayUI
23+
24+
"open a widget for a given parameter"
25+
aDsp openWidgetFor: #aParameter
26+
```

0 commit comments

Comments
 (0)