HomeSort by: relevance | last modified time | path
    Searched refs:XtVaSetValues (Results 1 - 25 of 30) sorted by relevancy

1 2

  /xsrc/external/mit/xsm/dist/
popup.c 85 XtVaSetValues (popup,
94 XtVaSetValues (popup,
149 XtVaSetValues (popup,
166 XtVaSetValues (popup,
choose.c 296 XtVaSetValues (chooseSessionPopup,
301 XtVaSetValues (chooseSessionListWidget,
305 XtVaSetValues (chooseSessionLabel,
314 XtVaSetValues (chooseSessionMessageLabel,
337 XtVaSetValues (chooseSessionMessageLabel,
351 XtVaSetValues (chooseSessionMessageLabel,
488 XtVaSetValues (chooseSessionMessageLabel,
500 XtVaSetValues (chooseSessionMessageLabel,
583 XtVaSetValues (chooseSessionMessageLabel,
597 XtVaSetValues (chooseSessionMessageLabel
    [all...]
save.c 148 XtVaSetValues (topLevel,
425 XtVaSetValues (nameInUseCancelButton,
438 XtVaSetValues (nameInUseCancelButton,
444 XtVaSetValues (nameInUseLabel,
930 XtVaSetValues (saveName, XtNfromHoriz, saveTypeLabel, NULL);
931 XtVaSetValues (saveTypeLocal, XtNvertDistance, 20, NULL);
932 XtVaSetValues (saveTypeGlobal, XtNvertDistance, 20, NULL);
933 XtVaSetValues (saveTypeBoth, XtNvertDistance, 20, NULL);
1176 XtVaSetValues (savePopup,
1180 XtVaSetValues (saveName
    [all...]
info.c 77 XtVaSetValues (active, XtNleftBitmap, None, NULL);
88 XtVaSetValues (active, XtNleftBitmap, checkBitmap, NULL);
227 XtVaSetValues (clientPropTextWidget,
237 XtVaSetValues (clientPropPopup,
saveutil.c 239 XtVaSetValues (manualRestartCommands,
xsm.c 566 XtVaSetValues (topLevel,
616 XtVaSetValues (checkPointButton,
624 XtVaSetValues (shutdownButton,
  /xsrc/external/mit/libXaw/dist/examples/
scrollbar.c 23 XtVaSetValues( label, XtNlabel, msg, NULL);
33 XtVaSetValues( label, XtNlabel, msg, NULL);
xawhisto.c 22 XtVaSetValues(command, XtNlabel, buf, NULL);
72 XtVaSetValues(scrollbar,
pane.c 24 XtVaSetValues(w,XtNlabel,buf,NULL);
repeater.c 31 XtVaSetValues(show,XtNlabel,buf,NULL);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
xdmxconfig.c 194 XtVaSetValues(cnamebox, XtNlabel, "", XtNsensitive, False, NULL);
195 XtVaSetValues(cdimbox, XtNlabel, "", XtNsensitive, False, NULL);
196 XtVaSetValues(ecbutton, XtNsensitive, False, NULL);
197 XtVaSetValues(dcbutton, XtNsensitive, False, NULL);
198 XtVaSetValues(ndbutton0, XtNsensitive, False, NULL);
199 XtVaSetValues(ndbutton1, XtNsensitive, False, NULL);
205 XtVaSetValues(cnamebox, XtNlabel, cnambuf, XtNsensitive, True, NULL);
206 XtVaSetValues(cdimbox, XtNlabel, cdimbuf, XtNsensitive, True, NULL);
207 XtVaSetValues(ecbutton, XtNsensitive, True, NULL);
208 XtVaSetValues(dcbutton, XtNsensitive, True, NULL)
    [all...]
  /xsrc/external/mit/xedit/dist/
lisp.c 242 XtVaSetValues(old_entry, XtNleftBitmap, None, NULL);
243 XtVaSetValues(new_entry, XtNleftBitmap, flist.pixmap, NULL);
xedit.c 312 XtVaSetValues(textwindow, XtNwrap, XawtextWrapLine, NULL);
util.c 144 XtVaSetValues(w, XtNsensitive, False, NULL);
  /xsrc/external/mit/xmessage/dist/
makeform.c 309 XtVaSetValues(text, XtNwidth, width, XtNheight, height, NULL);
337 XtVaSetValues(br[i].widget, XtNborderWidth, border, NULL);
xmessage.c 263 XtVaSetValues(shell,
  /xsrc/external/mit/xvidtune/dist/
xvidtune.c 370 XtVaSetValues(auto_apply_toggle, XtNstate, 0, NULL);
398 XtVaSetValues (sdp->textwidget, XtNstate, sdp->val, NULL);
400 XtVaSetValues (sdp->textwidget, XtNlabel, buf, NULL);
403 XtVaSetValues(auto_apply_toggle, XtNstate, 1, NULL);
762 XtVaSetValues (sdp->textwidget, XtNstring, buf, NULL);
789 XtVaSetValues (sdp->textwidget, XtNstring, buf, NULL);
813 XtVaSetValues (sdp->textwidget, XtNstring, buf, NULL);
851 XtVaSetValues (sdp->textwidget, XtNstring, buf, NULL);
916 XtVaSetValues (sdp->textwidget, XtNlabel, buf, NULL);
  /xsrc/external/mit/libXt/dist/src/
VarCreate.c 201 XtVaSetValues(Widget widget, ...)
ResConfig.c 264 * use XtVaSetValues with XtVaTypedArg to convert the value of
268 XtVaSetValues(w,
  /xsrc/external/mit/libXaw/dist/src/
Scrollbar.c 535 XtVaSetValues(gw, XtNcursor, w->scrollbar.inactiveCursor, NULL);
656 XtVaSetValues(gw, XtNcursor, cursor, NULL);
812 XtVaSetValues(gw, XtNcursor, w->scrollbar.inactiveCursor, NULL);
TextPop.c 589 XtVaSetValues(ctx->text.search->search_text, XtNstring, ptr, NULL);
  /xsrc/external/mit/xmh/dist/
init.c 536 XtVaSetValues(toplevel, XtNjoinSession, (XtArgVal)True, NULL);
folder.c 117 XtVaSetValues(scrn->parent, XtNjoinSession, (XtArgVal)False, NULL);
  /xsrc/external/mit/xterm/dist/
scrollbar.c 130 * The XtVaSetValues call below tells the Shell widget to
140 * 2. Call XtVaSetValues to let the shell widget know which
146 * already have the XtVaSetValues in place.
149 * XtVaSetValues.
165 * NOTE: the hints and the XtVaSetValues() must match.
452 XtVaSetValues(screen->scrollWidget,
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 1610 extern void XtVaSetValues(

Completed in 20 milliseconds

1 2