diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-27 09:00:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-27 09:00:32 (GMT) |
commit | 3e6009acd5cde4474afa45471a86b3cb31d29e98 (patch) | |
tree | 63bf8f2c5293c645e3a3726a08fd60b03cdf018e /doc | |
parent | 5f254d1c90e844755783f963cdb29a48cc20f836 (diff) | |
download | tk-3e6009acd5cde4474afa45471a86b3cb31d29e98.zip tk-3e6009acd5cde4474afa45471a86b3cb31d29e98.tar.gz tk-3e6009acd5cde4474afa45471a86b3cb31d29e98.tar.bz2 |
Remove outdated documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menubar.n | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/menubar.n b/doc/menubar.n deleted file mode 100644 index eeeb208..0000000 --- a/doc/menubar.n +++ /dev/null @@ -1,38 +0,0 @@ -'\" -'\" Copyright (c) 1992 The Regents of the University of California. -'\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -'\" -'\" See the file "license.terms" for information on usage and redistribution -'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" -.TH tk_menuBar n "" Tk "Tk Built-In Commands" -.so man.macros -.BS -'\" Note: do not modify the .SH NAME line immediately below! -.SH NAME -tk_menuBar, tk_bindForTraversal \- Obsolete support for menu bars -.SH SYNOPSIS -\fBtk_menuBar \fIframe \fR?\fImenu menu ...\fR? -.sp -\fBtk_bindForTraversal \fIarg ... \fR -.BE -.SH DESCRIPTION -.PP -These procedures were used in Tk 3.6 and earlier releases to help -manage pulldown menus and to implement keyboard traversal of menus. -In Tk 4.0 and later releases they are no -longer needed. Stubs for these procedures have been retained for -backward compatibility, but they have no effect. You should remove -calls to these procedures from your code, since eventually the -procedures will go away. -.PP -From Tk 8.0 onwards, you should instead construct your menubar as a -normal \fBmenu\fR and then attach it to the \fBtoplevel\fR of your -choice using the \fB\-menu\fR option of that widget. -.SH "SEE ALSO" -menu(n), toplevel(n) -.SH KEYWORDS -keyboard traversal, menu, menu bar, post -'\" Local Variables: -'\" mode: nroff -'\" End: |