//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;

import org.trinitydesktop.qt.Qt;

public class TQHBoxLayout extends TQBoxLayout  {
	protected TQHBoxLayout(Class dummy){super((Class) null);}
	public native TQMetaObject metaObject();
	public native String className();
	public TQHBoxLayout(TQWidget parent, int border, int spacing, String name) {
		super((Class) null);
		newTQHBoxLayout(parent,border,spacing,name);
	}
	private native void newTQHBoxLayout(TQWidget parent, int border, int spacing, String name);
	public TQHBoxLayout(TQWidget parent, int border, int spacing) {
		super((Class) null);
		newTQHBoxLayout(parent,border,spacing);
	}
	private native void newTQHBoxLayout(TQWidget parent, int border, int spacing);
	public TQHBoxLayout(TQWidget parent, int border) {
		super((Class) null);
		newTQHBoxLayout(parent,border);
	}
	private native void newTQHBoxLayout(TQWidget parent, int border);
	public TQHBoxLayout(TQWidget parent) {
		super((Class) null);
		newTQHBoxLayout(parent);
	}
	private native void newTQHBoxLayout(TQWidget parent);
	public TQHBoxLayout(TQLayout parentLayout, int spacing, String name) {
		super((Class) null);
		newTQHBoxLayout(parentLayout,spacing,name);
	}
	private native void newTQHBoxLayout(TQLayout parentLayout, int spacing, String name);
	public TQHBoxLayout(TQLayout parentLayout, int spacing) {
		super((Class) null);
		newTQHBoxLayout(parentLayout,spacing);
	}
	private native void newTQHBoxLayout(TQLayout parentLayout, int spacing);
	public TQHBoxLayout(TQLayout parentLayout) {
		super((Class) null);
		newTQHBoxLayout(parentLayout);
	}
	private native void newTQHBoxLayout(TQLayout parentLayout);
	public TQHBoxLayout(int spacing, String name) {
		super((Class) null);
		newTQHBoxLayout(spacing,name);
	}
	private native void newTQHBoxLayout(int spacing, String name);
	public TQHBoxLayout(int spacing) {
		super((Class) null);
		newTQHBoxLayout(spacing);
	}
	private native void newTQHBoxLayout(int spacing);
	public TQHBoxLayout() {
		super((Class) null);
		newTQHBoxLayout();
	}
	private native void newTQHBoxLayout();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String 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();
}