HomeSort by: relevance | last modified time | path
    Searched defs:simple (Results 1 - 25 of 33) sorted by relevancy

1 2

  /xsrc/external/mit/libXaw/dist/examples/
simple.c 4 #include <Xaw/Simple.h>
45 Widget toplevel,box,command,simple; local
66 simple=XtVaCreateManagedWidget("draw",
74 XtAddCallback(command, XtNcallback, quit_cb, simple );
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
GripP.h 81 SimplePart simple; member in struct:_GripRec
MenuButtoP.h 73 SimplePart simple; member in struct:_MenuButtonRec
SimpleP.h 53 #include <X11/Xaw/Simple.h>
93 SimplePart simple; member in struct:_SimpleRec
AsciiTextP.h 51 * This Widget is intended to be used as a simple front end to the
91 SimplePart simple; member in struct:_AsciiRec
123 SimplePart simple; member in struct:_AsciiStringRec
157 SimplePart simple; member in struct:_AsciiDiskRec
CommandP.h 106 SimplePart simple; member in struct:_CommandRec
LabelP.h 107 SimplePart simple; member in struct:_LabelRec
RepeaterP.h 68 SimplePart simple; member in struct:_RepeaterRec
ScrollbarP.h 87 SimplePart simple; member in struct:_ScrollbarRec
StripCharP.h 86 SimplePart simple; member in struct:_StripChartRec
ToggleP.h 86 SimplePart simple; member in struct:_ToggleRec
ListP.h 111 SimplePart simple; member in struct:_ListRec
PannerP.h 91 SimplePart simple; member in struct:_PannerRec
  /xsrc/external/mit/xkbutils/dist/
LEDP.h 73 SimplePart simple; member in struct:_LEDRec
  /xsrc/external/mit/xlogo/dist/
LogoP.h 58 SimplePart simple; member in struct:_LogoRec
  /xsrc/external/mit/libXaw/dist/src/
Simple.c 93 #define offset(field) XtOffsetOf(SimpleRec, simple.field)
176 "Simple", /* class_name */
225 /* simple */
277 "%s Widget: The Simple Widget class method "
295 SimpleWidget simple = (SimpleWidget)cnew; local
297 if (simple->simple.tip)
298 simple->simple.tip = XtNewString(simple->simple.tip)
304 SimpleWidget simple = (SimpleWidget)w; local
374 SimpleWidget simple = (SimpleWidget) w; local
    [all...]
  /xsrc/external/mit/xbiff/dist/
MailboxP.h 86 SimplePart simple; member in struct:_MailboxRec
  /xsrc/external/mit/xfontsel/dist/
ULabelP.h 115 SimplePart simple; member in struct:_UCSLabelRec
  /xsrc/external/mit/xman/dist/
ScrollByLP.h 95 SimplePart simple; member in struct:_ScrollByLineRec
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
sgml.lsp 171 (defmacro sgml-syntable-simple (name property)
191 :begin :simple-nested-tag)
197 :begin :simple-nested-tag)
384 (syntable :simple-nested-tag *prop-preprocessor* nil
393 (sgml-syntable-simple "sect" *prop-sgml-sect*)
395 (sgml-syntable-simple "sect1" *prop-sgml-sect*)
397 (sgml-syntable-simple "sect2" *prop-sgml-sect*)
  /xsrc/external/mit/xfd/dist/
gridP.h 70 SimplePart simple; member in struct:_FontGridRec
  /xsrc/external/mit/xmag/dist/
ScaleP.h 95 SimplePart simple; member in struct:_ScaleRec
  /xsrc/external/mit/libxkbfile/dist/src/
xkbout.c 425 Bool simple; local
431 simple = True;
471 simple = False;
479 simple = False;
512 simple = False;
524 simple = False;
525 if (simple) {
  /xsrc/external/mit/xclock/dist/
ClockP.h 154 SimplePart simple; member in struct:_ClockRec
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbout.c 391 Bool simple; local
397 simple = TRUE;
435 simple = FALSE;
443 simple = FALSE;
476 simple = FALSE;
488 simple = FALSE;
489 if (simple) {

Completed in 16 milliseconds

1 2