attempt a doc change
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
bb88c3bdc0
commit
2613151b83
2
geom.go
2
geom.go
|
@ -45,6 +45,7 @@ type Size struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
```go
|
||||||
Horizontal means layout widgets like books on a bookshelf
|
Horizontal means layout widgets like books on a bookshelf
|
||||||
|
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
@ -66,6 +67,7 @@ type Size struct {
|
||||||
----------
|
----------
|
||||||
| Widget |
|
| Widget |
|
||||||
----------
|
----------
|
||||||
|
```
|
||||||
*/
|
*/
|
||||||
type Orientation int
|
type Orientation int
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue