logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget

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(3tk)

Name

       Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget

Synopsis

#include<tk.h>Tk_DrawFocusHighlight(tkwin,gc,width,drawable)

See Also