OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [man/] [SListBox.html] - Rev 1765

Compare with Previous | Blame | View Log

 
 
 
<TITLE>tixScrolledListBox - Create and manipulate Tix ScrolledListBox widgets</TITLE>
<Center><H2>tixScrolledListBox - Create and manipulate Tix ScrolledListBox widgets</H2></Center><hr>
 
</pre><H3>SYNOPSIS</H3>
<B>tixScrolledListBox<I> <I>pathName ?<I>options</I></B>?
</pre><H3>STANDARD OPTIONS</H3>
<P>
<pre><code><code><code>
<B>
anchor	background	cursor
relief	borderWidth
</B></I>
</code></code></code></pre>
<P>
See the <B>options(n)</B></I> manual entry for details on the standard options.
</pre><H3>WIDGET-SPECIFIC OPTIONS</H3>
<P>
<pre><code><code><code>
Name:		<B>anchor</B></I>
Class:		<B>Anchor</B></I>
Switch:		<B>-anchor</B></I>
</code></code></code></pre>
<UL>
Specifies the alignment of the items inside the listbox subwidget.
Only the values <B>w</B></I> and <B>e</B></I> are allowed. When set to <B>w</B></I>,
the listbox is automatically aligned to the beginning of the items.
When set to <B>e</B></I>, the listbox is automatically aligned to the end
of the items.  Automatically alignment only happens when the
ScrolledListBox widget changes its size.
</UL>
<P>
<pre><code><code><code>
Name:		<B>browsecmd</B></I>
Class:		<B>BrowseCmd</B></I>
Switch:		<B>-browsecmd</B></I>
</code></code></code></pre>
<UL>
Specifies the command to be called when the user browses the elements
inside the <B>listbox</B></I> subwidget (see the BINDINGS section below).
</UL>
<P>
<pre><code><code><code>
Name:		<B>command</B></I>
Class:		<B>Command</B></I>
Switch:		<B>-command</B></I>
</code></code></code></pre>
<UL>
Specifies the command to be called when the user invokes the <B>listbox</B></I>
subwidget (see the BINDINGS section below).
</UL>
<P>
<pre><code><code><code>
Name:		<B>height</B></I>
Class:		<B>Height</B></I>
Switch:		<B>-height</B></I>
</code></code></code></pre>
<UL>
Specifies the desired height for the window, in pixels.
</UL>
<P>
<pre><code><code><code>
Name:		<B>scrollbar</B></I>
Class:		<B>Scrollbar</B></I>
Switch:		<B>-scrollbar</B></I>
</code></code></code></pre>
<UL>
Specifies the display policy of the scrollbars. The following
values are recognized:
</UL>
<UL>
<DL>
<DT> <B>auto</B></I> </B></I>?<I>\+x</I></B>? </B></I>?<I>-x</I></B>? </B></I>?<I>\+y</I></B>? </B></I>?<I>-y</I></B>? 
</I></B>
<DD> When <B>-scrollbar</B></I> is set to "<B>auto</B></I>", the scrollbars are
shown only when needed. Additional modifiers can be used to force a
scrollbar to be shown or hidden. For example, "<B>auto -y</B></I>" means
the horizontal scrollbar should be shown when needed but the vertical
scrollbar should always be hidden; "<B>auto +x</B></I>" means the vertical
scrollbar should be shown when needed but the horizontal scrollbar
should always be shown, and so on.
</DL>
<DL>
<DT> <B>both</B></I>
</I></B>
<DD> Both scrollbars are shown
</DL>
<DL>
<DT> <B>none</B></I>
</I></B>
<DD> The scrollbars are never shown.
</DL>
<DL>
<DT> <B>x</B></I>
</I></B>
<DD> Only the horizontal scrollbar is shown;
</DL>
<DL>
<DT> <B>y</B></I>
</I></B>
<DD> Only the vertical scrollbar is shown.
</DL>
</UL>
<P>
<pre><code><code><code>
Name:		<B>width</B></I>
Class:		<B>Width</B></I>
Switch:		<B>-width</B></I>
</code></code></code></pre>
<UL>
Specifies the desired width for the window, in pixels.
</UL>
</pre><H3>SUBWIDGETS</H3>
<P>
<pre><code><code><code>
Name:		<B>hsb</B></I>
Class:		<B>Scrollbar</B></I>
</code></code></code></pre>
<UL>
The horizontal scrollbar subwidget.
</UL>
<P>
<pre><code><code><code>
Name:		<B>listbox</B></I>
Class:		<B>Listbox</B></I>
</code></code></code></pre>
<UL>
The listbox subwidget inside the ScrolledListBox widget.
</UL>
<P>
<pre><code><code><code>
Name:		<B>vsb</B></I>
Class:		<B>Scrollbar</B></I>
</code></code></code></pre>
<UL>
The vertical scrollbar subwidget.
</UL>
</pre><HR>
</pre><H3>DESCRIPTION</H3>
<P>
The <B>tixScrolledListBox</B></I> command creates a new window (given by the
<I>pathName</I></B> argument) and makes it into a ScrolledListBox widget.
Additional options, described above, may be specified on the command
line or in the option database to configure aspects of the
ScrolledListBox widget such as its cursor and relief.
</pre><H3>WIDGET COMMANDS</H3>
<P>
The <B>tixScrolledListBox</B></I> command creates a new Tcl command whose
window. This command may be used to invoke various operations on the
widget. It has the following general form:
<pre>
<I>pathName option </I></B>?<I>arg arg ...</I></B>?
 
