get_num_response allow pass choice names

This commit is contained in:
2025-02-08 20:42:15 -06:00
committed by Celtic Minstrel
parent 9b513068bd
commit 392ad5eac0
3 changed files with 13 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='okay'>
<field name="number" type='int' top='33' left='90' width='75' height='16'/>
<button name='choose' type='regular' relative='pos neg' rel-anchor='prev' top='3' left='5'>Choose</button>
<pict type='dlog' num='2' top='8' left='8'/>
<text name='prompt' size='large' top='8' left='49' width='193' height='16'>How many?</text>
<button name='okay' type='regular' top='63' left='141'>OK</button>