Searched defs:Layout (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Form.c78 static Boolean Layout();
132 /* layout */ Layout
215 c->form_class.layout = Layout;
247 static Boolean Layout(fw, width, height) function
H A DXaw3_1Viewport.c58 static Boolean SetValues(), Layout();
114 /* layout */ Layout
684 static Boolean Layout(w, width, height) function
H A DXaw3_1List.c107 static Boolean Layout();
232 if (Layout(w, changex, changey, &width, &height))
258 Layout(w, (request.height != reply.height),
268 if (Layout(w, FALSE, FALSE,
588 change = Layout(w, !width_req, !height_req, &new_width, &new_height);
616 if (Layout(w, FALSE, FALSE, &width, &height))
621 /* Function Name: Layout
634 Layout(w, xfree, yfree, width, height) function
H A DXaw3_1SimpleMenu.c64 * Layout Resources.
118 static void MakeSetValuesRequest(), CreateLabel(), Layout();
440 Layout(new, NULL, NULL);
518 Layout(w, &(reply->width), &(reply->height) );
537 Layout(( Widget) smw, NULL, NULL);
572 Layout(w, NULL, NULL);
848 /* Function Name: Layout
866 Layout(w, width_ret, height_ret) function
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c99 static Boolean Layout();
155 /* layout */ Layout
311 /* Function Name: Layout
323 static Boolean Layout(fw, width, height, force_relayout) function
729 Layout(fp, 0, 0, True);
H A DList.c120 static Boolean Layout();
291 if( Layout( w, changex, changey, &width, &height ) )
318 Layout(w, (request.height != reply.height),
328 Layout(w, FALSE, FALSE, &(request.width), &(request.height));
725 change = Layout(w, !width_req, !height_req, &new_width, &new_height);
751 if (Layout(w, FALSE, FALSE, &width, &height))
757 /* Layout()
770 Layout(w, xfree, yfree, width, height) function
1032 Layout( new, WidthFree( nl ), HeightFree( nl ),
1121 if( Layout(
[all...]
H A DViewport.c83 static Boolean SetValues(), Layout();
139 /* layout */ Layout
756 static Boolean Layout(w, width, height) function
H A DSimpleMenu.c66 * Layout Resources.
120 static void MakeSetValuesRequest(), CreateLabel(), Layout();
453 Layout(new, (Dimension *)NULL, (Dimension *)NULL);
531 Layout(w, &(reply->width), &(reply->height) );
550 Layout(( Widget) smw, (Dimension *)NULL, (Dimension *)NULL);
585 Layout(w, (Dimension *)NULL, (Dimension *)NULL);
885 /* Function Name: Layout
903 Layout(w, width_ret, height_ret) function

Completed in 30 milliseconds