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

unpublished interface XSidebar
Usage Restrictions
not published
Description
Interface of the sidebar that allows its elements like panels to eg request layouts.

Methods' Summary
requestLayout Request layout of the sidebar. Call this method when one of the panels wants to change its size due to late initilization or different content after a context change.  
Methods' Details
requestLayout
void
requestLayout();

Description
Request layout of the sidebar. Call this method when one of the panels wants to change its size due to late initilization or different content after a context change.
Top of Page