<!-- Window for editing data. -->
<window title="StemBuilder Data Editor" name="data-edit" 
   position="center" ondelete="hide_window" visible="false">
    <scrollwindow border="4" expand="true" width="500" height="400">
      <text name="data-edit" editable="true"> </text>
    </scrollwindow>
    <halign>
      <button label="OK" onclick="ok_data_edit" 
       tooltip="Save data and close this dialog." />
      <button label="cancel" onclick="cancel_data_edit" 
       tooltip="Discard changes and close this dialog." />
    </halign>
</window>


