blob: 1b8f6384b2086f9aae574acd5551042838637cce (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | //Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
public interface TQHeaderSignals {
	void clicked(int section);
	void pressed(int section);
	void released(int section);
	void sizeChange(int section, int oldSize, int newSize);
	void indexChange(int section, int fromIndex, int toIndex);
	void sectionClicked(int arg1);
	void moved(int arg1, int arg2);
	void sectionHandleDoubleClicked(int section);
}
 |