DrawFocHlt.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: DrawFocHlt.3,v 1.3 2000/03/31 09:23:48 hobbs Exp $
  8. '" 
  9. .so man.macros
  10. .TH Tk_DrawFocusHighlight 3 4.0 Tk "Tk Library Procedures"
  11. .BS
  12. .SH NAME
  13. Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget
  14. .SH SYNOPSIS
  15. .nf
  16. fB#include <tk.h>fR
  17. .sp
  18. fBTk_DrawFocusHighlight(fItkwin, gc, width, drawablefB)fR
  19. .SH ARGUMENTS
  20. .AS "Tcl_Interp" *joinPtr
  21. .AP Tk_Window tkwin in
  22. Window for which the highlight is being drawn.  Used to retrieve
  23. the window's dimensions, among other things.
  24. .AP GC gc in
  25. Graphics context to use for drawing the highlight.
  26. .AP int width in
  27. Width of the highlight ring, in pixels.
  28. .AP Drawable drawable in
  29. Drawable in which to draw the highlight;  usually an offscreen
  30. pixmap for double buffering.
  31. .BE
  32. .SH DESCRIPTION
  33. .PP
  34. fBTk_DrawFocusHighlightfR is a utility procedure that draws the
  35. traversal highlight ring for a widget.
  36. It is typically invoked by widgets during redisplay.
  37. .SH KEYWORDS
  38. focus, traversal highlight