osx man page for tk_drawfocushighlight

Query: tk_drawfocushighlight

OS: osx

Section: 3

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

Tk_DrawFocusHighlight(3)				       Tk Library Procedures					  Tk_DrawFocusHighlight(3)

__________________________________________________________________________________________________________________________________________________

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 Tk 4.0 Tk_DrawFocusHighlight(3)
Related Man Pages
tk_freeimage(3) - mojave
tk_redrawimage(3) - centos
tk_sizeofimage(3) - centos
tk_freeimage(3) - suse
tk_getimage(3) - suse
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
At A Glance Coloured Real Time Bargraph Generator...
To print diamond asterisk pattern based on inputs
My first PERL incarnation... Audio Oscillograph
Python: Refer a properties file from different location