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.
62 lines
2.1 KiB
62 lines
2.1 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQGrid extends TQFrame {
|
|
protected TQGrid(Class dummy){super((Class) null);}
|
|
public native TQMetaObject metaObject();
|
|
public native String className();
|
|
public TQGrid(int n, TQWidget parent, String name, int f) {
|
|
super((Class) null);
|
|
newTQGrid(n,parent,name,f);
|
|
}
|
|
private native void newTQGrid(int n, TQWidget parent, String name, int f);
|
|
public TQGrid(int n, TQWidget parent, String name) {
|
|
super((Class) null);
|
|
newTQGrid(n,parent,name);
|
|
}
|
|
private native void newTQGrid(int n, TQWidget parent, String name);
|
|
public TQGrid(int n, TQWidget parent) {
|
|
super((Class) null);
|
|
newTQGrid(n,parent);
|
|
}
|
|
private native void newTQGrid(int n, TQWidget parent);
|
|
public TQGrid(int n) {
|
|
super((Class) null);
|
|
newTQGrid(n);
|
|
}
|
|
private native void newTQGrid(int n);
|
|
public TQGrid(int n, int orient, TQWidget parent, String name, int f) {
|
|
super((Class) null);
|
|
newTQGrid(n,orient,parent,name,f);
|
|
}
|
|
private native void newTQGrid(int n, int orient, TQWidget parent, String name, int f);
|
|
public TQGrid(int n, int orient, TQWidget parent, String name) {
|
|
super((Class) null);
|
|
newTQGrid(n,orient,parent,name);
|
|
}
|
|
private native void newTQGrid(int n, int orient, TQWidget parent, String name);
|
|
public TQGrid(int n, int orient, TQWidget parent) {
|
|
super((Class) null);
|
|
newTQGrid(n,orient,parent);
|
|
}
|
|
private native void newTQGrid(int n, int orient, TQWidget parent);
|
|
public TQGrid(int n, int orient) {
|
|
super((Class) null);
|
|
newTQGrid(n,orient);
|
|
}
|
|
private native void newTQGrid(int n, int orient);
|
|
public native void setSpacing(int arg1);
|
|
public native TQSize sizeHint();
|
|
public static native String tr(String arg1, String arg2);
|
|
public static native String tr(String arg1);
|
|
protected native void frameChanged();
|
|
/** 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();
|
|
}
|