@@ -12,22 +12,20 @@ description: |
12
12
{: toc }
13
13
14
14
This example, I call "Key Panel" because the ` Container's ` unique options can
15
- be formed into any size, shape and number of buttons. ` FvwmButtons ` to control
15
+ be formed into any pattern, size and number of buttons. ` FvwmButtons ` to control
16
16
many of my functions and application selection in one place.
17
17
18
18
## Actions
19
19
20
- ` Containers ` are spaces defined that can span multiple ` rows ` and ` columns ` or
20
+ ` Containers ` are defined spaces that span multiple ` rows ` and ` columns ` or
21
21
subdivide a row or column into more rows or columns. This can be useful for
22
- instance if one wants to allocate a certain percentage of space to an element.
23
- Say one wants to ` swallow ` an XClock and allocate 100% of the width and 80% of
24
- the height to the XClock. This can be defined as such:
22
+ instance if one wants to allocate a certain space to elements. Say one wants
23
+ to ` swallow ` an Xclock and Xosview. This can be defined as such:
25
24
26
25
{% fvwm2rc %}
27
- * FvwmButtons: Rows 5
28
- * FvwmButtons: Columns 1
29
- * FvwmButtons: (1x4, Container)
30
- * FvwmButtons: (Swallow "xclock" 'Exec exec xclock')
26
+ * FvwmButtons: (Container(Rows 2, Columns 1)
27
+ * FvwmButtons: (1x1, Swallow "xclock" 'Exec exec xclock')
28
+ * FvwmButtons: (1x1, Swallow "xosview" 'Exec exec xosview')
31
29
* FvwmButtons: (End)
32
30
{% endfvwm2rc %}
33
31
@@ -93,7 +91,7 @@ Different command buttons, `Panel` that opens and closes a row of icons or apps,
93
91
container.png){:.d-block .mx-auto .img-fluid}
94
92
95
93
{% fvwm2rc %}
96
- * Expl-3: (2x2, Container(Columns 4))
94
+ * Expl-3: (Container(Columns 4))
97
95
* Expl-3: (2x2, Panel(left, indicator 48) \
98
96
"IconButtons" 'Module FvwmButtons IconButtons')
99
97
* Expl-3: (1x1, Icon /move.png, Action Move)
0 commit comments