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

interface XSidebar

Methods' Summary
requestLayout Request layout of the sidebar. Call this method when one of the panels wants to change its size due to late initialization 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 initialization or different content after a context change.
Top of Page