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.
tdebindings/qtjava/javalib/org/trinitydesktop/qt/TQGridView.java

30 lines
1.1 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
import org.trinitydesktop.qt.Qt;
public class TQGridView extends TQScrollView {
protected TQGridView(Class dummy){super((Class) null);}
public native TQMetaObject metaObject();
public native String className();
public native int numRows();
public native void setNumRows(int arg1);
public native int numCols();
public native void setNumCols(int arg1);
public native int cellWidth();
public native void setCellWidth(int arg1);
public native int cellHeight();
public native void setCellHeight(int arg1);
public native TQRect cellRect();
public native TQRect cellGeometry(int row, int column);
public native TQSize gridSize();
public native int rowAt(int y);
public native int columnAt(int x);
public native void repaintCell(int row, int column, boolean erase);
public native void repaintCell(int row, int column);
public native void updateCell(int row, int column);
public native void ensureCellVisible(int row, int column);
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
}