//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class TQSizeGrip extends TQWidget { protected TQSizeGrip(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public TQSizeGrip(TQWidget parent, String name) { super((Class) null); newTQSizeGrip(parent,name); } private native void newTQSizeGrip(TQWidget parent, String name); public TQSizeGrip(TQWidget parent) { super((Class) null); newTQSizeGrip(parent); } private native void newTQSizeGrip(TQWidget parent); public native TQSize sizeHint(); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); protected native void paintEvent(TQPaintEvent arg1); protected native void mousePressEvent(TQMouseEvent arg1); protected native void mouseMoveEvent(TQMouseEvent arg1); public native boolean eventFilter(TQObject arg1, TQEvent arg2); /** 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(); }