home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / tcl / tclx7_31.z / tclx7_31 / tcldev / tclX7.3a-p1 / tkhelp / Tk.brf
Encoding:
Text File  |  1994-01-25  |  2.2 KB  |  39 lines

  1. tk/control/after    Execute a command after a time delay
  2. tk/control/bind    Arrange for X events to invoke Tcl commands
  3. tk/control/destroy    Destroy one or more windows
  4. tk/control/exit    Exit the process
  5. tk/control/focus    Direct keyboard events to a particular window
  6. tk/control/grab    Confine pointer and keyboard events to a window sub-tree
  7. tk/control/lower    Change a window's position in the stacking order
  8. tk/control/option    Add/retrieve window options to/from the option database
  9. tk/control/pack    Geometry manager that packs around edges of cavity
  10. tk/control/place    Geometry manager for fixed or rubber-sheet placement
  11. tk/control/raise    Change a window's position in the stacking order
  12. tk/control/selection    Manipulate the X selection
  13. tk/control/send    Execute a command in a different interpreter
  14. tk/control/tk    Manipulate Tk internal state
  15. tk/control/tkerror    Command invoked to process background errors
  16. tk/control/tkvars    Variables used or set by Tk
  17. tk/control/tkwait    Wait for variable to change or window to be destroyed
  18. tk/control/update    Process pending events and/or when-idle handlers
  19. tk/control/winfo    Return window-related information
  20. tk/control/wm    Communicate with window manager
  21. tk/widgets/button    Create and manipulate button widgets
  22. tk/widgets/canvas    Create and manipulate canvas widgets
  23. tk/widgets/checkbutton    Create and manipulate check-button widgets
  24. tk/widgets/entry    Create and manipulate entry widgets
  25. tk/widgets/frame    Create and manipulate frame widgets
  26. tk/widgets/label    Create and manipulate label widgets
  27. tk/widgets/listbox    Create and manipulate listbox widgets
  28. tk/widgets/menu    Create and manipulate menu widgets
  29. tk/widgets/menubutton    Create and manipulate menubutton widgets
  30. tk/widgets/message    Create and manipulate message widgets
  31. tk/widgets/options    Standard options supported by widgets
  32. tk/widgets/radiobutton    Create and manipulate radio-button widgets
  33. tk/widgets/scale    Create and manipulate scale widgets
  34. tk/widgets/scrollbar    Create and manipulate scrollbar widgets
  35. tk/widgets/text    Create and manipulate text widgets
  36. tk/widgets/tk_listboxSingleSelect    Allow only one selected element in listbox(es)
  37. tk/widgets/tk_menuBar    Support for menu bars
  38. tk/widgets/toplevel    Create and manipulate toplevel widgets
  39.