Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget
#include <tk.h> Tk_DrawFocusHighlight(tkwin, gc, width, drawable)
Tk Library Procedures Tk_DrawFocusHighlight(3tk)
______________________________________________________________________________
NAME
Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget
SYNOPSIS
#include <tk.h>
Tk_DrawFocusHighlight(tkwin, gc, width, drawable)
ARGUMENTS
Tk_Window tkwin (in) Window for which the highlight is
being drawn. Used to retrieve the
window's dimensions, among other
things.
GC gc (in) Graphics context to use for drawing
the highlight.
int width (in) Width of the highlight ring, in pix-
els.
Drawable drawable (in) Drawable in which to draw the high-
light; usually an offscreen pixmap
for double buffering.
______________________________________________________________________________
DESCRIPTION
Tk_DrawFocusHighlight is a utility procedure that draws the traversal
highlight ring for a widget. It is typically invoked by widgets during
redisplay.
KEYWORDS
focus, traversal highlight
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | runtime/tk-8 |
+---------------+------------------+
|Stability | Uncommitted |
+---------------+------------------+
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from https://source-
forge.net/projects/tcl/files/Tcl/8.6.7/tk8.6.7-src.tar.gz/download.
Further information about this software can be found on the open source
community website at https://www.tcl.tk/.
Tk 4.0
Tk_DrawFocusHighlight(3tk)