Lines Matching defs:widget

276  *	Arguments: pw - the paned widget to adjust.
346 * Arguments: w - and widget.
366 * vert - TRUE if this is a vertical paned widget.
385 * 3) widget not its prefered height &&
396 * Arguments: pw - the paned widget.
504 * Arguments: pw - the paned widget.
579 * Arguments: pw - the paned widget.
638 * It is possible that the panes will not fit inside the vpaned widget, but
652 * Arguments: pw - the paned widget.
715 * Description: Refigures all locations in a paned widget and
717 * Arguments: pw - the paned widget.
722 * o The widget is unrealized.
723 * o There are no panes is the paned widget.
725 * NOTE: This is the resize Procedure for the Paned widget.
742 * Arguments: pw - the paned widget.
765 * Description: Draws the internal borders into the paned widget.
766 * Arguments: pw - the paned widget.
810 * Arguments: pw - the Paned widget.
859 * Arguments: pw - the paned widget.
897 * Arguments: pw - the paned widget.
898 * grip - the grip widget selected.
959 * Arguments: pw - the paned widget.
1013 * Arguments: pw - the paned widget.
1041 * Arguments: grip - the grip widget that has been moved.
1043 * call_data - data passed to us from the grip widget.
1105 * Arguments: pw - the paned widget.
1126 * If an earlier widget was not a managed pane, then swap
1142 * Arguments: pw - the paned widget.
1179 * Description: Creates a grip widget.
1212 * Arguments: w - the paned widget.
1253 * Arguments: pw - the paned widget.
1297 * Arguments: pw - the paned widget.
1332 * Arguments: pw - the paned widget.
1353 * Arguments: pw - the paned widget.
1381 * Arguments: pw - the paned widget.
1402 * Arguments: pw - the paned widget.
1463 * o The paned widget is realized and allow_resize is false for the pane.
1611 /* insert the child widget in the composite children list with the */
1642 /* delete the child widget in the composite children list with the */
1702 * Description: The paned widget's resize proc.
1703 * Arguments: w - the paned widget.
1755 * We are fooling the paned widget into thinking that is needs to
1837 * Arguments: widget - the widget that is a child of the Paned widget.
1844 XawPanedSetMinMax(Widget widget, int min, int max)
1846 XawPanedSetMinMax(widget, min, max)
1847 Widget widget;
1851 Pane pane = PaneInfo(widget);
1855 RefigureLocationsAndCommit( widget->core.parent );
1860 * Arguments: widget - the widget that is a child of the Paned widget.
1867 XawPanedGetMinMax(Widget widget, int *min, int *max)
1869 XawPanedGetMinMax(widget, min, max)
1870 Widget widget;
1874 Pane pane = PaneInfo(widget);
1883 * Arguments: w - the paned widget.
1907 * Description: Returns the number of panes in the paned widget.
1908 * Arguments: w - the paned widget.
1909 * Returns: the number of panes in the paned widget.
1925 * widget will allow geometry requests from this child
1926 * Arguments: widget - a child of the paned widget.
1932 XawPanedAllowResize(Widget widget,
1939 XawPanedAllowResize(widget, allow_resize)
1940 Widget widget;
1944 PaneInfo(widget)->allow_resize = allow_resize;