Searched defs:icon (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c70 Tk_Uid iconName; /* Name to display in icon. */
83 Tk_Window icon; /* Window to use as icon for this window, member in struct:TkWmInfo
85 Tk_Window iconFor; /* Window for which this window is icon, or
86 * NULL if this isn't an icon for anyone. */
372 wmPtr->icon = NULL;
512 * This window is an icon for somebody else. Make sure that
629 if (wmPtr->icon != NULL) {
630 wmPtr2 = ((TkWindow *) wmPtr->icon)->wmInfoPtr;
636 wmPtr2->icon
[all...]

Completed in 20 milliseconds