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

/ast/src/lib/libtk/generic/
H A DtkTextWind.c265 ewPtr->body.ew.displayed = 0;
733 * displayed. The chunkPtr structure is filled in.
990 * Mark the window as displayed so that it won't get unmapped.
993 ewPtr->body.ew.displayed = 1;
1003 * window is no longer going to be displayed. It arranges
1033 ewPtr->body.ew.displayed = 0;
1142 if (!ewPtr->body.ew.displayed && (ewPtr->body.ew.tkwin != NULL)) {
H A DtkText.h108 int displayed; /* Non-zero means that the window member in struct:TkTextEmbWindow
109 * has been displayed on the screen
173 * The structure below represents a chunk of stuff that is displayed
207 * ceases to be displayed on screen
214 * displayed in the chunk. */
343 * way information is displayed on the screen
584 * displayed on screen.
/ast/src/lib/libtk/library/demos/
H A Dstyle.tcl68 characters will be displayed with the styles you chose. The
108 $w.text insert end " You can arrange for lines to be displayed\n"

Completed in 25 milliseconds