org.kde.koala
Interface KRootPixmapSignals


public interface KRootPixmapSignals


Method Summary
 void backgroundUpdated(org.kde.qt.QPixmap pm)
          Emitted when the background needs updating and custom painting (see setCustomPainting(boolean) ) is enabled.
 

Method Detail

backgroundUpdated

void backgroundUpdated(org.kde.qt.QPixmap pm)
Emitted when the background needs updating and custom painting (see setCustomPainting(boolean) ) is enabled.

Parameters:
pm - A pixmap containing the new background.