<?xml version="1.0" encoding="UTF-8"?>
<!--
    DBGNSWindowController.inspector
    DebuggerUI
 
    Created by Sebastian Fischer on 05/02/17.
    Copyright 2017 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Content Contr.">
            <property type="dbg-class-name" placeholder="Loading…" keyPath="inspectedObjectsController.selection.object.contentViewController" editable="NO" />
        </sliver>
        <sliver title="Window">
            <property type="dbg-class-name" placeholder="Loading…" keyPath="inspectedObjectsController.selection.object.window" editable="NO" />
        </sliver>
        <sliver title="Document">
            <property type="dbg-class-name" placeholder="Loading…" keyPath="inspectedObjectsController.selection.object.document" editable="NO" />
        </sliver>
    </section>
    <section>
        <sliver title="State">
            <property type="dbg-enumeration" keyPath="inspectedObjectsController.selection.object.isWindowLoaded">
                <option-group>
                    <option title="Window Is Not Loaded" value="0"/>
                    <option title="Window Is Loaded" value="1"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Autosave">
            <property type="string" keyPath="inspectedObjectsController.selection.object.windowFrameAutosaveName" placeholder="Loading…" editable="NO" />
        </sliver>
    </section>
    <section>
        <sliver title="Behavior">
            <property type="dbg-enumeration" keyPath="inspectedObjectsController.selection.object.shouldCascadeWindows">
                <option-group>
                    <option title="Should Cascade Windows OFF" value="0"/>
                    <option title="Should Cascade Windows ON" value="1"/>
                </option-group>
            </property>
        </sliver>
        <sliver>
            <property type="dbg-enumeration" keyPath="inspectedObjectsController.selection.object.shouldCloseDocument">
                <option-group>
                    <option title="Should Close Document OFF" value="0"/>
                    <option title="Should Close Document ON" value="1"/>
                </option-group>
            </property>
        </sliver>
    </section>
    <section title="Window Nib">
        <sliver title="Name">
            <property type="string" keyPath="inspectedObjectsController.selection.object.windowNibName" editable="NO"/>
        </sliver>
        <sliver title="Path">
            <property type="string" keyPath="inspectedObjectsController.selection.object.windowNibPath" editable="NO"/>
        </sliver>
    </section>
    <section>
        <sliver title="Description">
            <property type="string" keyPath="inspectedObjectsController.selection.object.inspectedDebugDescription" editable="NO"/>
        </sliver>
    </section>
</slice>
