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/KFileTreeViewToolTip.java

27 lines
895 B

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.koala;
import org.trinitydesktop.qt.Qt;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQPoint;
import org.trinitydesktop.qt.TQListView;
import org.trinitydesktop.qt.TQToolTip;
/**
*/
public class KFileTreeViewToolTip extends TQToolTip {
protected KFileTreeViewToolTip(Class dummy){super((Class) null);}
public KFileTreeViewToolTip(TQListView view) {
super((Class) null);
newKFileTreeViewToolTip(view);
}
private native void newKFileTreeViewToolTip(TQListView view);
protected native void maybeTip(TQPoint arg1);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */
public native void dispose();
/** Has the wrapped C++ instance been deleted? */
public native boolean isDisposed();
}