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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DSimpleMenP.h61 String label_string; /* The string for the label or NULL */ member in struct:_SimpleMenuPart
62 SmeObject label; /* If label_string is non-NULL then this is
/xsrc/external/mit/libXaw/dist/src/
H A DSimpleMenu.c121 offset(label_string),
417 if (smw->simple_menu.label_string != NULL)
598 if (smw_old->simple_menu.label_string !=smw_new->simple_menu.label_string) {
599 if (smw_new->simple_menu.label_string == NULL) /* Destroy */
601 else if (smw_old->simple_menu.label_string == NULL) /* Create */
606 XtSetArg(arglist[0], XtNlabel, smw_new->simple_menu.label_string);
1055 if (smw->simple_menu.label_string == NULL ||
1063 XtSetArg(args[0], XtNlabel, smw->simple_menu.label_string);

Completed in 8 milliseconds