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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1995-1996 Sun Microsystems, Inc.
  3. '"
  4. '" See the file "license.terms" for information on usage and redistribution
  5. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  6. '" 
  7. '" RCS: @(#) $Id: StrictMotif.3,v 1.2 1998/09/14 18:22:54 stanton Exp $
  8. '" 
  9. .so man.macros
  10. .TH Tk_StrictMotif 3 4.0 Tk "Tk Library Procedures"
  11. .BS
  12. .SH NAME
  13. Tk_StrictMotif - Return value of tk_strictMotif variable
  14. .SH SYNOPSIS
  15. .nf
  16. fB#include <tk.h>fR
  17. .sp
  18. int
  19. fBTk_StrictMotiffR(fItkwinfR)
  20. .SH ARGUMENTS
  21. .AS Tk_Window tkwin
  22. .AP Tk_Window tkwin in
  23. Token for window.
  24. .BE
  25. .SH DESCRIPTION
  26. .PP
  27. This procedure returns the current value of the fBtk_strictMotiffR
  28. variable in the interpreter associated with fItkwinfR's application.
  29. The value is returned as an integer that is either 0 or 1.
  30. 1 means that strict Motif compliance has been requested, so anything
  31. that is not part of the Motif specification should be avoided.
  32. 0 means that ``Motif-like'' is good enough, and extra features
  33. are welcome.
  34. .PP
  35. This procedure uses a link to the Tcl variable to provide much
  36. faster access to the variable's value than could be had by calling
  37. fBTcl_GetVarfR.
  38. .SH KEYWORDS
  39. Motif compliance, tk_strictMotif variable