:: com :: sun :: star :: ui ::

unpublished interface XSidebarPanel
Usage Restrictions
not published
Description
Optional interface of sidebar panels.

Methods' Summary
getHeightForWidth For a given width of the container the layouter asks every ui element for its optimal height. The height to which a ui element is set may differ from the returned value. The height is set via the XWindow interface.  
Methods' Details
getHeightForWidth
LayoutSize
getHeightForWidth( [in] long  nWidth );

Description
For a given width of the container the layouter asks every ui element for its optimal height. The height to which a ui element is set may differ from the returned value. The height is set via the XWindow interface.
Top of Page