diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2019-04-13 16:28:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2019-04-13 16:28:22 (GMT) |
commit | f5fe822ece89da837463d9d91d80569c42abaa51 (patch) | |
tree | 977f83783fc3b133112ff6c71c617066935bf959 /doc/frame.n | |
parent | d9b66e0da39dcadfc4595f6b23f589f9d9560a8b (diff) | |
parent | a955dbaac96f1fbdba1e1b4b197703ac45a2e5f0 (diff) | |
download | tk-f5fe822ece89da837463d9d91d80569c42abaa51.zip tk-f5fe822ece89da837463d9d91d80569c42abaa51.tar.gz tk-f5fe822ece89da837463d9d91d80569c42abaa51.tar.bz2 |
Doc tweak for frames and toplevels
Diffstat (limited to 'doc/frame.n')
-rw-r--r-- | doc/frame.n | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/frame.n b/doc/frame.n index 6aa412e..9c34d03 100644 --- a/doc/frame.n +++ b/doc/frame.n @@ -99,21 +99,25 @@ The \fBframe\fR command creates a new Tcl command whose name is the same as the path name of the frame's window. This command may be used to invoke various operations on the widget. It has the following general form: +.PP .CS \fIpathName option \fR?\fIarg arg ...\fR? .CE +.PP \fIPathName\fR is the name of the command, which is the same as the frame widget's path name. \fIOption\fR and the \fIarg\fRs determine the exact behavior of the command. The following commands are possible for frame widgets: .TP \fIpathName \fBcget\fR \fIoption\fR +. Returns the current value of the configuration option given by \fIoption\fR. \fIOption\fR may have any of the values accepted by the \fBframe\fR command. .TP \fIpathName \fBconfigure\fR ?\fIoption\fR? \fI?value option value ...\fR? +. Query or modify the configuration options of the widget. If no \fIoption\fR is specified, returns a list describing all of the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for |