Searched refs:popup_width (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dpopup.c58 Dimension popup_width, popup_height, popup_border;
120 XtNwidth, &popup_width,
127 if ((int) (popup_x + popup_width + popup_border) >
131 popup_width - popup_border - parent_width - parent_border;
57 Dimension popup_width, popup_height, popup_border; local in function:PopupPopup
/xsrc/external/mit/bitmap/dist/
H A DDialog.c147 Dimension popup_width, popup_height, top_width, top_height, border_width; local in function:PopupDialog
166 XtSetArg(wargs[n], XtNwidth, &popup_width); n++;
172 min(top_x + ((Position)top_width - (Position)popup_width) / 2,
175 (Position)popup_width - 2 * (Position)border_width));
193 popup_width / 2, popup_height / 2);

Completed in 5 milliseconds