| Tk documentation | Contained in the Tk distribution. |
Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget
#include <tk.h>
Tk_GetPixels(tkwin, gc, width, drawable)
Window for which the highlight is being drawn. Used to retrieve the window's dimensions, among other things.
Graphics context to use for drawing the highlight.
Width of the highlight ring, in pixels.
Drawable in which to draw the highlight; usually an offscreen pixmap for double buffering.
Tk_DrawFocusHighlight is a utility procedure that draws the traversal highlight ring for a widget. It is typically invoked by widgets during redisplay.
focus, traversal highlight
| Tk documentation | Contained in the Tk distribution. |
# Copyright (c) 1995-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. # #