A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
A
allControlsDestroy destroys all the controls in a dialog or window applicationRegistryPathSet sets the path where the persistent state of this application should be saved applicationReturnCodeSet sets the return code for the application applicationTitleSet sets the title of the application autoTimerCallbackGet see `windowTimerCallbackGet' autoTimerCallbackSet see 'windowTimerCallbackSet' averageCharSizeGet retrieves the average character size of a window C
controlCallbackGet retrieves the Tcl script (if any) established to process events for a control controlCallbackSet sets a Tcl script to process events for a control in a dialog or window controlChecked retrieves the check state of a control in a window or dialog controlCheckSet checks a control in a window or dialog controlContextMenuShow show the specified context menu. controlCreate creates a control in a Tcl window, dialog, or toolbar controlDestroy destroys a control in a dialog or window controlEnable enables or disables a control in a dialog or window controlEnabled retrieves the enabled state of a control in a dialog or window controlEventGet returns the most recent event that has occured on a control controlExists determines whether a particular control exists in a dialog or window controlExpandingItemGet gets information about the currently expanding item of a treelist control. controlFocusSet sets focus to a control in a dialog or window controlHandleGet returns the handle of a tcl control controlHelpIDSet sets the help ID to be used for the named control in a dialog or window controlHidden retrieves the hidden state of a control in a dialog or window controlHide hides or shows a control in a dialog or window controlItemDelete delete the specified item in a control. controlItemInsert inserts the provided item into the control. controlItemPropertyGet gets the property of an item in a control controlItemPropertySet sets the value of the specified property. controlLockUpdate locks the updating of the control. controlParentSet sets the specifed window as the parent of the control. controlPositionGet retrieves the position of a control controlPositionSet sets the position of a control in a dialog or window controlPropertyGet returns the value of the specified property of a control. controlPropertySet allows to configure the control properties controlSelectionGet gets the selection in a control in a dialog or window controlSelectionSet sets the selection in a control in a dialog or window controlSizeGet retrieves the size of a control in a dialog or window controlSizeSet sets the size of a control in a dialog or window controlStructureSet sets the structure of a hierarchy (tree) control controlTabsAdd add the strings as new tabs in a tab control. controlTextInsert inserts the text into a text control. controlUnlockUpdate Unlocks all the updates on the control. controlValuesGet retrieves values of controls controlValuesSet sets the data or text of a control D
dialogCreate Creates a dialog dialogUnitsToPixels conversion routine dirBrowseDialogCreate create a standard directory browser dialog F
fileDialogCreate create a standard file browser dialog H
helpLaunch start winhelp using a specified file, ID, mode, and so forth M
mainWindowCreate Creates a main window for the application P
pixelsToDialogUnits conversion routine S
systemColorsEnumerate enumerates pre-defined system colors T
toolbarCreate create a toolbar on a window W
windHelpDisplay displays specified link in a web browser windHelpDocDirGet gets the current doc directory windHelpDocDirSet sets the current doc directory windHelpEntryLookup gets the entry number in entry names list windHelpIndexGet gets the current complete help index windHelpInit initialises the help data base windHelpLinkGet gets the hyper link windHelpListGet gets the list of help entries windowActivateCallbackGet returns the script called when the window or dialog is activated windowActivateCallbackSet sets the Tcl script to be called when a dialog or window is activated windowActiveGet gets the name of the currently active Tcl window, dialog, or toolbar windowActiveSet sets the named Tcl window as the active window windowClientSizeGet retrieves the size of the client area of a dialog or window windowClose closes a dialog or window windowCreate creates a child window windowEventGet returns the most recent event that has occured in a dialog or window windowExists determines whether a particular window exists windowExitCallbackGet returns the script called when the user or system exits the dialog or window windowExitCallbackSet sets the Tcl script called when a dialog or window is exited windowHandleGet gets the internal Windows handle of a dialog or window windowHelpFileGet gets the path of help file. windowHelpFileSet sets the help file to be used for the named dialog or window windowHelpIDGet gets the help ID of the window windowHelpIDSet sets the help ID and (optionally) the help file to be used for named dialog or window windowHidden determines whether a particular UITcl window or dialog is hidden windowHide hides or shows a Tcl window, dialog, or toolbar windowInitCallbackGet returns the script called when the dialog or window is initialized windowInitCallbackSet sets the Tcl script called when a dialog or window is initialized windowPositionGet retrieves the position of a dialog or window windowPositionSet sets the position of a dialog or window windowPropertySet sets the value of a property windowQueryCloseCallbackGet returns the script called to determine whether the dialog or window can be closed safely windowQueryCloseCallbackSet sets the Tcl script to be called when closing a dialog or window windowShow shows or hides a Tcl window, dialog, or toolbar windowShowCallbackGet returns the script called when the dialog or window is displayed windowShowCallbackSet sets the Tcl script called when a dialog or window is displayed windowSizeCallbackGet returns the script called when the user or system resizes the dialog or window windowSizeCallbackSet sets the Tcl script to be called when a dialog or window has been resized windowSizeGet retrieves the size of a dialog or window windowSizeSet sets the size of a dialog or window windowTimerCallbackGet returns the timer script for the given dialog or window windowTimerCallbackSet sets or removes the timer script for the given dialog or window windowTitleGet gets the title of a dialog or window windowTitleSet sets the title of a dialog or window windowVisible determines whether a particular UITcl window or dialog is visible on the screen