1tixScrolledHList(n)          Tix Built-In Commands         tixScrolledHList(n)
2
3
4

NAME

6       tixScrolledHList - Create and manipulate Tix ScrolledHList widgets
7

SYNOPSIS

9       tixScrolledHList  pathName  ?options?  -anchor   -background    -cursor
10       -relief   -borderWidth
11

WIDGET-SPECIFIC OPTIONS

13       [-height height] Specifies the desired height for the window,  in  pix‐
14       els.   [-scrollbar scrollbar]  Specifies  the  display  policy  of  the
15       scrollbars. The following values are recognized:
16
17              auto ?+x? ?-x? ?+y? ?-y?
18                     When -scrollbar is set  to  "auto",  the  scrollbars  are
19                     shown  only when needed. Additional modifiers can be used
20                     to force a scrollbar to be shown or hidden. For  example,
21                     "auto  -y" means the horizontal scrollbar should be shown
22                     when needed but the vertical scrollbar should  always  be
23                     hidden;  "auto +x" means the vertical scrollbar should be
24                     shown when needed but  the  horizontal  scrollbar  should
25                     always be shown, and so on.
26
27              both   Both scrollbars are shown
28
29              none   The scrollbars are never shown.
30
31              x      Only the horizontal scrollbar is shown;
32
33              y      Only the vertical scrollbar is shown.
34       [-width width] Specifies the desired width for the window, in pixels.
35

SUBWIDGETS

37       Name:          hsb
38       Class:         Scrollbar
39
40              The horizontal scrollbar subwidget.
41
42       Name:          hlist
43       Class:         Hlist
44
45              The tixHList subwidget inside the ScrolledHList widget.
46
47       Name:          vsb
48       Class:         Scrollbar
49
50              The vertical scrollbar subwidget.
51

DESCRIPTION

53       The  tixScrolledHList  command creates a new window (given by the path‐
54       Name argument) and makes it into a  ScrolledHList  widget.   Additional
55       options,  described  above,  may be specified on the command line or in
56       the option database to configure aspects of  the  ScrolledHList  widget
57       such as its cursor and relief.
58

WIDGET COMMANDS

60       The  tixScrolledHList  command  creates a new Tcl command whose name is
61       the same as the path name of the ScrolledHList widget's  window.   This
62       command  may be used to invoke various operations on the widget. It has
63       the following general form:
64              pathName option ?arg arg ...?
65       PathName is the  name  of  the  command,  which  is  the  same  as  the
66       ScrolledHList  widget's  path  name.  Option and the args determine the
67       exact behavior of the command.  The following commands are possible for
68       ScrolledHList widgets:
69
70       pathName cget option
71              Returns  the  current value of the configuration option given by
72              option. Option may have  any  of  the  values  accepted  by  the
73              tixScrolledHList command.
74
75       pathName configure ?option? ?value option value ...?
76              Query  or modify the configuration options of the widget.  If no
77              option is specified, returns a list describing all of the avail‐
78              able  options for pathName (see Tk_ConfigureInfo for information
79              on the format of this list).  If option  is  specified  with  no
80              value,  then the command returns a list describing the one named
81              option (this list will be identical to the corresponding sublist
82              of  the  value  returned  if no option is specified).  If one or
83              more option-value pairs are specified, then the command modifies
84              the  given  widget option(s) to have the given value(s); in this
85              case the command returns an empty string.  Option may  have  any
86              of the values accepted by the tixScrolledHList command.
87
88       pathName subwidget  name ?args?
89              When  no additional arguments are given, returns the pathname of
90              the subwidget of the specified name.
91
92              When no additional arguments are given, the  widget  command  of
93              the specified subwidget will be called with these parameters.
94

KEYWORDS

96       Tix(n)
97
98
99
100Tix                                   4.0                  tixScrolledHList(n)
Impressum