<?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="smashbox" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:resolve name="string-box"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="smashboxed" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:resolve name="string-box"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="hsmashbox" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:resolve name="string-box"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="vsmashbox" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:resolve name="string-box"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="hsmash" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="vsmash" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="hsmashed" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="vsmashed" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="smashedhbox" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:resolve name="string-boxoptions"/>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="smashedvbox" level="system" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:resolve name="string-boxoptions"/>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="smash" level="document" category="boxes" file="supp-box.mkxl">
        <cd:arguments>
            <cd:keywords optional="yes">
                <cd:constant type="w"/>
                <cd:constant type="h" default="yes"/>
                <cd:constant type="d" default="yes"/>
                <cd:constant type="t"/>
                <cd:constant type="b"/>
                <!--
                    <cd:constant type="ht"/>
                    <cd:constant type="whd"/>
                -->
            </cd:keywords>
            <cd:content/>
        </cd:arguments>
    </cd:command>

</cd:interface>
