Searched refs:IconPixmapHint (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXutil.h108 #define IconPixmapHint (1L << 2) macro
113 #define AllHints (InputHint|StateHint|IconPixmapHint|IconWindowHint| \
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXutil.h108 #define IconPixmapHint (1L << 2) macro
113 #define AllHints (InputHint|StateHint|IconPixmapHint|IconWindowHint| \
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.c731 if (wmPtr->hints.flags & IconPixmapHint) {
1987 if (wmPtr->hints.flags & IconPixmapHint) {
2007 wmPtr->hints.flags &= ~IconPixmapHint;
2015 wmPtr->hints.flags |= IconPixmapHint;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.c439 if (wmPtr->hints.flags & IconPixmapHint) {
1754 if (wmPtr->hints.flags & IconPixmapHint) {
1774 wmPtr->hints.flags &= ~IconPixmapHint;
1782 wmPtr->hints.flags |= IconPixmapHint;
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c852 if (wmPtr->hints.flags & IconPixmapHint) {
2148 if (wmPtr->hints.flags & IconPixmapHint) {
2161 wmPtr->hints.flags &= ~IconPixmapHint;
2168 wmPtr->hints.flags |= IconPixmapHint;
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWm.c2729 if (wmPtr->hints.flags & IconPixmapHint) {
4081 if (wmPtr->hints.flags & IconPixmapHint) {
4095 wmPtr->hints.flags &= ~IconPixmapHint;
4149 wmPtr->hints.flags |= IconPixmapHint;
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c815 if (wmPtr->hints.flags & IconPixmapHint) {
1900 if (wmPtr->hints.flags & IconPixmapHint) {
1913 wmPtr->hints.flags &= ~IconPixmapHint;
1920 wmPtr->hints.flags |= IconPixmapHint;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWm.c2500 if (wmPtr->hints.flags & IconPixmapHint) {
3776 if (wmPtr->hints.flags & IconPixmapHint) {
3790 wmPtr->hints.flags &= ~IconPixmapHint;
3840 wmPtr->hints.flags |= IconPixmapHint;
/macosx-10.10/emacs-93/emacs/src/
H A Dmacterm.c6785 Some people say it should clear the IconPixmapHint bit in this case,
6806 f->output_data.x->wm_hints.flags |= IconPixmapHint;
H A Dxterm.c9639 Some people say it should clear the IconPixmapHint bit in this case,
9670 f->output_data.x->wm_hints.flags |= (IconPixmapHint | IconMaskHint);

Completed in 388 milliseconds