Lines Matching defs:window

56  * containing a window managed by Tk:
117 * application name on each comm window. */
187 * last window for which we've gotten an
189 * the last window known to have contained
215 /* First in list of chunks of window
250 /* If the focus arrived at a toplevel window
253 * to the toplevel window. Otherwise it is
256 /* This points to a toplevel window that is
260 * unmapped window). NULL means no delayed
294 Tcl_HashTable winTable; /* Maps from X window ids to TkWindow ptrs. */
346 * associated with window (NULL means
352 * window (created by a call to Tk_CreateMainWindow). It stores
354 * with a particular main window.
363 * window isn't necessarily the last one
365 struct TkWindow *winPtr; /* Pointer to main window. */
369 * main window. Managed by tkWindow.c. */
384 /* The most recent window that was given the
390 * main window. NULL means uninitialized.
401 * Tk keeps one of the following structures for each window.
417 Display *display; /* Display containing window. */
419 * for window. */
420 int screenNum; /* Index of screen for window, among all
422 Visual *visual; /* Visual to use for window. If not default,
423 * MUST be set before X window is created. */
425 Window window; /* X's id for window. NULL means window
433 struct TkWindow *parentPtr; /* Pointer to parent window (logical
435 * means either this is the main window, or
436 * the window's parent has already been
443 * window. NULL means this window is
450 * Name and type information for the window:
453 char *pathName; /* Path name of window (concatenation
454 * of all names between this window and
458 * the window hasn't been completely
460 Tk_Uid nameUid; /* Name of the window within its parent
462 Tk_Uid classUid; /* Class of the window. NULL means window
466 * Geometry and other attributes of window. This information
469 * At present, information can be dirty only if the window
474 * window. */
477 XSetWindowAttributes atts; /* Current attributes of window. */
490 * declared for this window, or
502 * on this window. Each tag is a Tk_Uid.
508 * window.
512 * currently cached for this window.
530 * this window. */
536 int internalBorderWidth; /* Width of internal border of window
542 * Information maintained by tkWm.c for window manager communication.
745 EXTERN TkWindow * TkIDToWindow _ANSI_ARGS_((Window window,