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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1990-1994 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: optionMenu.n,v 1.2 1998/09/14 18:22:58 stanton Exp $
  9. '" 
  10. .so man.macros
  11. .TH tk_optionMenu n 4.0 Tk "Tk Built-In Commands"
  12. .BS
  13. '" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. tk_optionMenu - Create an option menubutton and its menu
  16. .SH SYNOPSIS
  17. fBtk_optionMenu fIw varName value fR?fIvalue value ...fR?
  18. .BE
  19. .SH DESCRIPTION
  20. .PP
  21. This procedure creates an option menubutton whose name is fIwfR,
  22. plus an associated menu.
  23. Together they allow the user to select one of the values
  24. given by the fIvaluefR arguments.
  25. The current value will be stored in the global variable whose
  26. name is given by fIvarNamefR and it will also be displayed as the label
  27. in the option menubutton.
  28. The user can click on the menubutton to display a menu containing
  29. all of the fIvaluefRs and thereby select a new value.
  30. Once a new value is selected, it will be stored in the variable
  31. and appear in the option menubutton.
  32. The current value can also be changed by setting the variable.
  33. .PP
  34. The return value from fBtk_optionMenufR is the name of the menu
  35. associated with fIwfR, so that the caller can change its configuration
  36. options or manipulate it in other ways.
  37. .SH KEYWORDS
  38. option menu