You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
Java
44 lines
1.3 KiB
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.koala;
|
|
|
|
import org.kde.qt.Qt;
|
|
import org.kde.qt.TQMetaObject;
|
|
import org.kde.qt.QtSupport;
|
|
import org.kde.qt.TQWidget;
|
|
|
|
/**
|
|
|
|
It's the caption bar of a child frame widget.
|
|
@short Internal class.
|
|
|
|
*/
|
|
public class KMdiChildFrmCaption extends TQWidget {
|
|
protected KMdiChildFrmCaption(Class dummy){super((Class) null);}
|
|
public native TQMetaObject metaObject();
|
|
public native String className();
|
|
/**
|
|
Constructor
|
|
@short Constructor
|
|
*/
|
|
/**
|
|
Repaint the caption bar in active background colors
|
|
@short Repaint the caption bar in active background colors
|
|
*/
|
|
public native void setActive(boolean bActive);
|
|
/**
|
|
Repaint with a new caption bar title
|
|
@short Repaint with a new caption bar title
|
|
*/
|
|
public native void setCaption(String text);
|
|
/**
|
|
Returns the caption bar height depending on the used font
|
|
@short Returns the caption bar height depending on the used font
|
|
*/
|
|
public native int heightHint();
|
|
/**
|
|
Grabs the mouse, a move cursor, sets a move indicator variable to true and keeps the global mouse position in mind
|
|
@short Grabs the mouse, a move cursor, sets a move indicator variable to true and keeps the global mouse position in mind
|
|
*/
|
|
public native void slot_moveViaSystemMenu();
|
|
}
|