Searched refs:pane (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c251 * Description: Adjusts the size of the pane.
319 * Description: returns the width or height of the pane depending
322 * vertical - TRUE if this is vertically oriented pane.
355 * Description: This function chooses a pane to resize.
362 * The user has not resized this pane.
372 * index - the index of the current pane.
374 * shrink - TRUE if we need to shrink a pane, FALSE otherwise.
375 * Returns: pane to resize or NULL.
392 _index = pw->paned.num_panes - 1; /* Start the last pane, and work
397 register Pane pane local
502 Pane pane; local
584 register Pane pane = PaneInfo(*childP); local
601 Pane pane = PaneInfo(*(pw->composite.children + index)); local
639 register Pane pane = PaneInfo(*childP); local
795 Pane pane; local
1002 Pane pane = PaneInfo(pw->paned.whichadd); local
1006 Pane pane = PaneInfo(pw->paned.whichsub); local
1426 Pane pane = PaneInfo(w); local
1576 Pane pane = PaneInfo(w); local
1644 Pane pane = PaneInfo(*childP); local
1809 Pane pane = PaneInfo(widget); local
1828 Pane pane = PaneInfo(widget); local
[all...]
H A DXaw3_1PanedP.h75 when it is not the bottom pane. */
80 Dimension preferred_size; /* The Preferred size of the pane.
82 Boolean resize_to_pref; /* resize this pane to its preferred size
107 Pane pane; /* The pane in thise element on the stack. */ member in struct:_PaneStack
146 Widget whichadd; /* Which pane to add changes to */
147 Widget whichsub; /* Which pane to sub changes from */
153 PaneStack * stack; /* The pane stack for this widget.*/
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c275 * Description: Adjusts the size of the pane.
344 * Description: returns the width or height of the pane depending
347 * vertical - TRUE if this is vertically oriented pane.
380 * Description: This function chooses a pane to resize.
387 * The user has not resized this pane.
397 * paneindex - the index of the current pane.
399 * shrink - TRUE if we need to shrink a pane, FALSE otherwise.
400 * Returns: pane to resize or NULL.
417 _index = pw->paned.num_panes - 1; /* Start the last pane, and work
424 Pane pane local
529 Pane pane; local
611 Pane pane = PaneInfo(*childP); local
628 Pane pane = PaneInfo(*(pw->composite.children + paneindex)); local
666 Pane pane = PaneInfo(*childP); local
822 Pane pane; local
1030 Pane pane = PaneInfo(pw->paned.whichadd); local
1034 Pane pane = PaneInfo(pw->paned.whichsub); local
1454 Pane pane = PaneInfo(w); local
1609 Pane pane = PaneInfo(w); local
1677 Pane pane = PaneInfo(*childP); local
1851 Pane pane = PaneInfo(widget); local
1874 Pane pane = PaneInfo(widget); local
[all...]
H A DPanedP.h98 when it is not the bottom pane. */
103 Dimension preferred_size; /* The Preferred size of the pane.
105 Boolean resize_to_pref; /* resize this pane to its preferred size
130 Pane pane; /* The pane in this element on the stack. */ member in struct:_PaneStack
169 Widget whichadd; /* Which pane to add changes to */
170 Widget whichsub; /* Which pane to sub changes from */
176 PaneStack * stack; /* The pane stack for this widget.*/

Completed in 17 milliseconds