| Line 92... |
Line 92... |
| 92 |
These functions create Tk widgets. \code{tkwidget} creates a widget of
|
92 |
These functions create Tk widgets. \code{tkwidget} creates a widget of
|
| 93 |
a given type, the others simply call \code{tkwidget} with the
|
93 |
a given type, the others simply call \code{tkwidget} with the
|
| 94 |
respective \code{type} argument.
|
94 |
respective \code{type} argument.
|
| 95 |
|
95 |
|
| 96 |
The functions starting \code{ttk} are for the themed widget set for Tk
|
96 |
The functions starting \code{ttk} are for the themed widget set for Tk
|
| 97 |
8.5 or later. A tutorial can be found at \url{http://www.tkdocs.com}.
|
97 |
8.5 or later. A tutorial can be found at \url{https://tkdocs.com/}.
|
| 98 |
|
98 |
|
| 99 |
It is not possible to describe the widgets and their arguments in
|
99 |
It is not possible to describe the widgets and their arguments in
|
| 100 |
full. Please refer to the Tcl/Tk documentation.
|
100 |
full. Please refer to the Tcl/Tk documentation.
|
| 101 |
}
|
101 |
}
|
| 102 |
\seealso{\code{\link{TclInterface}}, \code{\link{TkCommands}},
|
102 |
\seealso{\code{\link{TclInterface}}, \code{\link{TkCommands}},
|