Searched refs:TYPE_TOPLEVEL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFrame.c25 TYPE_FRAME, TYPE_TOPLEVEL, TYPE_LABELFRAME enumerator in enum:FrameType
385 return CreateFrame(clientData, interp, objc, objv, TYPE_TOPLEVEL, NULL);
440 toplevel ? TYPE_TOPLEVEL : TYPE_FRAME, appName);
503 } else if ((c == 's') && (type == TYPE_TOPLEVEL)
506 } else if ((c == 'u') && (type == TYPE_TOPLEVEL)
530 screenName = (type == TYPE_TOPLEVEL) ? "" : NULL;
613 if (type == TYPE_TOPLEVEL) {
655 if (type == TYPE_TOPLEVEL) {
673 if (type == TYPE_TOPLEVEL) {
778 || ((c == 's') && (framePtr->type == TYPE_TOPLEVEL)
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFrame.c27 TYPE_FRAME, TYPE_TOPLEVEL, TYPE_LABELFRAME enumerator in enum:FrameType
409 return CreateFrame(clientData, interp, objc, objv, TYPE_TOPLEVEL,
465 toplevel ? TYPE_TOPLEVEL : TYPE_FRAME, appName);
528 } else if ((c == 's') && (type == TYPE_TOPLEVEL)
531 } else if ((c == 'u') && (type == TYPE_TOPLEVEL)
556 screenName = (type == TYPE_TOPLEVEL) ? "" : NULL;
634 if (type == TYPE_TOPLEVEL) {
675 if (type == TYPE_TOPLEVEL) {
693 if (type == TYPE_TOPLEVEL) {
802 || ((c == 's') && (framePtr->type == TYPE_TOPLEVEL)
[all...]

Completed in 183 milliseconds