mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
labwc-action(5): describe If action <prompt>
This commit is contained in:
parent
827ef53f70
commit
b1c7959010
2 changed files with 31 additions and 0 deletions
|
|
@ -65,6 +65,16 @@
|
|||
<item label="Exit">
|
||||
<action name="Exit" />
|
||||
</item>
|
||||
<!--
|
||||
# A prompt can be used as follows:
|
||||
<item label="Exit">
|
||||
<action name="If"/>
|
||||
<prompt message="Do you really want to exit the compositor?"/>
|
||||
<then>
|
||||
<action name="Exit"/>
|
||||
</then>
|
||||
</item>
|
||||
-->
|
||||
</menu>
|
||||
|
||||
<menu id="some-custom-menu">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue