Searched refs:TK_TOP_LEVEL (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkWindow.c308 * (Need to set the TK_TOP_LEVEL flag immediately here; otherwise
313 winPtr->flags |= TK_TOP_LEVEL;
1098 if (winPtr->flags & TK_TOP_LEVEL) {
1107 if ((winPtr->flags & TK_TOP_LEVEL)
1215 if (winPtr->flags & TK_TOP_LEVEL) {
1272 if ((winPtr->parentPtr == NULL) || (winPtr->flags & TK_TOP_LEVEL)) {
1291 if (!(winPtr->flags & TK_TOP_LEVEL)) {
1305 if ((winPtr2->window != None) && !(winPtr2->flags & TK_TOP_LEVEL)) {
1372 if (winPtr->flags & TK_TOP_LEVEL) {
1383 if (!(winPtr->flags & TK_TOP_LEVEL)) {
[all...]
H A DtkFocus.c164 if (topLevelPtr->flags & TK_TOP_LEVEL) {
269 if (!(winPtr->flags & TK_TOP_LEVEL)) {
431 if (topLevelPtr->flags & TK_TOP_LEVEL) {
470 && !(topLevelPtr2->flags & TK_TOP_LEVEL);
H A DtkGrab.c685 (winPtr->flags & TK_TOP_LEVEL)) {
885 if (childPtr->flags & TK_TOP_LEVEL) {
1173 if (winPtr->flags & TK_TOP_LEVEL) {
1403 if (winPtr->flags & TK_TOP_LEVEL) {
1423 if (winPtr->flags & TK_TOP_LEVEL) {
1445 if (winPtr->flags & TK_TOP_LEVEL) {
1496 if (winPtr2->flags & TK_TOP_LEVEL) {
H A DtkCmds.c228 (topLevPtr != NULL) && !(topLevPtr->flags & TK_TOP_LEVEL);
294 (winPtr2 != NULL) && !(winPtr2->flags & TK_TOP_LEVEL);
1227 if (winPtr->flags & TK_TOP_LEVEL) {
1459 while (!(winPtr->flags & TK_TOP_LEVEL)) {
H A DtkCanvWind.c326 if (((Tk_FakeWin *) (ancestor))->flags & TK_TOP_LEVEL) {
335 if (((Tk_FakeWin *) (winItemPtr->tkwin))->flags & TK_TOP_LEVEL) {
H A DtkPack.c1066 if (((Tk_FakeWin *) (ancestor))->flags & TK_TOP_LEVEL) {
1074 if (((Tk_FakeWin *) (tkwin))->flags & TK_TOP_LEVEL) {
H A Dtk.h446 (((Tk_FakeWin *) (tkwin))->flags & TK_TOP_LEVEL)
506 * TK_TOP_LEVEL: 1 means this is a top-level window (it
532 #define TK_TOP_LEVEL 2
531 #define TK_TOP_LEVEL macro
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c762 if (!(winPtr->flags & TK_TOP_LEVEL)) {
1783 while (!(winPtr->flags & TK_TOP_LEVEL)) {
1876 while (!(winPtr->flags & TK_TOP_LEVEL)) {
3175 if ((winPtr->flags & TK_TOP_LEVEL) || (winPtr->parentPtr == NULL)) {
3290 if (!Tk_IsMapped(childPtr) || (childPtr->flags & TK_TOP_LEVEL)) {
3422 while (!(winPtr->flags & TK_TOP_LEVEL) && (winPtr->parentPtr != NULL)) {
3472 if (!(winPtr->flags & TK_TOP_LEVEL)) {
3870 if (topPtr->flags & TK_TOP_LEVEL) {
3961 if (topPtr->flags & TK_TOP_LEVEL) {

Completed in 44 milliseconds