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.
22 lines
683 B
22 lines
683 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
|
|
public interface TQTextEditSignals {
|
|
void textChanged();
|
|
void selectionChanged();
|
|
void copyAvailable(boolean arg1);
|
|
void undoAvailable(boolean yes);
|
|
void redoAvailable(boolean yes);
|
|
void currentFontChanged(TQFont f);
|
|
void currentColorChanged(TQColor c);
|
|
void currentAlignmentChanged(int a);
|
|
void currentVerticalAlignmentChanged(int a);
|
|
// void cursorPositionChanged(TQTextCursor* arg1); >>>> NOT CONVERTED
|
|
void cursorPositionChanged(int para, int pos);
|
|
void returnPressed();
|
|
void modificationChanged(boolean m);
|
|
void clicked(int parag, int index);
|
|
void doubleClicked(int parag, int index);
|
|
}
|