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