Searched refs:TK_CONTAINER (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinEmbed.c186 if (!(usePtr->flags & TK_CONTAINER)) {
307 winPtr->flags |= TK_CONTAINER;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXEmbed.c236 if (!(usePtr->flags & TK_CONTAINER)) {
405 winPtr->flags |= TK_CONTAINER;
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixEmbed.c126 if (!(usePtr->flags & TK_CONTAINER)) {
295 winPtr->flags |= TK_CONTAINER;
H A DtkUnixWm.c5939 if ((winPtr->flags & TK_CONTAINER)
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXEmbed.c240 if (!(usePtr->flags & TK_CONTAINER)) {
416 winPtr->flags |= TK_CONTAINER;
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixEmbed.c128 if (!(usePtr->flags & TK_CONTAINER)) {
298 winPtr->flags |= TK_CONTAINER;
H A DtkUnixWm.c5459 if ((winPtr->flags & TK_CONTAINER)
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkWindow.c1039 (parentPtr->flags & TK_CONTAINER)) {
1102 (parentPtr->flags & TK_CONTAINER)) {
1215 if (((TkWindow *) parent)->flags & TK_CONTAINER) {
1377 if ((winPtr->flags & (TK_CONTAINER|TK_BOTH_HALVES))
1378 == (TK_CONTAINER|TK_BOTH_HALVES)) {
H A Dtk.h716 (((Tk_FakeWin *) (tkwin))->flags & TK_CONTAINER)
831 * TK_CONTAINER: 1 means that this window is a container, and
877 #define TK_CONTAINER 0x200
875 #define TK_CONTAINER macro
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkWindow.c1036 (parentPtr->flags & TK_CONTAINER)) {
1103 (parentPtr->flags & TK_CONTAINER)) {
1221 } else if (((TkWindow *) parent)->flags & TK_CONTAINER) {
1387 if ((winPtr->flags & (TK_CONTAINER|TK_BOTH_HALVES))
1388 == (TK_CONTAINER|TK_BOTH_HALVES)) {
H A Dtk.h716 (((Tk_FakeWin *) (tkwin))->flags & TK_CONTAINER)
832 * TK_CONTAINER: 1 means that this window is a container, and
880 #define TK_CONTAINER 0x200
879 #define TK_CONTAINER macro
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinEmbed.c379 winPtr->flags |= TK_CONTAINER;

Completed in 149 milliseconds