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

  /xsrc/external/mit/libXaw/dist/src/
List.c 52 #define HeightFree(w) !(((ListWidget)(w))->list.freedoms & HeightLock)
53 #define WidthFree(w) !(((ListWidget)(w))->list.freedoms & WidthLock)
54 #define LongestFree(w) !(((ListWidget)(w))->list.freedoms & LongestLock)
74 static void ClipToShadowInteriorAndLongest(ListWidget, GC*, unsigned int);
327 ListWidget lw = (ListWidget)w;
361 ListWidget lw = (ListWidget)w;
481 ListWidget lw = (ListWidget)cnew
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
List.h 139 typedef struct _ListRec *ListWidget;

Completed in 5 milliseconds