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.
tdebindings/kdejava/koala/org/kde/koala/PartSignals.java

25 lines
744 B

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QObject;
import org.kde.qt.QPoint;
import org.kde.qt.QCustomEvent;
import org.kde.qt.QWidget;
public interface PartSignals {
/**
Emitted by the part, to set the caption of the window(s)
hosting this part
@short Emitted by the part, to set the caption of the window(s) hosting this part
*/
void setWindowCaption(String caption);
/**
Emited by the part, to set a text in the statusbar of the window(s)
hosting this part
@short Emited by the part, to set a text in the statusbar of the window(s) hosting this part
*/
void setStatusBarText(String text);
}