HomeSort by: relevance | last modified time | path
    Searched defs:widgets (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xgc/dist/
xgc.h 60 WidgetList widgets; member in struct:__anon9704
  /xsrc/external/mit/editres/dist/
editresP.h 102 NameInfo * name_info; /* The info about the widgets for each
136 Widget left_dot, left_star; /* The dot and star widgets to our left. */
137 Widget right_dot, right_star; /* The dot and star widgets to our right. */
139 right dot and star widgets. */
164 Widget * flash_widgets; /* list of widgets to flash on and off. */
190 * Information needed to apply the resource string to all widgets.
222 WidgetInfo widgets; member in struct:_WidgetTreeInfo
236 WidgetInfo widgets; member in struct:_SetValuesInfo
247 WidgetInfo widgets; member in struct:_GetValuesInfo
263 WidgetInfo widgets; member in struct:_GetResourcesInfo
278 WidgetInfo widgets; member in struct:_GetGeomInfo
294 WidgetInfo widgets; member in struct:_FindChildEvent
    [all...]
  /xsrc/external/mit/libXmu/dist/src/
EditresCom.c 65 WidgetInfo *widgets; member in struct:_SetValuesEvent
82 WidgetInfo *widgets; member in struct:_GetValuesEvent
89 WidgetInfo *widgets; member in struct:_FindChildEvent
95 WidgetInfo *widgets; member in struct:_GenericGetEvent
104 WidgetInfo *widgets; member in struct:_AnyEvent
195 * This callback routine is set on all shell widgets, and checks to
356 sv_event->widgets = (WidgetInfo *)
360 if (!_XEditResGetWidgetInfo(stream, sv_event->widgets + i))
368 find_event->widgets = (WidgetInfo *)XtCalloc(sizeof(WidgetInfo), 1);
370 if (!(_XEditResGetWidgetInfo(stream, find_event->widgets)
    [all...]

Completed in 7 milliseconds