• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tk84/tk/unix/

Lines Matching +defs:child +defs:name

57 				 * that is a child of the root window (may
62 * NULL, use name of widget. Malloced. */
66 char *leaderName; /* Path name of leader of window group
283 "wm", /* name */
292 "menubar", /* name */
940 Tcl_DString name, class;
942 Tcl_UtfToExternalDString(NULL, winPtr->nameUid, -1, &name);
945 classPtr->res_name = Tcl_DStringValue(&name);
950 Tcl_DStringFree(&name);
1273 Tcl_WrongNumArgs(interp, 2, objv, "window ?name?");
2687 Tcl_WrongNumArgs(interp, 2, objv, "window ?name? ?command?");
4516 * icon name. It sets the ICCCM-defined properties WM_NAME
4557 * Set icon name:
4960 char *name = Tcl_GetStringFromObj(objv[n], &len);
4961 Tcl_UtfToUpper(name);
4962 Tcl_UtfToExternalDString(NULL, name, len, &dsName);
5029 const char *name = Tk_GetAtomName(tkwin, atoms[n]);
5030 if (strncmp("_NET_WM_WINDOW_TYPE_", name, 20) == 0) {
5031 Tcl_ExternalToUtfDString(NULL, name+20, -1, &ds);
5308 Window window, parent, child;
5339 * root. For each window, find the child that contains the given
5340 * point and then see if this child is either a wrapper for one of
5356 x, y, &childX, &childY, &child) == False) {
5364 if (child == None) {
5370 if (wmPtr->reparent == child) {
5374 if (child == wmPtr->wrapperPtr->window) {
5377 } else if (child == wmPtr->winPtr->window) {
5384 window = child;
5431 * repeat the whole process on that child.
5775 * Note: it's very important to retrieve the protocol name now,
5776 * before invoking the command, even though the name won't be used
6246 Window w, root, child;
6256 if (XQueryPointer(winPtr->display, w, &root, &child, &rootX, &rootY,