1Tk_DrawFocusHighlight(3)     Tk Library Procedures    Tk_DrawFocusHighlight(3)
2
3
4
5______________________________________________________________________________
6

NAME

8       Tk_DrawFocusHighlight - draw the traversal highlight ring for a widget
9

SYNOPSIS

11       #include <tk.h>
12
13       Tk_DrawFocusHighlight(tkwin, gc, width, drawable)
14

ARGUMENTS

16       Tk_Window tkwin (in)              Window for which the highlight is be‐
17                                         ing drawn.  Used to retrieve the win‐
18                                         dow's dimensions, among other things.
19
20       GC gc (in)                        Graphics  context  to use for drawing
21                                         the highlight.
22
23       int width (in)                    Width of the highlight ring, in  pix‐
24                                         els.
25
26       Drawable drawable (in)            Drawable  in  which to draw the high‐
27                                         light;  usually an  offscreen  pixmap
28                                         for double buffering.
29______________________________________________________________________________
30

DESCRIPTION

32       Tk_DrawFocusHighlight  is  a utility procedure that draws the traversal
33       highlight ring for a widget.  It is typically invoked by widgets during
34       redisplay.
35

KEYWORDS

37       focus, traversal highlight
38
39
40
41Tk                                    4.0             Tk_DrawFocusHighlight(3)
Impressum