URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [insight/] [tk/] [doc/] [DrawFocHlt.3] - Blame information for rev 1765
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
578 |
markom |
'\"
|
2 |
|
|
'\" Copyright (c) 1995-1996 Sun Microsystems, Inc.
|
3 |
|
|
'\"
|
4 |
|
|
'\" See the file "license.terms" for information on usage and redistribution
|
5 |
|
|
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
6 |
|
|
'\"
|
7 |
|
|
'\" RCS: @(#) $Id: DrawFocHlt.3,v 1.1.1.1 2002-01-16 10:25:48 markom Exp $
|
8 |
|
|
'\"
|
9 |
|
|
.so man.macros
|
10 |
|
|
.TH Tk_DrawFocusHighlight 3 4.0 Tk "Tk Library Procedures"
|
11 |
|
|
.BS
|
12 |
|
|
.SH NAME
|
13 |
|
|
Tk_DrawFocusHighlight \- draw the traversal highlight ring for a widget
|
14 |
|
|
.SH SYNOPSIS
|
15 |
|
|
.nf
|
16 |
|
|
\fB#include \fR
|
17 |
|
|
.sp
|
18 |
|
|
\fBTk_GetPixels(\fItkwin, gc, width, drawable\fB)\fR
|
19 |
|
|
.SH ARGUMENTS
|
20 |
|
|
.AS "Tcl_Interp" *joinPtr
|
21 |
|
|
.AP Tk_Window tkwin in
|
22 |
|
|
Window for which the highlight is being drawn. Used to retrieve
|
23 |
|
|
the window's dimensions, among other things.
|
24 |
|
|
.AP GC gc in
|
25 |
|
|
Graphics context to use for drawing the highlight.
|
26 |
|
|
.AP int width in
|
27 |
|
|
Width of the highlight ring, in pixels.
|
28 |
|
|
.AP Drawable drawable in
|
29 |
|
|
Drawable in which to draw the highlight; usually an offscreen
|
30 |
|
|
pixmap for double buffering.
|
31 |
|
|
.BE
|
32 |
|
|
|
33 |
|
|
.SH DESCRIPTION
|
34 |
|
|
.PP
|
35 |
|
|
\fBTk_DrawFocusHighlight\fR is a utility procedure that draws the
|
36 |
|
|
traversal highlight ring for a widget.
|
37 |
|
|
It is typically invoked by widgets during redisplay.
|
38 |
|
|
|
39 |
|
|
.SH KEYWORDS
|
40 |
|
|
focus, traversal highlight
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.