Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * doc/scrollableframe.html: Minor improvement. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cda9516227a761523c7ec365a6d67fbb |
User & Date: | csaba 2019-10-21 19:12:57 |
Context
2019-10-22
| ||
09:19 | * scripts/scrollableframe.tcl: Improvement related to the "see" subcommand. * doc/scrollableframe.html: Extended the description of the "see" subcommand. check-in: 75e68d84d9 user: csaba tags: trunk | |
2019-10-21
| ||
19:12 | * doc/scrollableframe.html: Minor improvement. check-in: cda9516227 user: csaba tags: trunk | |
19:12 | * doc/scrollableframe.html: Minor improvement. check-in: 841c93005a user: csaba tags: trunk | |
Changes
Changes to modules/scrollutil/doc/scrollableframe.html.
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
<dd class="tm">A scrollableframe is a mega-widget containing a <b>content
frame</b>, whose dimensions may be larger than those of the widget
itself. Arbitrary regions of this frame can be brought into view by
scrolling, being that the scrollableframe widget supports the
<code><b>-xscrollcommand</b></code> and <code><b>-yscrollcommand</b></code>
configuration options and the associated Tcl command has the
<code><b><a href="#xview">xview</a></b></code> and <code><b><a href=
"#yview">yview</a></b></code> subcommands. The content frame can
contain any number of arbitrary widgets. In other words, the
<code><b>scrollutil::scrollableframe</b></code> command implements a
<b>scrollable widget container</b>.</dd>
<dd class="tm">In the Scrollutil package both the scrollableframe widget
and its content frame child are implemented as Tk core frames, while in
Scrollutil_tile they are ttk::frame widgets. The content frame can be
|
| |
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
<dd class="tm">A scrollableframe is a mega-widget containing a <b>content
frame</b>, whose dimensions may be larger than those of the widget
itself. Arbitrary regions of this frame can be brought into view by
scrolling, being that the scrollableframe widget supports the
<code><b>-xscrollcommand</b></code> and <code><b>-yscrollcommand</b></code>
configuration options and the associated Tcl command has the
<code><b><a href="#xview">xview</a></b></code> and <code><b><a href=
"#yview">yview</a></b></code> subcommands. The content frame may
contain any number of arbitrary widgets. In other words, the
<code><b>scrollutil::scrollableframe</b></code> command implements a
<b>scrollable widget container</b>.</dd>
<dd class="tm">In the Scrollutil package both the scrollableframe widget
and its content frame child are implemented as Tk core frames, while in
Scrollutil_tile they are ttk::frame widgets. The content frame can be
|