diff options
author | jenglish <jenglish@flightlab.com> | 2008-03-06 16:33:25 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-03-06 16:33:25 (GMT) |
commit | 8c7f49122a2991d72a898f07454f71393b3fe92f (patch) | |
tree | 5897551b9467bf542c497177ce2b3751af8779bf /doc | |
parent | eff9e7b132d60874582d94af7e9d765c26ebeb5d (diff) | |
download | tk-8c7f49122a2991d72a898f07454f71393b3fe92f.zip tk-8c7f49122a2991d72a898f07454f71393b3fe92f.tar.gz tk-8c7f49122a2991d72a898f07454f71393b3fe92f.tar.bz2 |
Move "TAB IDENTIFIERS" section above "WIDGET COMMAND" section [Bug 1882011].
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_notebook.n | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/ttk_notebook.n b/doc/ttk_notebook.n index bfdfd72..7d7e4d1 100644 --- a/doc/ttk_notebook.n +++ b/doc/ttk_notebook.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_notebook.n,v 1.11 2008/01/29 15:38:00 dkf Exp $ +'\" RCS: @(#) $Id: ttk_notebook.n,v 1.12 2008/03/06 16:33:30 jenglish Exp $ '\" .so man.macros .TH ttk::notebook n 8.5 Tk "Tk Themed Widget" @@ -79,6 +79,27 @@ Specifies the integer index (0-based) of a character to underline in the text string. The underlined character is used for mnemonic activation if \fBttk::notebook::enableTraversal\fR is called. +.SH "TAB IDENTIFIERS" +The \fItabid\fR argument to the following commands may take +any of the following forms: +.IP \(bu +An integer between zero and the number of tabs; +.IP \(bu +The name of a slave window; +.IP \(bu +A positional specification of the form +.QW @\fIx\fR,\fIy\fR , +which identifies the tab +.IP \(bu +The literal string +.QW \fBcurrent\fR , +which identifies the currently-selected tab; or: +.IP \(bu +The literal string +.QW \fBend\fR , +which returns the number of tabs +(only valid for +.QW "\fIpathname \fBindex\fR" ). .SH "WIDGET COMMAND" .TP \fIpathname \fBadd\fR \fIwindow\fR ?\fIoptions...\fR? @@ -161,27 +182,6 @@ Multiple notebooks in a single toplevel may be enabled for traversal, including nested notebooks. However, notebook traversal only works properly if all panes are direct children of the notebook. -.SH "TAB IDENTIFIERS" -The \fItabid\fR argument to the above commands may take -any of the following forms: -.IP \(bu -An integer between zero and the number of tabs; -.IP \(bu -The name of a slave window; -.IP \(bu -A positional specification of the form -.QW @\fIx\fR,\fIy\fR , -which identifies the tab -.IP \(bu -The literal string -.QW \fBcurrent\fR , -which identifies the currently-selected tab; or: -.IP \(bu -The literal string -.QW \fBend\fR , -which returns the number of tabs -(only valid for -.QW "\fIpathname \fBindex\fR" ). .SH "VIRTUAL EVENTS" The notebook widget generates a \fB<<NotebookTabChanged>>\fR virtual event after a new tab is selected. |