//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPopupMenu; import org.kde.qt.TQSize; import org.kde.qt.TQWidget; public interface KPanelExtensionSignals { /** 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. @short Emit this signal to make the panel relayout all extensions in the dock, when you want to change the extensions size. */ void updateLayout(); /** Emit this signal to make the panel maintain focus, e.g. don't autohide @short Emit this signal to make the panel maintain focus, e. */ void maintainFocus(boolean arg1); }