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.
19 lines
492 B
19 lines
492 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQFocusData implements QtSupport {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQFocusData(Class dummy){}
|
|
|
|
public native TQWidget focusWidget();
|
|
public native TQWidget home();
|
|
public native TQWidget next();
|
|
public native TQWidget prev();
|
|
public native TQWidget first();
|
|
public native TQWidget last();
|
|
public native int count();
|
|
}
|