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

/macosx-10.10/emacs-93/emacs/src/
H A Dwidget.c371 if (app_flags & (WidthValue | HeightValue))
374 flags |= (app_flags & (WidthValue | HeightValue));
376 else if (frame_flags & (WidthValue | HeightValue))
379 flags |= (frame_flags & (WidthValue | HeightValue));
410 if (frame_flags & (WidthValue | HeightValue))
413 flags |= (frame_flags & (WidthValue | HeightValue));
415 else if (app_flags & (WidthValue | HeightValue))
419 flags |= (app_flags & (WidthValue | HeightValue));
464 else if (flags & (WidthValue | HeightValue))
477 if (flags & (WidthValue | HeightValu
[all...]
H A Dw32gui.h132 #define WidthValue 0x0004 macro
H A Dw32xfns.c333 mask |= WidthValue;
400 if (mask & WidthValue)
H A Dmacgui.h291 #define WidthValue 0x0004 macro
H A Dmacfns.c2173 mask |= WidthValue;
2240 if (mask & WidthValue)
H A Dframe.c3759 if (geometry & WidthValue)
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXutil.h43 #define WidthValue 0x0004 macro
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXutil.h43 #define WidthValue 0x0004 macro
/macosx-10.10/vim-55/src/
H A Dgui_gtk_x11.c3660 if (mask & WidthValue)
3695 if (gtk_socket_id != 0 && (mask & WidthValue || mask & HeightValue))
H A Dgui_x11.c1426 if (mask & WidthValue)

Completed in 286 milliseconds