HomeSort by: relevance | last modified time | path
    Searched refs:popup_height (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xsm/dist/
popup.c 58 Dimension popup_width, popup_height, popup_border;
121 XtNheight, &popup_height,
136 if ((int) (popup_y + popup_height + popup_border) >
140 popup_height - popup_border - parent_height - parent_border;
57 Dimension popup_width, popup_height, popup_border; local
  /xsrc/external/mit/bitmap/dist/
Dialog.c 143 Dimension popup_width, popup_height, top_width, top_height, border_width; local
163 XtSetArg(wargs[n], XtNheight, &popup_height); n++;
173 min(top_y + ((Position)top_height - (Position)popup_height) / 2,
176 (Position)popup_height - 2 * (Position)border_width));
189 popup_width / 2, popup_height / 2);

Completed in 8 milliseconds