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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Paned.h 162 * XawPanedSetMinMax
172 void XawPanedSetMinMax
  /xsrc/external/mit/libXaw/dist/examples/
pane.c 72 XawPanedSetMinMax(command,50,100);
  /xsrc/external/mit/xmh/dist/
screen.c 333 XawPanedSetMinMax((Widget) scrn->tocwidget, theight, theight);
334 XawPanedSetMinMax((Widget) scrn->tocwidget, min, max);
util.c 332 XawPanedSetMinMax(result, height, height);
pick.c 737 XawPanedSetMinMax(scrn->widget, general->outer, height, height);
738 XawPanedSetMinMax(scrn->widget, general->outer, 10, 10000);
  /xsrc/external/mit/libXaw/dist/src/
Paned.c 1938 XawPanedSetMinMax(cnew, (int)new_pane->min, (int)new_pane->max);
1968 * XawPanedSetMinMax
1979 XawPanedSetMinMax(Widget widget, int min, int max)

Completed in 10 milliseconds