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.
16 lines
605 B
16 lines
605 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class TQSyntaxHighlighter extends Qt {
|
|
protected TQSyntaxHighlighter(Class dummy){super((Class) null);}
|
|
public native int highlightParagraph(String text, int endStateOfLastPara);
|
|
public native void setFormat(int start, int count, TQFont font, TQColor color);
|
|
public native void setFormat(int start, int count, TQColor color);
|
|
public native void setFormat(int start, int count, TQFont font);
|
|
public native TQTextEdit textEdit();
|
|
public native void rehighlight();
|
|
public native int currentParagraph();
|
|
}
|