Implement file picker load/save normal

This commit is contained in:
2025-03-01 17:48:46 -06:00
committed by Celtic Minstrel
parent f9695887ec
commit 2396637d23
9 changed files with 310 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='cancel'>
<pict type='dlog' num='23' top='9' left='9'/>
<text name='prompt' top='5' left='51' width='255' height='32'>Are you sure you want to overwrite {File}?</text>
<button name='save' type='regular' top='46' left='178'>Save</button>
<button name='cancel' type='regular' def-key='esc' top='46' left='248'>Cancel</button>
</dialog>