Tk Library Procedures Tk_DrawFocusHighlight(3TK)
_________________________________________________________________
NAME
Tk_DrawFocusHighlight - draw the traversal highlight ring
for a widgetSYNOPSIS
#include
Tk_DrawFocusHighlight(tkwin, gc, width, drawable)
ARGUMENTSTk_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 pixels. Drawable drawable (in) Drawable in which to draw the highlight; usually anoffscreen pixmap for dou-
ble 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 highlightATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: Tk Last change: 4.0 1Tk Library Procedures Tk_DrawFocusHighlight(3TK)
_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | runtime/tk-8 |
|____________________|__________________|_
| Interface Stability| Uncommitted ||____________________|_________________|
NOTES Source for Tk is available on http://opensolaris.org. Tk Last change: 4.0 2