</pre>
<I>PathName</I></B> is the name of the command, which is the same as the
determine the exact behavior of the command.  The following commands
are possible for ScrolledListBox widgets:
<DL>
<DT> <I>pathName <B>cget</B></I> <I>option</I></B>
</I></B>
<DD> Returns the current value of the configuration option given by
<I>option</I></B>. <I>Option</I></B> may have any of the values accepted by the
<B>tixScrolledListBox</B></I> command.
</DL>
<DL>
<DT> <I>pathName <B>configure</B></I> ?<I>option</I></B>? <I>?value option value ...</I></B>?
</I></B>
<DD> Query or modify the configuration options of the widget.  If
no <I>option</I></B> is specified, returns a list describing all of the
available options for <I>pathName</I></B> (see <B>Tk_ConfigureInfo</B></I> for
information on the format of this list).  If <I>option</I></B> is specified
with no <I>value</I></B>, then the command returns a list describing the
one named option (this list will be identical to the corresponding
sublist of the value returned if no <I>option</I></B> is specified).  If
one or more <I>option-value</I></B> 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></B> may have
any of the values accepted by the <B>tixScrolledListBox</B></I> command.
</DL>
<DL>
<DT> <I>pathName <B>subwidget <I> name ?args?</I></B> 
</I></B>
<DD> When no additional arguments are given, returns the pathname of the
subwidget of the specified name.
 
When no additional arguments are given, the widget command of the
specified subwidget will be called with these parameters.
</DL>
</pre><H3>BINDINGS</H3>
<P>
<UL>
[1] <BR>
If the <B>-browsecmd</B></I> option is set, the command which it referes
to is called whenever a &lt;ButtonPress-1&gt; or a &lt;Motion-1&gt; event occurrs
inside the <B>listbox</B></I> subwidget.
</UL>
<P>
<UL>
[2] <BR>
The command specified by the <B>-command</B></I> option is invoked when a
&lt;Double-1&gt; event occurrs inside the <B>listbox</B></I> subwidget.
</UL>
</pre><H3>BUGS</H3>
The capitalization of some of the commands names in Tix 3.x has been
changed in Tix 4.0. All commands that ended with <B>box</B></I> have been
changed to a capitalized <B>Box</B></I>. Hence, the command
<B>tixScrolledListbox</B></I> in Tix 3.x has been changed to
<B>tixScrolledListBox</B></I> in Tix 4.0
</pre><H3>KEYWORDS</H3>
Tix(n)
<hr><i>Last modified Sun Jan 19 22:34:36 EST 1997 </i> --- 
<i>Serial 853731304</i>
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.