Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tk_drawfocushighlight(3tk) [opensolaris man page]

Tk_DrawFocusHighlight(3TK)				       Tk Library Procedures					Tk_DrawFocusHighlight(3TK)

__________________________________________________________________________________________________________________________________________________

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 dur- ing redisplay. KEYWORDS
focus, traversal highlight ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tk is available on http://opensolaris.org. Tk 4.0 Tk_DrawFocusHighlight(3TK)

Check Out this Related Man Page

Tk_ClearSelection(3TK)					       Tk Library Procedures					    Tk_ClearSelection(3TK)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_ClearSelection - Deselect a selection SYNOPSIS
#include <tk.h> Tk_ClearSelection(tkwin, selection) ARGUMENTS
Tk_Window tkwin (in) The selection will be cleared from the display containing this window. Atom selection(in) The name of selection to be cleared. _________________________________________________________________ DESCRIPTION
Tk_ClearSelection cancels the selection specified by the atom selection for the display containing tkwin. The selection need not be in tkwin itself or even in tkwin's application. If there is a window anywhere on tkwin's display that owns selection, the window will be notified and the selection will be cleared. If there is no owner for selection on the display, then the procedure has no effect. KEYWORDS
clear, selection ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tk is available on http://opensolaris.org. Tk 4.0 Tk_ClearSelection(3TK)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

question about regular expression

why does * highlight everything in it... shouldn't it only highlight capital letters? (0 Replies)
Discussion started by: brentdeback
0 Replies

2. HP-UX

How to highlight syntax in Hp-UX vi editor?

Hi , How do i highlight syntax in vi editor on HP-UX. any suggestion highly appreciated. -Ashok (1 Reply)
Discussion started by: ashokd001
1 Replies

3. Web Development

Vue.js component: Beautiful code highlighter

Sooner than later I will render forum discussions in Vue.js to complement the standard way of showing forum threads. Today, I ran across this component, vue-code-highlight Beautiful code syntax highlighting as Vue.js component. https://www.unix.com/members/1-albums225-picture1199.jpg ... (1 Reply)
Discussion started by: Neo
1 Replies