summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/KMdiChildFrmCaption.java
blob: d6535951f08a6e1f7f6826ba049ff5d3a9827e4d (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.trinitydesktop.koala;

import org.trinitydesktop.qt.Qt;
import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.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();
}