Searched refs:styles (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dstyle.tcl4 # various display styles that may be set for tags.
27 # Set up display styles
62 variety of styles. Display styles are controlled using a mechanism
67 tags with various display styles. If you do this, then the tagged
68 characters will be displayed with the styles you chose. The
69 available display styles are:
H A Dbind.tcl27 # Set up display styles.
40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/ast/src/lib/libast/misc/
H A Doptget.c229 static const Help_t styles[] = variable
2430 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0)
2444 for (i = 0; i < elementsof(styles); i++)
2445 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text);
3626 if (hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[
[all...]

Completed in 20 milliseconds