1
0
Fork 0

generic one-button message dialog. Used for screenshot and browser help

confirmation and other message boxes. Message and button text are filled
in by the calling code.
This commit is contained in:
mfranz 2005-10-20 12:44:11 +00:00
parent 26f56da5c7
commit 8e281e4f33

24
gui/dialogs/message.xml Normal file
View file

@ -0,0 +1,24 @@
<?xml version="1.0"?>
<!--
generic one-button-message; MESSAGE and BUTTONTEXT are
to be filled in before displaying. Used for the screenshot
message and others.
-->
<PropertyList>
<name>message</name>
<modal>true</modal>
<layout>vbox</layout>
<default-padding>15</default-padding>
<text>
<label>MESSAGE</label>
</text>
<button>
<legend>BUTTONTEXT</legend>
<default>true</default>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>