forked from pyosirix/pyosirix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyOsiriXMenuItem.xib
46 lines (46 loc) · 2.92 KB
/
pyOsiriXMenuItem.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment version="1060" defaultVersion="1090" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="pyOsiriXFilter">
<connections>
<outlet property="popUp" destination="L8O-SJ-ajr" id="PfH-KA-fgM"/>
<outlet property="pythonButton" destination="1" id="dsp-1n-047"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customView id="1">
<rect key="frame" x="0.0" y="0.0" width="59" height="49"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="9Gh-GQ-no8">
<rect key="frame" x="2" y="0.0" width="42" height="49"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="python_osirixCol" id="Ega-4f-3O3"/>
</imageView>
<popUpButton id="L8O-SJ-ajr">
<rect key="frame" x="35" y="0.0" width="24" height="19"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<popUpButtonCell key="cell" type="bevel" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" imageScaling="proportionallyDown" inset="2" pullsDown="YES" arrowPosition="arrowAtCenter" autoenablesItems="NO" altersStateOfSelectedItem="NO" selectedItem="vCc-yK-nCM" id="aGg-01-lzJ">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" title="OtherViews" autoenablesItems="NO" id="WY1-2h-Yo4">
<items>
<menuItem state="on" hidden="YES" id="vCc-yK-nCM"/>
<menuItem title="Item 2" id="8Rs-2t-REG"/>
<menuItem title="Item 3" id="xlz-ah-P4H"/>
</items>
</menu>
</popUpButtonCell>
</popUpButton>
</subviews>
</customView>
</objects>
<resources>
<image name="python_osirixCol" width="840" height="843"/>
</resources>
</document>