Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 4330d1da33a0b9bce1745793d20c3e05526d224d |
User & Date: | csaba 2013-04-21 16:01:20 |
Context
2013-04-23
| ||
19:48 | * CHANGES.txt: Slightly extended. check-in: 4a08f103ed user: csaba tags: trunk | |
2013-04-21
| ||
16:01 | * CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: check-in: 4330d1da33 user: csaba tags: trunk | |
15:58 | * scripts/tablelistUtil.tcl: Worked around a peculiarity of Tk on * scripts/tablelistWidget.tcl: Windows, related to deleting an embedded window while resizing a text widget interactively. check-in: 5ae040fd4f user: csaba tags: trunk | |
Changes
Changes to modules/tablelist/doc/tablelistWidget.html.
6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 |
<dd>Returns the path name of the entry or entry-like component of the temporary embedded widget used for interactive cell editing, created by the <code><b><a href="#editcell">editcell</a></b></code> subcommand. If no cell is currently being edited or the editing is taking place with the aid of a Tk or tile checkbutton, Tk or tile menubutton, or mentry widget, then the return value is an empty string; otherwise it is the path name of a Tk or tile entry, Tk text, Tk or tile spinbox, or BWidget Entry widget, which can be the edit window itself or one of its descendants. This subcommand enables you to access the entry or entry-like component of the temporary embedded widget from within the commands specified by the <code><b><a href= "#editstartcommand">-editstartcommand</a></b></code> and <code><b><a href="#editendcommand">-editendcommand</a></b></code> configuration options.</dd> |
| | |
6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 |
<dd>Returns the path name of the entry or entry-like component of the temporary embedded widget used for interactive cell editing, created by the <code><b><a href="#editcell">editcell</a></b></code> subcommand. If no cell is currently being edited or the editing is taking place with the aid of a Tk or tile checkbutton, Tk or tile menubutton, or mentry widget, then the return value is an empty string; otherwise it is the path name of a Tk or tile entry, text or ctext, Tk or tile spinbox, or BWidget Entry widget, which can be the edit window itself or one of its descendants. This subcommand enables you to access the entry or entry-like component of the temporary embedded widget from within the commands specified by the <code><b><a href= "#editstartcommand">-editstartcommand</a></b></code> and <code><b><a href="#editendcommand">-editendcommand</a></b></code> configuration options.</dd> |