mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 18:35:34 +00:00
@@ -80,7 +80,7 @@ func ExampleFlex() {
|
|||||||
|
|
||||||
// Output:
|
// Output:
|
||||||
// Rigid: {0 100}
|
// Rigid: {0 100}
|
||||||
// 50%: {0 45}
|
// 50%: {45 45}
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExampleStack() {
|
func ExampleStack() {
|
||||||
@@ -103,7 +103,7 @@ func ExampleStack() {
|
|||||||
stack.Layout(gtx, child1, child2)
|
stack.Layout(gtx, child1, child2)
|
||||||
|
|
||||||
// Output:
|
// Output:
|
||||||
// Expand: {{50 50} {50 50}}
|
// Expand: {{50 100} {50 100}}
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExampleList() {
|
func ExampleList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user