org.kde.koala

Interface KPanelExtensionSignals

public interface KPanelExtensionSignals

Method Summary
voidmaintainFocus(boolean arg1)
Emit this signal to make the panel maintain focus, e.g. don't autohide
voidupdateLayout()
Emit this signal to make the panel relayout all extensions in the dock, when you want to change the extensions size.

Method Detail

maintainFocus

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

UNKNOWN: Emit this signal to make the panel maintain focus, e.

updateLayout

public 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.

UNKNOWN: Emit this signal to make the panel relayout all extensions in the dock, when you want to change the extensions size.