Posted to tcl by aspect at Mon Aug 28 08:22:37 GMT 2017view raw

  1. ** Widgets **
  2. ::button
  3. ::canvas
  4. ::checkbutton
  5. ::entry
  6. ::frame
  7. ::label
  8. ::labelframe
  9. ::listbox
  10. ::menu
  11. ::menubutton
  12. ::message
  13. ::panedwindow
  14. ::radiobutton
  15. ::scale
  16. ::scrollbar
  17. ::spinbox
  18. ::text
  19. ::toplevel
  20. ::ttk::button
  21. ::ttk::checkbutton
  22. ::ttk::combobox
  23. ::ttk::entry
  24. ::ttk::frame
  25. ::ttk::label
  26. ::ttk::labelframe
  27. ::ttk::menubutton
  28. ::ttk::notebook
  29. ::ttk::panedwindow
  30. ::ttk::progressbar
  31. ::ttk::radiobutton
  32. ::ttk::scale
  33. ::ttk::scrollbar
  34. ::ttk::separator
  35. ::ttk::sizegrip
  36. ::ttk::spinbox
  37. ::ttk::treeview
  38.  
  39. ** Widget Class **
  40. class(::button) = Button
  41. class(::canvas) = Canvas
  42. class(::checkbutton) = Checkbutton
  43. class(::entry) = Entry
  44. class(::frame) = Frame
  45. class(::label) = Label
  46. class(::labelframe) = Labelframe
  47. class(::listbox) = Listbox
  48. class(::menu) = Menu
  49. class(::menubutton) = Menubutton
  50. class(::message) = Message
  51. class(::panedwindow) = Panedwindow
  52. class(::radiobutton) = Radiobutton
  53. class(::scale) = Scale
  54. class(::scrollbar) = Scrollbar
  55. class(::spinbox) = Spinbox
  56. class(::text) = Text
  57. class(::toplevel) = Toplevel
  58. class(::ttk::button) = TButton
  59. class(::ttk::checkbutton) = TCheckbutton
  60. class(::ttk::combobox) = TCombobox
  61. class(::ttk::entry) = TEntry
  62. class(::ttk::frame) = TFrame
  63. class(::ttk::label) = TLabel
  64. class(::ttk::labelframe) = TLabelframe
  65. class(::ttk::menubutton) = TMenubutton
  66. class(::ttk::notebook) = TNotebook
  67. class(::ttk::panedwindow) = TPanedwindow
  68. class(::ttk::progressbar) = TProgressbar
  69. class(::ttk::radiobutton) = TRadiobutton
  70. class(::ttk::scale) = TScale
  71. class(::ttk::scrollbar) = TScrollbar
  72. class(::ttk::separator) = TSeparator
  73. class(::ttk::sizegrip) = TSizegrip
  74. class(::ttk::spinbox) = TSpinbox
  75. class(::ttk::treeview) = Treeview
  76.  
  77. ** Options **
  78. options(::button) = -activebackground -activeforeground -anchor -background -bitmap -borderwidth -command -compound -cursor -default -disabledforeground -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -image -justify -overrelief -padx -pady -relief -repeatdelay -repeatinterval -state -takefocus -text -textvariable -underline -width -wraplength
  79. options(::canvas) = -background -borderwidth -closeenough -confine -cursor -height -highlightbackground -highlightcolor -highlightthickness -insertbackground -insertborderwidth -insertofftime -insertontime -insertwidth -offset -relief -scrollregion -selectbackground -selectborderwidth -selectforeground -state -takefocus -width -xscrollcommand -xscrollincrement -yscrollcommand -yscrollincrement
  80. options(::checkbutton) = -activebackground -activeforeground -anchor -background -bitmap -borderwidth -command -compound -cursor -disabledforeground -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -image -indicatoron -justify -offrelief -offvalue -onvalue -overrelief -padx -pady -relief -selectcolor -selectimage -state -takefocus -text -textvariable -tristateimage -tristatevalue -underline -variable -width -wraplength
  81. options(::entry) = -background -borderwidth -cursor -disabledbackground -disabledforeground -exportselection -font -foreground -highlightbackground -highlightcolor -highlightthickness -insertbackground -insertborderwidth -insertofftime -insertontime -insertwidth -invalidcommand -justify -readonlybackground -relief -selectbackground -selectborderwidth -selectforeground -show -state -takefocus -textvariable -validate -validatecommand -width -xscrollcommand
  82. options(::frame) = -background -borderwidth -class -colormap -container -cursor -height -highlightbackground -highlightcolor -highlightthickness -padx -pady -relief -takefocus -visual -width
  83. options(::label) = -activebackground -activeforeground -anchor -background -bitmap -borderwidth -compound -cursor -disabledforeground -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -image -justify -padx -pady -relief -state -takefocus -text -textvariable -underline -width -wraplength
  84. options(::labelframe) = -background -borderwidth -class -colormap -container -cursor -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -labelanchor -labelwidget -padx -pady -relief -takefocus -text -visual -width
  85. options(::listbox) = -activestyle -background -borderwidth -cursor -disabledforeground -exportselection -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -justify -listvariable -relief -selectbackground -selectborderwidth -selectforeground -selectmode -setgrid -state -takefocus -width -xscrollcommand -yscrollcommand
  86. options(::menu) = -activebackground -activeborderwidth -activeforeground -background -borderwidth -cursor -disabledforeground -font -foreground -postcommand -relief -selectcolor -takefocus -tearoff -tearoffcommand -title -type
  87. options(::menubutton) = -activebackground -activeforeground -anchor -background -bitmap -borderwidth -compound -cursor -direction -disabledforeground -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -image -indicatoron -justify -menu -padx -pady -relief -state -takefocus -text -textvariable -underline -width -wraplength
  88. options(::message) = -anchor -aspect -background -borderwidth -cursor -font -foreground -highlightbackground -highlightcolor -highlightthickness -justify -padx -pady -relief -takefocus -text -textvariable -width
  89. options(::panedwindow) = -background -borderwidth -cursor -handlepad -handlesize -height -opaqueresize -orient -proxybackground -proxyborderwidth -proxyrelief -relief -sashcursor -sashpad -sashrelief -sashwidth -showhandle -width
  90. options(::radiobutton) = -activebackground -activeforeground -anchor -background -bitmap -borderwidth -command -compound -cursor -disabledforeground -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -image -indicatoron -justify -offrelief -overrelief -padx -pady -relief -selectcolor -selectimage -state -takefocus -text -textvariable -tristateimage -tristatevalue -underline -value -variable -width -wraplength
  91. options(::scale) = -activebackground -background -bigincrement -borderwidth -command -cursor -digits -font -foreground -from -highlightbackground -highlightcolor -highlightthickness -label -length -orient -relief -repeatdelay -repeatinterval -resolution -showvalue -sliderlength -sliderrelief -state -takefocus -tickinterval -to -troughcolor -variable -width
  92. options(::scrollbar) = -activebackground -activerelief -background -borderwidth -command -cursor -elementborderwidth -highlightbackground -highlightcolor -highlightthickness -jump -orient -relief -repeatdelay -repeatinterval -takefocus -troughcolor -width
  93. options(::spinbox) = -activebackground -background -borderwidth -buttonbackground -buttoncursor -buttondownrelief -buttonuprelief -command -cursor -disabledbackground -disabledforeground -exportselection -font -foreground -format -from -highlightbackground -highlightcolor -highlightthickness -increment -insertbackground -insertborderwidth -insertofftime -insertontime -insertwidth -invalidcommand -justify -readonlybackground -relief -repeatdelay -repeatinterval -selectbackground -selectborderwidth -selectforeground -state -takefocus -textvariable -to -validate -validatecommand -values -width -wrap -xscrollcommand
  94. options(::text) = -autoseparators -background -blockcursor -borderwidth -cursor -endline -exportselection -font -foreground -height -highlightbackground -highlightcolor -highlightthickness -inactiveselectbackground -insertbackground -insertborderwidth -insertofftime -insertontime -insertunfocussed -insertwidth -maxundo -padx -pady -relief -selectbackground -selectborderwidth -selectforeground -setgrid -spacing1 -spacing2 -spacing3 -startline -state -tabs -tabstyle -takefocus -undo -width -wrap -xscrollcommand -yscrollcommand
  95. options(::toplevel) = -background -borderwidth -class -colormap -container -cursor -height -highlightbackground -highlightcolor -highlightthickness -menu -padx -pady -relief -screen -takefocus -use -visual -width
  96. options(::ttk::button) = -class -command -compound -cursor -default -image -padding -state -style -takefocus -text -textvariable -underline -width
  97. options(::ttk::checkbutton) = -class -command -compound -cursor -image -offvalue -onvalue -padding -state -style -takefocus -text -textvariable -underline -variable -width
  98. options(::ttk::combobox) = -background -class -cursor -exportselection -font -foreground -height -invalidcommand -justify -postcommand -show -state -style -takefocus -textvariable -validate -validatecommand -values -width -xscrollcommand
  99. options(::ttk::entry) = -background -class -cursor -exportselection -font -foreground -invalidcommand -justify -show -state -style -takefocus -textvariable -validate -validatecommand -width -xscrollcommand
  100. options(::ttk::frame) = -borderwidth -class -cursor -height -padding -relief -style -takefocus -width
  101. options(::ttk::label) = -anchor -background -borderwidth -class -compound -cursor -font -foreground -image -justify -padding -relief -state -style -takefocus -text -textvariable -underline -width -wraplength
  102. options(::ttk::labelframe) = -borderwidth -class -cursor -height -labelanchor -labelwidget -padding -relief -style -takefocus -text -underline -width
  103. options(::ttk::menubutton) = -class -compound -cursor -direction -image -menu -padding -state -style -takefocus -text -textvariable -underline -width
  104. options(::ttk::notebook) = -class -cursor -height -padding -style -takefocus -width
  105. options(::ttk::panedwindow) = -class -cursor -height -orient -style -takefocus -width
  106. options(::ttk::progressbar) = -class -cursor -length -maximum -mode -orient -phase -style -takefocus -value -variable
  107. options(::ttk::radiobutton) = -class -command -compound -cursor -image -padding -state -style -takefocus -text -textvariable -underline -value -variable -width
  108. options(::ttk::scale) = -class -command -cursor -from -length -orient -style -takefocus -to -value -variable
  109. options(::ttk::scrollbar) = -class -command -cursor -orient -style -takefocus
  110. options(::ttk::separator) = -class -cursor -orient -style -takefocus
  111. options(::ttk::sizegrip) = -class -cursor -style -takefocus
  112. options(::ttk::spinbox) = -background -class -command -cursor -exportselection -font -foreground -format -from -increment -invalidcommand -justify -show -state -style -takefocus -textvariable -to -validate -validatecommand -values -width -wrap -xscrollcommand
  113. options(::ttk::treeview) = -class -columns -cursor -displaycolumns -height -padding -selectmode -show -style -takefocus -xscrollcommand -yscrollcommand
  114.