Searched defs:layout (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DLayout.c447 str, layout->lay_identifier); \
457 XF86ConfLayoutPtr layout = p->conf_layout_lst; local
465 while (layout)
467 adj = layout->lay_adjacency_lst;
475 adj->adj_screen_str, layout->lay_identifier);
490 iptr = layout->lay_inactive_lst;
498 iptr->inactive_device_str, layout->lay_identifier);
505 inptr = layout->lay_input_lst;
513 inptr->iref_inputdev_str, layout->lay_identifier);
520 layout
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1FormP.h43 Boolean (*layout)(/* FormWidget, Dimension, Dimension */); member in struct:__anon298
49 * Dimension w, h - bounding box of layout to be calculated
72 int no_refigure; /* no re-layout while > 0 */
74 Boolean resize_in_layout; /* should layout() do geom request? */
75 Dimension preferred_width, preferred_height; /* cached from layout */
108 LayoutState layout_state; /* temporary layout state */
H A DXaw3_1SimpleMenu.c397 Boolean ret_val = FALSE, layout = FALSE; local
404 layout = TRUE;
408 layout = TRUE;
435 layout = TRUE;
439 if (layout)
532 if ( mode & XtCWQueryOnly ) { /* Actually perform the layout. */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DFormP.h64 Boolean (*layout)(/* FormWidget, Dimension, Dimension */); member in struct:__anon363
70 * Dimension w, h - bounding box of layout to be calculated
93 int no_refigure; /* no re-layout while > 0 */
95 Boolean resize_in_layout; /* should layout() do geom request? */
96 Dimension preferred_width, preferred_height; /* cached from layout */
135 LayoutState layout_state; /* temporary layout state */
H A DSimpleMenu.c410 Boolean ret_val = FALSE, layout = FALSE; local
417 layout = TRUE;
421 layout = TRUE;
448 layout = TRUE;
452 if (layout)
545 if ( mode & XtCWQueryOnly ) { /* Actually perform the layout. */

Completed in 25 milliseconds