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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Text.h 80 wrap Wrap XawTextWrapMode XawTextWrapNever
105 } XawTextWrapMode;
TextP.h 200 XawTextWrapMode wrap; /* The type of wrapping */
  /xsrc/external/mit/xedit/dist/
xedit.h 85 XawTextWrapMode wrap;
options.c 157 XawTextWrapMode wrap_mode;
xedit.c 78 XawTextWrapMode wrapmodes[3];
util.c 62 extern XawTextWrapMode wrapmodes[3];
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 1582 XawTextWrapMode wrap;
1596 XtSetArg(arg[0], XtNwrap, (XawTextWrapMode)i);
  /xsrc/external/mit/libXaw/dist/src/
Text.c 418 sizeof(XawTextWrapMode),
548 static XawTextWrapMode wrapMode = XawtextWrapNever;
565 done(&wrapMode, XawTextWrapMode);
576 switch (*(XawTextWrapMode *)fromVal->addr) {

Completed in 9 milliseconds