//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** @short A namespace for the KMDI library. */ public class KMdi { /** extent Qt events @short extent Qt events @see org.kde.qt.TQCustomEvent @see org.kde.qt.TQEvent#User @see
		@see #boolean
		@see B_MyWidget#event(
		@see org.kde.qt.TQEvent*
		@see #e)
		@see #if(
		@see #e#type
		@see org.kde.qt.TQEvent#Type(TQEvent#User
		@see #int(KMdi#EV_Move)))
		@see 
*/ public static final int EV_Move = 1; public static final int EV_DragBegin = 2; public static final int EV_DragEnd = 3; public static final int EV_ResizeBegin = 4; public static final int EV_ResizeEnd = 5; /** During KMdiMainFrm.addWindow the enum AddWindowFlags is used to determine how the view is initialy being added to the MDI system @short During KMdiMainFrm.addWindow the enum AddWindowFlags is used to determine how the view is initialy being added to the MDI system */ public static final int StandardAdd = 0; public static final int Maximize = 1; public static final int Minimize = 2; public static final int Hide = 4; public static final int Detach = 8; public static final int ToolWindow = 16; public static final int UseKMdiSizeHint = 32; public static final int AddWindowFlags = 0xff; public static final int Win95Look = 0; public static final int KDE1Look = 1; public static final int KDELook = 2; public static final int KDELaptopLook = 3; public static final int UndefinedMode = 0; public static final int ToplevelMode = 1; public static final int ChildframeMode = 2; public static final int TabPageMode = 3; public static final int IDEAlMode = 4; public static final int AlwaysShowTabs = 0; public static final int ShowWhenMoreThanOneTab = 1; public static final int NeverShowTabs = 2; /** The style of the toolview tabs \since 3.3 @short The style of the toolview tabs \since 3. */ public static final int IconOnly = 0; public static final int TextOnly = 1; public static final int TextAndIcon = 3; }