summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KMdiChildFrmCaption.java
blob: ac0183c0a3ba8ddd0d89f59f4aada4f3215ffb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//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();
}