mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
labwc-action(5): describe If action <prompt>
This commit is contained in:
parent
c63d35c942
commit
8a5a04cc1a
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