org.kde.koala
Interface KPanelExtensionSignals


public interface KPanelExtensionSignals


Method Summary
 void maintainFocus(boolean arg1)
          Emit this signal to make the panel maintain focus, e.g.
 void updateLayout()
          Emit this signal to make the panel relayout all extensions in the dock, when you want to change the extensions size.
 

Method Detail

updateLayout

void updateLayout()
Emit this signal to make the panel relayout all extensions in the dock, when you want to change the extensions size. The panel is going to relayout all extensions based on their preferred size.


maintainFocus

void maintainFocus(boolean arg1)
Emit this signal to make the panel maintain focus, e.g. don't autohide