Lines Matching defs:star
68 static void MakeBoxLookNice ( Widget dot, Widget star, Widget any,
568 Widget dot, star, name, class, single, any;
593 star = XtCreateManagedWidget("star", toggleWidgetClass,
595 XtAddCallback(star,XtNcallback,
613 new_info->left_star = star;
623 old_info->right_star = star;
645 XtSetArg(args[num_args], (String)XtNfromHoriz, star); num_args++;
656 XtSetArg(args[num_args], (String)XtNfromHoriz, star); num_args++;
675 MakeBoxLookNice(dot, star, any, single, name, class,
718 * Arguments: dot, star - the widgets containing the separator types.
725 MakeBoxLookNice(Widget dot, Widget star, Widget any, Widget single,
739 * Make sure that the dot and star widgets are the same size.
750 XtGetValues(star, args, num_args);
770 XtSetValues(star, args, num_args);
776 * of the name and class widgets, plus space for the dot and star widgets.