//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; /** See {@link TQGroupBoxSignals} for signals emitted by TQGroupBox */ public class TQGroupBox extends TQFrame { protected TQGroupBox(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public TQGroupBox(TQWidget parent, String name) { super((Class) null); newTQGroupBox(parent,name); } private native void newTQGroupBox(TQWidget parent, String name); public TQGroupBox(TQWidget parent) { super((Class) null); newTQGroupBox(parent); } private native void newTQGroupBox(TQWidget parent); public TQGroupBox() { super((Class) null); newTQGroupBox(); } private native void newTQGroupBox(); public TQGroupBox(String title, TQWidget parent, String name) { super((Class) null); newTQGroupBox(title,parent,name); } private native void newTQGroupBox(String title, TQWidget parent, String name); public TQGroupBox(String title, TQWidget parent) { super((Class) null); newTQGroupBox(title,parent); } private native void newTQGroupBox(String title, TQWidget parent); public TQGroupBox(String title) { super((Class) null); newTQGroupBox(title); } private native void newTQGroupBox(String title); public TQGroupBox(int strips, int o, TQWidget parent, String name) { super((Class) null); newTQGroupBox(strips,o,parent,name); } private native void newTQGroupBox(int strips, int o, TQWidget parent, String name); public TQGroupBox(int strips, int o, TQWidget parent) { super((Class) null); newTQGroupBox(strips,o,parent); } private native void newTQGroupBox(int strips, int o, TQWidget parent); public TQGroupBox(int strips, int o) { super((Class) null); newTQGroupBox(strips,o); } private native void newTQGroupBox(int strips, int o); public TQGroupBox(int strips, int o, String title, TQWidget parent, String name) { super((Class) null); newTQGroupBox(strips,o,title,parent,name); } private native void newTQGroupBox(int strips, int o, String title, TQWidget parent, String name); public TQGroupBox(int strips, int o, String title, TQWidget parent) { super((Class) null); newTQGroupBox(strips,o,title,parent); } private native void newTQGroupBox(int strips, int o, String title, TQWidget parent); public TQGroupBox(int strips, int o, String title) { super((Class) null); newTQGroupBox(strips,o,title); } private native void newTQGroupBox(int strips, int o, String title); public native void setColumnLayout(int strips, int o); public native String title(); public native void setTitle(String arg1); public native int alignment(); public native void setAlignment(int arg1); public native int columns(); public native void setColumns(int arg1); public native int orientation(); public native void setOrientation(int arg1); public native int insideMargin(); public native int insideSpacing(); public native void setInsideMargin(int m); public native void setInsideSpacing(int s); public native void addSpace(int arg1); public native TQSize sizeHint(); public native boolean isFlat(); public native void setFlat(boolean b); public native boolean isCheckable(); public native void setCheckable(boolean b); public native boolean isChecked(); public native void setEnabled(boolean on); public native void setChecked(boolean b); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); public native boolean event(TQEvent arg1); protected native void childEvent(TQChildEvent arg1); protected native void resizeEvent(TQResizeEvent arg1); protected native void paintEvent(TQPaintEvent arg1); protected native void focusInEvent(TQFocusEvent arg1); protected native void fontChange(TQFont 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(); }