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.
29 lines
1.3 KiB
29 lines
1.3 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class TQToolTip extends Qt {
|
|
protected TQToolTip(Class dummy){super((Class) null);}
|
|
public native TQWidget parentWidget();
|
|
public native TQToolTipGroup group();
|
|
public static native void add(TQWidget arg1, String arg2);
|
|
public static native void add(TQWidget arg1, String arg2, TQToolTipGroup arg3, String arg4);
|
|
public static native void remove(TQWidget arg1);
|
|
public static native void add(TQWidget arg1, TQRect arg2, String arg3);
|
|
public static native void add(TQWidget arg1, TQRect arg2, String arg3, TQToolTipGroup arg4, String arg5);
|
|
public static native void remove(TQWidget arg1, TQRect arg2);
|
|
public static native String textFor(TQWidget arg1, TQPoint pos);
|
|
public static native String textFor(TQWidget arg1);
|
|
public static native void hide();
|
|
public static native TQFont font();
|
|
public static native void setFont(TQFont arg1);
|
|
public static native TQPalette palette();
|
|
public static native void setPalette(TQPalette arg1);
|
|
public static native void setEnabled(boolean enable);
|
|
public static native boolean enabled();
|
|
public static native void setGloballyEnabled(boolean arg1);
|
|
public static native boolean isGloballyEnabled();
|
|
public static native void setWakeUpDelay(int arg1);
|
|
}
|