org.kde.koala
Interface KStatusBarSignals


public interface KStatusBarSignals


Method Summary
 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.
 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).
 

Method Detail

pressed

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.


released

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