29 lines
2.0 KiB
Plaintext
29 lines
2.0 KiB
Plaintext
wcbCommon.tcl:# Entry, spinbox, tile combobox, text, or
|
|
wcbCommon.tcl:# ctext widget;
|
|
wcbCommon.tcl:# - "selset" or "selclear", for a listbox, tablelist, text, or
|
|
wcbCommon.tcl:# ctext widget;
|
|
wcbCommon.tcl: Ctext {
|
|
wcbCommon.tcl: set widgetCmd textWidgetCmd
|
|
wcbCommon.tcl: Ctext {
|
|
wcbCommon.tcl: listbox, tablelist, text, or ctext widget"
|
|
wcbEntry.tcl:# Replaces the text of the entry, spinbox, or tile combobox widget w with the
|
|
wcbEntry.tcl:# Returns the length of the text that would be contained in the entry, spinbox,
|
|
wcbEntry.tcl:# Returns the text that would be contained in the entry, spinbox, or tile
|
|
wcbEntry.tcl:# Checks whether the text contained in the entry, spinbox, or tile combobox
|
|
wcbEntry.tcl:# Checks whether the text contained in the entry, spinbox, or tile combobox
|
|
wcbEntry.tcl:# Checks whether the text contained in the entry, spinbox, or tile combobox
|
|
wcbEntry.tcl:# Checks whether the text contained in the entry, spinbox, or tile combobox
|
|
wcbEntry.tcl:# Checks whether the length of the text contained in the entry, spinbox, or
|
|
wcbText.tcl:# Contains Wcb procedures for text and ctext widgets.
|
|
wcbText.tcl:# REMARK: Everything stated below for text widgets is valid for ctext widgets,
|
|
wcbText.tcl:# Simple before-insert callback routines for text widgets
|
|
wcbText.tcl:# Checks whether the strings to be inserted into the text widget w, contained
|
|
wcbText.tcl:# Checks whether the strings to be inserted into the text widget w, contained
|
|
wcbText.tcl:# Checks whether the strings to be inserted into the text widget w, contained
|
|
wcbText.tcl:# Checks whether the strings to be inserted into the text widget w, contained
|
|
wcbText.tcl:# Replaces the strings to be inserted into the text widget w, contained in the
|
|
wcbText.tcl:# Replaces the strings to be inserted into the text widget w, contained in the
|
|
wcbText.tcl:# wcb::textWidgetCmd
|
|
wcbText.tcl:# Processes the Tcl command corresponding to a text widget w with registered
|
|
wcbText.tcl:proc wcb::textWidgetCmd {w argList} {
|