<?xml version="1.0" encoding="UTF-8"?>
<!--
   IBNSPathControl.inspector
   InterfaceBuilder

   Created by Kelly Keenan on 11/25/09.
   Copyright © 2009-2018 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Path">
            <property type="string" placeholder="Path" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedPath" />
        </sliver>
        <sliver title="Placeholder">
            <property type="string" placeholder="Placeholder String" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.placeholderString" />
        </sliver>
    </section>
    <section>
        <sliver title="Style">
            <property type="enumeration" placeholder="Path Style" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.pathStyle" actionSelector="constrainBoundsOfSelectionToNearestLegalSize">
                <option-group>
                    <option title="Standard" value="0" />
                    <option title="Pop Up" value="2" />
                    <option title="Navigation Bar (Deprecated)" value="1" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Background">
            <property type="ib-named-color" defaultColorForNil="true" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.backgroundColor" />
        </sliver>
        <sliver title="Behavior">
            <property type="boolean" title="Editable" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.editable" />
        </sliver>
        <sliver title="Font">
            <property type="font" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.font" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource" title="Font" actionSelector="constrainBoundsOfSelectionToNearestLegalSize"/>
        </sliver>
    </section>
    <section>
        <sliver title="Allowed Types">
            <property type="enumeration" placeholder="Legal Types" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedAllowsAllTypes">
                <option-group>
                    <option title="Allow All" value="1" />
                    <option title="Restrict to Specified" value="0" />
                </option-group>
            </property>
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedAllowsSpecificTypes">
            <property type="array" objectType="string" defaultValue="Type" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibShadowedAllowedTypes" />
        </sliver>
    </section>
</slice>

