mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:01:08 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
546 lines
16 KiB
XML
546 lines
16 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
|
<gsdoc base="NSScrollView" up="Gui">
|
|
<head>
|
|
<title>NSScrollView</title>
|
|
<author name="Ovidiu Predescu">
|
|
<email address="ovidiu@net-community.com">
|
|
ovidiu@net-community.com
|
|
</email>
|
|
</author>
|
|
<author name="Felipe A. Rodriguez">
|
|
<email address="far@ix.netcom.com">
|
|
far@ix.netcom.com
|
|
</email>
|
|
</author>
|
|
<author name="Richard Frith-Macdonald">
|
|
<email address="richard@brainstorm.co.uk">
|
|
richard@brainstorm.co.uk
|
|
</email>
|
|
</author>
|
|
<copy>1996 Free Software Foundation, Inc.</copy>
|
|
</head>
|
|
<body>
|
|
<front><contents /></front>
|
|
<chapter>
|
|
<heading>
|
|
Software documentation for the NSScrollView class
|
|
</heading>
|
|
<class name="NSScrollView" super="NSView">
|
|
<declared>AppKit/NSScrollView.h</declared>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<method type="NSSize" factory="yes">
|
|
<sel>contentSizeForFrameSize:</sel>
|
|
<arg type="NSSize">frameSize</arg>
|
|
<sel>hasHorizontalScroller:</sel>
|
|
<arg type="BOOL">hFlag</arg>
|
|
<sel>hasVerticalScroller:</sel>
|
|
<arg type="BOOL">vFlag</arg>
|
|
<sel>borderType:</sel>
|
|
<arg type="NSBorderType">borderType</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSSize" factory="yes">
|
|
<sel>frameSizeForContentSize:</sel>
|
|
<arg type="NSSize">contentSize</arg>
|
|
<sel>hasHorizontalScroller:</sel>
|
|
<arg type="BOOL">hFlag</arg>
|
|
<sel>hasVerticalScroller:</sel>
|
|
<arg type="BOOL">vFlag</arg>
|
|
<sel>borderType:</sel>
|
|
<arg type="NSBorderType">borderType</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="Class" factory="yes">
|
|
<sel>rulerViewClass</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void" factory="yes">
|
|
<sel>setRulerViewClass:</sel>
|
|
<arg type="Class">aClass</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSColor*">
|
|
<sel>backgroundColor</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSBorderType">
|
|
<sel>borderType</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSSize">
|
|
<sel>contentSize</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSClipView*">
|
|
<sel>contentView</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSCursor*">
|
|
<sel>documentCursor</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>documentView</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSRect">
|
|
<sel>documentVisibleRect</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>drawsBackground</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>hasHorizontalRuler</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>hasHorizontalScroller</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>hasVerticalRuler</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>hasVerticalScroller</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="float">
|
|
<sel>horizontalLineScroll</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="float">
|
|
<sel>horizontalPageScroll</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="NSRulerView*">
|
|
<sel>horizontalRulerView</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSScroller*">
|
|
<sel>horizontalScroller</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="float">
|
|
<sel>lineScroll</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="float">
|
|
<sel>pageScroll</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>reflectScrolledClipView:</sel>
|
|
<arg type="NSClipView*">aClipView</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>rulersVisible</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>scrollsDynamically</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setBackgroundColor:</sel>
|
|
<arg type="NSColor*">aColor</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setBorderType:</sel>
|
|
<arg type="NSBorderType">borderType</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setContentView:</sel>
|
|
<arg type="NSClipView*">aView</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setDocumentCursor:</sel>
|
|
<arg type="NSCursor*">aCursor</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setDocumentView:</sel>
|
|
<arg type="NSView*">aView</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setDrawsBackground:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHasHorizontalRuler:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHasHorizontalScroller:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHasVerticalRuler:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHasVerticalScroller:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHorizontalLineScroll:</sel>
|
|
<arg type="float">aFloat</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHorizontalPageScroll:</sel>
|
|
<arg type="float">aFloat</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHorizontalRulerView:</sel>
|
|
<arg type="NSRulerView*">aRulerView</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setHorizontalScroller:</sel>
|
|
<arg type="NSScroller*">aScroller</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setLineScroll:</sel>
|
|
<arg type="float">aFloat</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setPageScroll:</sel>
|
|
<arg type="float">aFloat</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setRulersVisible:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setScrollsDynamically:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setVerticalLineScroll:</sel>
|
|
<arg type="float">aFloat</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setVerticalPageScroll:</sel>
|
|
<arg type="float">aFloat</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setVerticalRulerView:</sel>
|
|
<arg type="NSRulerView*">aRulerView</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setVerticalScroller:</sel>
|
|
<arg type="NSScroller*">aScroller</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>tile</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="float">
|
|
<sel>verticalLineScroll</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="float">
|
|
<sel>verticalPageScroll</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="NSRulerView*">
|
|
<sel>verticalRulerView</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSScroller*">
|
|
<sel>verticalScroller</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</class>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|