Searched refs:controls (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dbind.tcl40 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/cmd/nmake/
H A Dparse.c153 static Namval_t controls[] = /* control keywords */ variable
973 i = (nv = (Namval_t*)strsearch(controls, elementsof(controls), sizeof(*controls), stracmp, s, NiL)) ? nv->value : 0;

Completed in 15 milliseconds