Home | History | Annotate | Download | only in motif_l

Lines Matching refs:sheet

157  * Sheet 0 will always be shown first.  It does not matter to the Xt code
158 * which sheet that is, so it ought to be the one users interact with most.
358 /* add toggles to the property sheet */
464 static Widget create_sheet( Widget parent, optSheet *sheet )
466 static Widget create_sheet( parent, sheet )
468 optSheet *sheet;
475 outer = XtVaCreateWidget( sheet->name,
498 str = XmStringCreateLtoR( sheet->description, XmSTRING_DEFAULT_CHARSET );
508 inner = create_toggles( outer, sheet->toggles );
529 if ( sheet->ints != NULL )
530 add_string_options( inner, sheet->ints );
533 if ( sheet->others != NULL )
534 add_string_options( inner, sheet->others );
547 /* change preferences to another sheet */
607 /* copy the pointers to the sheet names */
633 change_sheet( inner, 0 ); /* show first sheet first */