DoMEInPharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
March 3, 2023
Updated
March 3, 2023

README excerpt

# DoME In Pharo

**Paste the following code in playground and do it.**

To test the DoMESpecification class:

```smalltalk
ds := DoMESpecification new.

ds open.
```



To test the DoMELayout class:

```smalltalk
lo := DoMELayout new.

lo open. 
```



To test the Menu class:

```smalltalk
mn := Menu new.

mn topMenuTest.
```



To test the TopToolbar:

```smalltalk
ttb := TopToolbar new.

ttb open.
```

To test the LeftToolbar:

```smalltalk
ltb := LeftToolbar new.

ltb open.
```

← Back to results