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

/ast/src/lib/libtk/generic/
H A DtkWindow.c54 * Default values for "changes" and "atts" fields of TkWindows. Note
305 winPtr->atts.event_mask |= StructureNotifyMask;
542 winPtr->atts = defAtts;
545 winPtr->atts.colormap = parentPtr->atts.colormap;
547 winPtr->atts.colormap = DefaultColormap(dispPtr->display, screenNum);
1232 event.xmap.override_redirect = winPtr->atts.override_redirect;
1321 (winPtr->atts.colormap != winPtr->parentPtr->atts.colormap)) {
1536 winPtr->atts
[all...]
H A DtkClipboard.c571 XSetWindowAttributes atts;
587 atts.override_redirect = True;
588 Tk_ChangeWindowAttributes(dispPtr->clipWindow, CWOverrideRedirect, &atts);
563 XSetWindowAttributes atts; local
H A DtkSend.c608 XWindowAttributes atts;
623 || !XGetWindowAttributes(dispPtr->display, commWindow, &atts)
624 || (atts.width != 1) || (atts.height != 1)
625 || (atts.map_state != IsUnmapped)) {
1241 XSetWindowAttributes atts;
1253 atts.override_redirect = True;
1255 CWOverrideRedirect, &atts);
602 XWindowAttributes atts; local
1230 XSetWindowAttributes atts; local
H A DtkMenu.c1160 XSetWindowAttributes atts;
1229 atts.override_redirect = True;
1230 atts.save_under = True;
1232 atts.override_redirect = False;
1233 atts.save_under = False;
1235 if ((atts.override_redirect
1237 || (atts.save_under
1240 CWOverrideRedirect|CWSaveUnder, &atts);
1155 XSetWindowAttributes atts; local
H A DtkFocus.c478 && !(topLevelPtr->atts.override_redirect)) {
H A Dtk.h442 #define Tk_Attributes(tkwin) (&((Tk_FakeWin *) (tkwin))->atts)
452 #define Tk_Colormap(tkwin) (((Tk_FakeWin *) (tkwin))->atts.colormap)
482 XSetWindowAttributes atts;
481 XSetWindowAttributes atts; member in struct:Tk_FakeWin
H A DtkInt.h477 XSetWindowAttributes atts; /* Current attributes of window. */ member in struct:TkWindow
478 unsigned long dirtyAtts; /* Bits indicate fields of "atts"
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c1294 XSetWindowAttributes atts;
1352 atts.event_mask = Tk_Attributes(wmPtr->icon)->event_mask
1354 Tk_ChangeWindowAttributes(wmPtr->icon, CWEventMask, &atts);
1364 atts.event_mask = Tk_Attributes(tkwin2)->event_mask
1366 Tk_ChangeWindowAttributes(tkwin2, CWEventMask, &atts);
1429 XSetWindowAttributes atts;
1448 atts.override_redirect = (boolean) ? True : False;
1450 &atts);
3663 XWindowAttributes atts;
3763 &atts) !
1288 XSetWindowAttributes atts; local
1423 XSetWindowAttributes atts; local
3633 XWindowAttributes atts; local
[all...]

Completed in 60 milliseconds