git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Cocoa/AudioRecordingAccessoryView.xib

      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14868" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
      3     <dependencies>
      4         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14868"/>
      5         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
      6     </dependencies>
      7     <objects>
      8         <customObject id="-2" userLabel="File's Owner" customClass="Document">
      9             <connections>
     10                 <outlet property="audioFormatButton" destination="knX-AW-zt5" id="fKt-eI-H0y"/>
     11                 <outlet property="audioRecordingAccessoryView" destination="c22-O7-iKe" id="XD8-Gi-qOC"/>
     12             </connections>
     13         </customObject>
     14         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
     15         <customObject id="-3" userLabel="Application" customClass="NSObject"/>
     16         <customView id="c22-O7-iKe">
     17             <rect key="frame" x="0.0" y="0.0" width="354" height="36"/>
     18             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
     19             <subviews>
     20                 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Atq-RE-328">
     21                     <rect key="frame" x="18" y="10" width="56" height="16"/>
     22                     <autoresizingMask key="autoresizingMask"/>
     23                     <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Format:" id="dso-NS-JlD">
     24                         <font key="font" metaFont="system"/>
     25                         <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
     26                         <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
     27                     </textFieldCell>
     28                 </textField>
     29                 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="knX-AW-zt5">
     30                     <rect key="frame" x="81" y="4" width="256" height="25"/>
     31                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
     32                     <popUpButtonCell key="cell" type="push" title="Apple AIFF" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="M3Z-UN-VKZ" id="tLM-Di-Dy3">
     33                         <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
     34                         <font key="font" metaFont="system"/>
     35                         <menu key="menu" id="gqn-SL-AA5">
     36                             <items>
     37                                 <menuItem title="Apple AIFF" state="on" tag="1" id="M3Z-UN-VKZ"/>
     38                                 <menuItem title="RIFF WAVE" tag="2" id="zA0-Np-4XD"/>
     39                                 <menuItem title="Raw PCM (Stereo 96KHz, 16-bit LE)" id="r9J-4k-XH5"/>
     40                             </items>
     41                         </menu>
     42                     </popUpButtonCell>
     43                     <connections>
     44                         <action selector="audioFormatChanged:" target="-2" id="I1k-d9-afp"/>
     45                     </connections>
     46                 </popUpButton>
     47             </subviews>
     48             <point key="canvasLocation" x="75" y="19"/>
     49         </customView>
     50     </objects>
     51 </document>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.