Searched refs:_XawDisplayList (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DPrivate.h86 typedef struct _XawDL _XawDisplayList; typedef in typeref:struct:_XawDL
99 void XawRunDisplayList(Widget, _XawDisplayList*, XEvent*, Region);
102 _XawDisplayList *XawCreateDisplayList(String, Screen*, Colormap, int);
103 void XawDestroyDisplayList(_XawDisplayList*);
104 String XawDisplayListString(_XawDisplayList*);
H A DDisplayList.c122 XawRunDisplayList(Widget w, _XawDisplayList *list,
227 _XawDisplayList *XawCreateDisplayList(String string, Screen *screen,
230 _XawDisplayList *dlist;
247 dlist = (_XawDisplayList *)XtMalloc(sizeof(_XawDisplayList));
440 XawDisplayListString(_XawDisplayList *dlist)
448 XawDestroyDisplayList(_XawDisplayList *dlist)

Completed in 5 milliseconds