You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
427 B
15 lines
427 B
//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);
|
|
}
|