131 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			131 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <HTML>
 | |
| <HEAD><TITLE>ScrollView</TITLE></HEAD>
 | |
| <BODY BGCOLOR=white>
 | |
| <DL><DT><I><A HREF="#descr">NAME</A></I></DT>
 | |
| <DD><B>ScrollView</B>
 | |
|  - Display the visible area of a scrolled window
 | |
| </DD></DL>
 | |
| <DL>
 | |
| <DT><I>CREATION</I></DT>
 | |
| <DD><A HREF="#descr"><B>ScrollView</B></A> <I>pathName</I> ?<I>option value...</I>?</DD>
 | |
| </DL>
 | |
| <DL>
 | |
| <DT><I>STANDARD OPTIONS</I></DT>
 | |
| <DD><TABLE CELLSPACING=0 CELLSPACING=0 BORDER=0>
 | |
| <TR>
 | |
| <TD>  <A HREF="options.htm#M-background">-background or -bg</A></TD>
 | |
| <TD>  <A HREF="options.htm#M-borderwidth">-borderwidth or -bd</A></TD>
 | |
| </TR>
 | |
| <TR>
 | |
| <TD>  <A HREF="options.htm#M-cursor">-cursor</A></TR>
 | |
| <TD>  <A HREF="options.htm#M-relief">-relief</A></TR>
 | |
| </TR>
 | |
| </TABLE></DD>
 | |
| </DL>
 | |
| <DL>
 | |
| <DT><I><A HREF="#wso">WIDGET-SPECIFIC OPTIONS</A></I></DT>
 | |
| <DD><TABLE CELLSPACING=0 CELLSPACING=0 BORDER=0>
 | |
| <TR>
 | |
| <TD>  <A HREF="#-fill">-fill</A></TR>
 | |
| <TD>  <A HREF="#-foreground">-foreground or -fg</A></TD>
 | |
| </TR>
 | |
| <TR>
 | |
| <TD>  <A HREF="#-height">-height</A></TR>
 | |
| <TD>  <A HREF="#-width">-width</A></TR>
 | |
| </TR>
 | |
| <TR>
 | |
| <TD>  <A HREF="#-window">-window</A></TR>
 | |
| </TABLE></DD>
 | |
| </DL>
 | |
| <DL>
 | |
| <DT><I><A HREF="#wc">WIDGET COMMAND</A></I></DT>
 | |
| <DD><I>pathName</I> <A HREF="#cget"><B>cget</B></A>
 | |
|  <I>option</I>
 | |
| </DD>
 | |
| <DD><I>pathName</I> <A HREF="#configure"><B>configure</B></A>
 | |
|  ?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
 | |
| </DD>
 | |
| </DL>
 | |
| <BR><HR WIDTH="100%"><BR>
 | |
| <B><A NAME="descr"></A>DESCRIPTION</B><BR>
 | |
| <P>
 | |
| 
 | |
| ScrollView displays the visible area of a scrolled window within
 | |
| its scroll region.
 | |
| 
 | |
| </P>
 | |
| <BR><HR WIDTH="50%"><BR>
 | |
| <B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR>
 | |
| <DL><DT><A NAME="-fill"><B>-fill</B></A></DT>
 | |
| <DD>
 | |
| 
 | |
| Specifies the fill color of the rectangle.
 | |
| 
 | |
| </DD>
 | |
| </DL>
 | |
| <DL><DT><A NAME="-foreground"><B>-foreground</B></A></DT>
 | |
| <DD>
 | |
| 
 | |
| Specifies the color of the border of the rectangle.
 | |
| 
 | |
| </DD>
 | |
| </DL>
 | |
| <DL><DT><A NAME="-height"><B>-height</B></A></DT>
 | |
| <DD>
 | |
| 
 | |
| Specifies the desired height for the ScrollView.
 | |
| </DD>
 | |
| </DL>
 | |
| <DL><DT><A NAME="-width"><B>-width</B></A></DT>
 | |
| <DD>
 | |
| 
 | |
| Specifies the desired width for the ScrollView.
 | |
| </DD>
 | |
| </DL>
 | |
| <DL><DT><A NAME="-window"><B>-window</B></A></DT>
 | |
| <DD>
 | |
| 
 | |
| Specifies the window to view. This widget must have <B>-xscrollcommand</B> and 
 | |
| <B>-yscrollcommand</B> options, and respond to <B>xview</B> and <B>yview</B> command.
 | |
| In order to make ScrollView working with other scrollbar, <B>-xscrollcommand</B> and 
 | |
| <B>-yscrollcommand</B> options of the widget must be set before the widget is passed to
 | |
| the <B>-window</B> option of the ScrollView (for example, if the widget is handled by
 | |
| a ScrolledWindow, call <B>setwidget</B> before setting <B>-window</B> option).
 | |
| 
 | |
| </DD>
 | |
| </DL>
 | |
| <HR WIDTH="50%"><BR>
 | |
| <B><A NAME="wc">WIDGET COMMAND</A></B><BR>
 | |
| <DL><DT><A NAME="cget"><I>pathName</I> <B>cget</B></A>
 | |
|  <I>option</I>
 | |
| </DT><DD>
 | |
| 
 | |
| Returns the current value of the configuration option given by <I>option</I>.
 | |
| <I>Option</I> may have any of the values accepted by the creation command.
 | |
| </DD></DL>
 | |
| <DL><DT><A NAME="configure"><I>pathName</I> <B>configure</B></A>
 | |
|  ?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
 | |
| </DT><DD>
 | |
| 
 | |
| Query or modify the configuration options of the widget. If no <I>option</I> is specified,
 | |
| returns a list describing all of the available options for <I>pathName</I>.
 | |
| If <I>option</I> is specified with no <I>value</I>, then the command returns a list
 | |
| describing the one named <I>option</I> (this list will be identical to the corresponding
 | |
| sublist of the value returned if no <I>option</I> is specified). If one or
 | |
| more <I>option-value</I> pairs are specified, then the command modifies the given widget
 | |
| option(s) to have the given value(s); in this case the command returns an empty string.
 | |
| <I>Option</I> may have any of the values accepted by the creation command.
 | |
| Read-only options are not be modified.
 | |
| 
 | |
| </DD></DL>
 | |
| <HR><BR><B>BINDINGS</B><BR><BR>
 | |
| 
 | |
| <DL><DT>If mouse button 1 is pressed and dragged over the ScrollView, the top left corner of
 | |
| the visible area of the scrolled window is moved proportionally to the mouse displacement.
 | |
| </DT></DL>
 | |
| <DL><DT>If mouse button 3 is pressed over the ScrollView, the top left corner of the visible
 | |
| area is proportionally set to this point.
 | |
| </DT></DL>
 | |
| 
 | |
| </BODY></HTML>
 | 
