Home | History | Annotate | Download | only in src

Lines Matching refs:Layout

79 static Boolean Layout(FormWidget, unsigned int, unsigned int, Bool);
288 Layout, /* layout */
442 if (c->form_class.layout == XtInheritLayout)
443 c->form_class.layout = super->form_class.layout;
527 * Layout
545 Layout(FormWidget fw, unsigned int width _X_UNUSED, unsigned int height _X_UNUSED,
819 * then it is necessary to compute a new layout if ConstraintSetValues
823 (*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
840 * then it is necessary to compute a new layout if ConstraintSetValues
844 (*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
863 (*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
887 if ((*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
1004 * made, then invoke the new layout now; else defer it
1012 Layout(fp, 0, 0, True);
1027 (*((FormWidgetClass)w->core.widget_class)->form_class.layout)