| /xsrc/external/mit/xgc/dist/ |
| H A D | choice.c | 6 ** All the generic stuff for dealing with choice widgets. 61 /* ArgList for the toggle widgets */ 71 /* Callback list for the toggle widgets */ 77 /* Allocate space for the widgets and initialize choice */ 79 choice->widgets = (WidgetList) XtMalloc(sizeof(Widget) * 85 /* set up the toggle widgets */ 98 toggleargs[4].value = (XtArgVal) choice->widgets[0]; 105 toggleargs[1].value = (XtArgVal) choice->widgets[i - info->choice.columns]; 111 toggleargs[0].value = (XtArgVal) choice->widgets[i - 1]; 120 toggleargs[1].value = (XtArgVal) choice->widgets[ [all...] |
| H A D | xgc.h | 60 WidgetList widgets; member in struct:__anonb0c8db620708
|
| /xsrc/external/mit/editres/dist/ |
| H A D | Makefile.am | 39 widgets.c \
|
| H A D | setvalues.c | 67 sv_event->info[i].widgets.ids, 68 sv_event->info[i].widgets.num_widgets);
|
| H A D | comm.c | 577 if (!(_XEditResGetWidgetInfo(stream, &(info->widgets)) && 619 if (!(_XEditResGetWidgetInfo(stream, &(info->widgets)) && 642 if (!(_XEditResGetWidgetInfo(stream, &(res_info->widgets)) && 693 if (!(_XEditResGetWidgetInfo(stream, &(info->widgets)) && 722 if (!_XEditResGetWidgetInfo(stream, &(find_event->widgets))) 795 XtFree((char *)info->widgets.ids); 810 XtFree((char *)info->widgets.ids); 824 XtFree((char *)info->widgets.ids); 854 XtFree((char *)info->widgets.ids); 866 XtFree((char *)find_event->widgets [all...] |
| H A D | editresP.h | 103 NameInfo * name_info; /* The info about the widgets for each 137 Widget left_dot, left_star; /* The dot and star widgets to our left. */ 138 Widget right_dot, right_star; /* The dot and star widgets to our right. */ 140 right dot and star widgets. */ 165 Widget * flash_widgets; /* list of widgets to flash on and off. */ 191 * Information needed to apply the resource string to all widgets. 223 WidgetInfo widgets; member in struct:_WidgetTreeInfo 237 WidgetInfo widgets; member in struct:_SetValuesInfo 248 WidgetInfo widgets; member in struct:_GetValuesInfo 264 WidgetInfo widgets; member in struct:_GetResourcesInfo 279 WidgetInfo widgets; member in struct:_GetGeomInfo 295 WidgetInfo widgets; member in struct:_FindChildEvent [all...] |
| H A D | geometry.c | 106 node = FindNode(global_tree_info->top_node, find_event->widgets.ids, 107 find_event->widgets.num_widgets); 126 * Description: Highlights all active widgets in the tree. 150 * Insert the number of widgets. 197 geom_info->widgets.ids, geom_info->widgets.num_widgets); 293 * of widgets to flash. 340 * Description: Starts the widgets flashing. 352 if (tree_info->flash_widgets == NULL) /* no widgets to flash. */
|
| H A D | wtree.c | 513 Cardinal number = info->widgets.num_widgets; 515 if ( (node = FindNode(*top_node, info->widgets.ids, number)) == NULL) { 518 node->id = info->widgets.ids[number - 1]; 522 parent = FindNode(*top_node, info->widgets.ids, number); 525 parent->id = info->widgets.ids[number - 1];
|
| H A D | Makefile.in | 133 widgets.$(OBJEXT) wtree.$(OBJEXT) 156 ./$(DEPDIR)/widgets.Po ./$(DEPDIR)/wtree.Po 425 widgets.c \ 551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widgets.Po@am__quote@ # am--include-marker 952 -rm -f ./$(DEPDIR)/widgets.Po 1009 -rm -f ./$(DEPDIR)/widgets.Po
|
| H A D | utils.c | 521 get_event->info[i].widgets.ids, 522 get_event->info[i].widgets.num_widgets); 817 * Put the widgets into the list. 824 _XEditResPut16(stream, num_widgets); /* insert number of widgets. */
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | 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 197 * This callback routine is set on all shell widgets, and checks to 342 sv_event->widgets = (WidgetInfo *) 346 if (!_XEditResGetWidgetInfo(stream, sv_event->widgets + i)) 354 find_event->widgets = (WidgetInfo *)XtCalloc(sizeof(WidgetInfo), 1); 356 if (!(_XEditResGetWidgetInfo(stream, find_event->widgets) [all...] |
| /xsrc/external/mit/glw/dist/ |
| H A D | configure.ac | 50 [use Motif widgets @<:@default=disabled@:>@])],
|
| H A D | configure | 1390 --enable-motif use Motif widgets [default=disabled]
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | aclocal.m4 | 5217 dnl the Athena widgets, e.g., Xaw, Xaw3d, neXtaw. 5264 dnl the Athena widgets, e.g., Xaw, Xaw3d, neXtaw.
|