summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KStatusBarSignals.java
blob: 9848e9d9219cee8cc625fa03c40a5979dfaebc3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//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.TQWidget;

public interface KStatusBarSignals {
	/**	
		  Emitted when mouse is pressed over item <code>id.</code>
			  Connect to this signal if you want to respond to mouse press events.
			   		@short     Emitted when mouse is pressed over item <code>id.</code>
	*/
	void pressed(int arg1);
	/**	
		  Emitted when mouse is released over item <code>id.</code>
			  Connect to this signal if you want to respond to mouse release events (clicks).
		   		@short     Emitted when mouse is released over item <code>id.</code>
	*/
	void released(int arg1);
}