Skip to content

Commit

Permalink
Container example correction2
Browse files Browse the repository at this point in the history
  • Loading branch information
rasatpc committed May 22, 2024
1 parent 0ab5f6e commit 2464ed2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Binary file modified Wiki/Panels/Container/container.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions Wiki/Panels/Container/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ requested 3 `rows`.
![image](6-size-buttons.png)

{% fvwm2rc %}
*Expl-2: (Container(Columns 4, Rows 4))
*Expl-2: (Container(Rows 4, Columns 4))
*Expl-2: (1x2, Title "1")
*Expl-2: (2x2, Title "2")
*Expl-2: (1x3, Title "3")
Expand All @@ -91,17 +91,23 @@ Different command buttons, `Panel` that opens and closes a row of icons or apps,
container.png){:.d-block .mx-auto .img-fluid}

{% fvwm2rc %}
*Expl-3: (Container(Columns 4))
*Expl-3: (2x2, Panel(left, indicator 48) \
DestroyModuleConfig Expl-3: *
*Expl-3: Geometry 160x240-0+0

*Expl-3: (Container(Columns 4, Frame 1))
*Expl-3: (2x2, Panel(left, steps 6, indicator 48) \
"IconButtons" 'Module FvwmButtons IconButtons')
*Expl-3: (1x1, Icon /move.png, Action Move)
*Expl-3: (1x1, Icon /exit.png, Action Quit)
*Expl-3: (1x1, Icon /quit.png, Action Quit)
*Expl-3: (1x1, Icon /resize.png, Action Resize)
*Expl-3: (1x1, Icon /close.png, Action Close)

*Expl-3: (2x2, Title "calendar", Action(Mouse 1) 'Exec exec Calendar.sh')
*Expl-3: (2x2, Title "calendar", Icon /cal.png, \
Action(Mouse 1) 'Exec exec Calendar.sh')
*Expl-3: (2x2, Title "xclock", Swallow "xclock" 'Exec exec xclock')

*Expl-3: (4x2, Swallow "PagerBar" 'FvwmPager PagerBar * *')
*Expl-3: (End)

AddToFunc StartFunction I Module FvwmButtons Expl-3
{% endfvwm2rc %}

0 comments on commit 2464ed2

Please sign in to comment.