org.kde.koala

Interface KStatusBarSignals

public interface KStatusBarSignals

Method Summary
voidpressed(int arg1)
Emitted when mouse is pressed over item id. Connect to this signal if you want to respond to mouse press events.
voidreleased(int arg1)
Emitted when mouse is released over item id. Connect to this signal if you want to respond to mouse release events (clicks).

Method Detail

pressed

public void pressed(int arg1)
Emitted when mouse is pressed over item id. Connect to this signal if you want to respond to mouse press events.

UNKNOWN: Emitted when mouse is pressed over item id.

released

public void released(int arg1)
Emitted when mouse is released over item id. Connect to this signal if you want to respond to mouse release events (clicks).

UNKNOWN: Emitted when mouse is released over item id.