Tk Commands Manual


after
Execute a command after a time delay

bell
Ring a display's bell

bind
Arrange for X events to invoke Tcl scripts

bindtags
Determine which bindings apply to a window, and order of evaluation

bitmap
Images that display two colors

button
Create and manipulate button widgets

canvas
Create and manipulate canvas widgets

checkbutton
Create and manipulate checkbutton widgets

clipboard
Manipulate Tk clipboard

destroy
Destroy one or more windows

entry
Create and manipulate entry widgets

exit
Exit the process

fileevent
Execute a script when a file becomes readable or writable

focus
Manage the input focus

frame
Create and manipulate frame widgets

grab
Confine pointer and keyboard events to a window sub-tree

image
Create and manipulate images

label
Create and manipulate label widgets

listbox
Create and manipulate listbox widgets

lower
Change a window's position in the stacking order

menu
Create and manipulate menu widgets

menubutton
Create and manipulate menubutton widgets

message
Create and manipulate message widgets

option
Add/retrieve window options to/from the option database

options
Standard options supported by widgets

pack
Geometry manager that packs around edges of cavity

photo
Full-color images

place
Geometry manager for fixed or rubber-sheet placement

radiobutton
Create and manipulate radiobutton widgets

raise
Change a window's position in the stacking order

scale
Create and manipulate scale widgets

scrollbar
Create and manipulate scrollbar widgets

selection
Manipulate the X selection

send
Execute a command in a different application

text
Create and manipulate text widgets

tk
Manipulate Tk internal state

tk_dialog
Create modal dialog and wait for response

tk_focusNext
tk_focusPrev
tk_focusFollowsMouse
Utility procedures for managing the input focus.

tk_optionMenu
Create an option menubutton and its menu

tk_popup
Post a popup menu

tkerror
Command invoked to process background errors

tkvars
Variables used or set by Tk

tkwait
Wait for variable to change or window to be destroyed

toplevel
Create and manipulate toplevel widgets

update
Process pending events and/or when-idle handlers

winfo
Return window-related information

wm
Communicate with window manager

Copyright © 1990-1994 The Regents of the University of California.
Copyright © 1994 The Australian National University
Copyright © 1994-1995 Sun Microsystems, Inc.
Copyright © 1995 Roger E. Critchlow Jr.