~ubuntu-branches/ubuntu/dapper/tk8.0/dapper-updates

« back to all changes in this revision

Viewing changes to doc/DrawFocHlt.3

  • Committer: Bazaar Package Importer
  • Author(s): Mike Markley
  • Date: 2001-07-24 21:57:40 UTC
  • Revision ID: james.westby@ubuntu.com-20010724215740-r70t25rtmbqjil2h
Tags: upstream-8.0.5
ImportĀ upstreamĀ versionĀ 8.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\"
 
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.2 1998/09/14 18:22:47 stanton 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 <tk.h>\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