Fixed: Added an application description at the top of the window

This commit is contained in:
Martin Carlberg
2018-01-09 13:43:09 +01:00
parent 9f25743b4d
commit 2403f8833a
2 changed files with 26 additions and 10 deletions
File diff suppressed because one or more lines are too long
@@ -289,17 +289,17 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView misplaced="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="pkG-9p-L1p">
<rect key="frame" x="20" y="20" width="235" height="533"/>
<rect key="frame" x="20" y="20" width="235" height="424"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" heightSizable="YES"/>
<clipView key="contentView" id="EiI-ee-zCR">
<rect key="frame" x="1" y="1" width="218" height="531"/>
<rect key="frame" x="1" y="1" width="218" height="422"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="nUr-pg-zDx">
<rect key="frame" x="0.0" y="0.0" width="218" height="531"/>
<rect key="frame" x="0.0" y="0.0" width="218" height="422"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="218" height="531"/>
<size key="minSize" width="218" height="422"/>
<size key="maxSize" width="463" height="10000000"/>
<color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<connections>
@@ -314,19 +314,19 @@
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="KgG-pv-JKw">
<rect key="frame" x="219" y="1" width="15" height="531"/>
<rect key="frame" x="219" y="1" width="15" height="422"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
<scrollView misplaced="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="oV3-St-RDT">
<rect key="frame" x="286" y="67" width="552" height="486"/>
<rect key="frame" x="286" y="67" width="552" height="377"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="4G8-Fm-Isb">
<rect key="frame" x="1" y="0.0" width="550" height="485"/>
<rect key="frame" x="1" y="0.0" width="550" height="376"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" autosaveName="NotificationStatistics" rowSizeStyle="automatic" headerView="7tf-PJ-zK5" viewBased="YES" id="2KG-kQ-cpM">
<rect key="frame" x="0.0" y="0.0" width="550" height="462"/>
<rect key="frame" x="0.0" y="0.0" width="550" height="353"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
@@ -471,9 +471,22 @@
<action selector="resetStatistics:" target="450" id="HJn-kg-XwG"/>
</connections>
</button>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" id="obI-bJ-c88">
<rect key="frame" x="18" y="460" width="822" height="99"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" allowsUndo="NO" sendsActionOnEndEditing="YES" id="p4W-vb-EYI">
<font key="font" metaFont="system"/>
<string key="title">This test application will track delegate methods and notification messages from the CPTextView to the left below.
 
The Call order column tells in which order they are called. It is an increasing global number for each call to a delegate method or notification message.
The Number of calls column show how many times this method or message has been sent.</string>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
<point key="canvasLocation" x="-21" y="-228"/>
<point key="canvasLocation" x="-21" y="-228.5"/>
</window>
<customObject id="450" customClass="AppController">
<connections>