Lines Matching defs:screen
272 * of the current display and screen in the interpreter, so that
273 * a script can be invoked whenever the display/screen changes
281 int curScreenIndex; /* Index of screen for last binding command. */
1401 * Save information about the current screen, then invoke a script
1402 * if the screen has changed.
1461 * screen is no longer current. Change the current display
2162 * This procedure is invoked whenever the current screen changes
2164 * "tkScreenChanged", passing it the screen name as argument.
2183 int screenIndex; /* Index of new screen. */
2187 char screen[30];
2192 sprintf(screen, ".%d", screenIndex);
2193 Tcl_DStringAppend(&cmd, screen, -1);
2197 "\n (changing screen in event binding)");