menubar.n
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1992 The Regents of the University of California.
  3. '" Copyright (c) 1994-1996 Sun Microsystems, Inc.
  4. '"
  5. '" See the file "license.terms" for information on usage and redistribution
  6. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '" 
  8. '" RCS: @(#) $Id: menubar.n,v 1.2.26.1 2004/10/28 10:19:29 dkf Exp $
  9. '" 
  10. .so man.macros
  11. .TH tk_menuBar n "" Tk "Tk Built-In Commands"
  12. .BS
  13. '" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. tk_menuBar, tk_bindForTraversal - Obsolete support for menu bars
  16. .SH SYNOPSIS
  17. fBtk_menuBar fIframe fR?fImenu menu ...fR?
  18. .sp
  19. fBtk_bindForTraversal fIarg arg ... fR
  20. .BE
  21. .SH DESCRIPTION
  22. .PP
  23. These procedures were used in Tk 3.6 and earlier releases to help
  24. manage pulldown menus and to implement keyboard traversal of menus.
  25. In Tk 4.0 and later releases they are no
  26. longer needed.  Stubs for these procedures have been retained for
  27. backward compatibility, but they have no effect.  You should remove
  28. calls to these procedures from your code, since eventually the
  29. procedures will go away.
  30. .PP
  31. From Tk 8.0 onwards, you should instead construct your menubar as a
  32. normal fBmenufR and then attach it to the fBtoplevelfR of your
  33. choice using the fB-menufR option of that widget.
  34. .SH "SEE ALSO"
  35. menu(n), toplevel(n)
  36. .SH KEYWORDS
  37. keyboard traversal, menu, menu bar, post