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/tdejava/koala/org/trinitydesktop/koala/KMdiToolViewAccessor.java

32 lines
1.2 KiB

//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;
import org.trinitydesktop.qt.TQObject;
/**
*/
public class KMdiToolViewAccessor extends TQObject {
protected KMdiToolViewAccessor(Class dummy){super((Class) null);}
public native TQMetaObject metaObject();
public native String className();
public native TQWidget wrapperWidget();
public native TQWidget wrappedWidget();
public native void place(int pos, TQWidget pTargetWnd, int percent);
public native void place(int pos, TQWidget pTargetWnd);
public native void place(int pos);
public native void place();
public native void placeAndShow(int pos, TQWidget pTargetWnd, int percent);
public native void placeAndShow(int pos, TQWidget pTargetWnd);
public native void placeAndShow(int pos);
public native void placeAndShow();
public native void show();
public native void setWidgetToWrap(TQWidget widgetToWrap, String tabToolTip, String tabCaption);
public native void setWidgetToWrap(TQWidget widgetToWrap, String tabToolTip);
public native void setWidgetToWrap(TQWidget widgetToWrap);
public native void hide();
}