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_GetOption(3TK)					       Tk Library Procedures						 Tk_GetOption(3TK)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_GetOption - retrieve an option from the option database SYNOPSIS
#include <tk.h> Tk_Uid Tk_GetOption(tkwin, name, class) ARGUMENTS
Tk_Window tkwin (in) Token for window. CONST char *name (in) Name of desired option. CONST char *class (in) Class of desired option. Null means there is no class for this option; do lookup based on name only. _________________________________________________________________ DESCRIPTION
This procedure is invoked to retrieve an option from the database associated with tkwin's main window. If there is an option for tkwin that matches the given name or class, then it is returned in the form of a Tk_Uid. If multiple options match name and class, then the highest-priority one is returned. If no option matches, then NULL is returned. Tk_GetOption caches options related to tkwin so that successive calls for the same tkwin will execute much more quickly than successive calls for different windows. KEYWORDS
class, name, option, retrieve 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 Tk_GetOption(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