<?xml version="1.0" encoding="UTF-8"?>

<?context-directive job ctxfile x-setups.ctx ?>

<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">

    <cd:command name="useexternalrendering" level="system" category="pdf" file="scrn-wid.mklx">
        <cd:arguments>
            <cd:resolve name="keyword-name"/>
            <cd:resolve name="keyword-name"/>
            <cd:resolve name="keyword-file"/>
            <cd:keywords>
                <cd:constant type="auto"/>
                <cd:constant type="embed"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="setinternalrendering" level="system" category="pdf" file="scrn-wid.mklx">
        <cd:arguments>
            <cd:resolve name="keyword-name"/>
            <cd:keywords>
                <cd:constant type="auto"/>
                <cd:constant type="embed"/>
            </cd:keywords>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="definerenderingwindow" level="style" category="pdf" file="scrn-wid.mklx">
        <cd:arguments>
            <cd:resolve name="keyword-name"/>
            <cd:resolve name="keyword-name-optional"/>
            <cd:assignments list="yes" optional="yes">
                <cd:inherit name="setuprenderingwindow"/>
            </cd:assignments>
        </cd:arguments>
    </cd:command>

    <cd:command name="setuprenderingwindow" level="style" category="pdf" file="scrn-wid.mklx">
        <cd:arguments>
            <cd:resolve name="keyword-name-list-optional"/>
            <cd:assignments list="yes">
                <cd:parameter name="openpageaction">
                    <cd:constant type="cd:reference"/>
                </cd:parameter>
                <cd:parameter name="closepageaction">
                    <cd:constant type="cd:reference"/>
                </cd:parameter>
                <cd:inherit name="setupframed"/>
            </cd:assignments>
        </cd:arguments>
    </cd:command>

    <cd:command name="placerenderingwindow" level="style" category="pdf" file="scrn-wid.mklx">
        <cd:arguments>
            <cd:resolve name="keyword-name"/>
            <cd:resolve name="keyword-name-optional"/>
        </cd:arguments>
    </cd:command>

</cd:interface>
