ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



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 during redisplay.


KEYWORDS
       focus, traversal highlight



Tk                                                   4.0                            Tk_DrawFocusHighlight(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.