opensolaris man page for tk_drawfocushighlight

Query: tk_drawfocushighlight

OS: opensolaris

Section: 3tk

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Tk_DrawFocusHighlight(3TK)				       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 pixels. Drawable drawable (in) Drawable in which to draw the highlight; 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 dur- ing redisplay.
KEYWORDS
focus, traversal highlight
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+
NOTES
Source for Tk is available on http://opensolaris.org. Tk 4.0 Tk_DrawFocusHighlight(3TK)
Related Man Pages
tk_getoption(3tk) - opensolaris
tk_drawfocushighlight(3tk) - opensolaris
tk_getrootcoords(3tk) - opensolaris
tk_setcaretpos(3tk) - opensolaris
tk_sizeofimage(3tk) - opensolaris
Similar Topics in the Unix Linux Community
question about regular expression
GNU Source-highlight 2.10 (Default branch)
GNU Source-highlight 2.11 (Default branch)
GNU Source-highlight 2.11.1 (Default branch)
SourceHighlightIDE 0.3 (Default branch)