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.
22 lines
473 B
22 lines
473 B
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
|
package org.kde.qt;
|
||
|
|
||
|
|
||
13 years ago
|
public interface TQLayoutItemInterface {
|
||
|
TQSize sizeHint();
|
||
|
TQSize minimumSize();
|
||
|
TQSize maximumSize();
|
||
15 years ago
|
int expanding();
|
||
13 years ago
|
void setGeometry(TQRect arg1);
|
||
|
TQRect geometry();
|
||
15 years ago
|
boolean isEmpty();
|
||
|
boolean hasHeightForWidth();
|
||
|
int heightForWidth(int arg1);
|
||
|
void invalidate();
|
||
13 years ago
|
TQWidget widget();
|
||
|
TQLayout layout();
|
||
|
TQSpacerItem spacerItem();
|
||
15 years ago
|
int alignment();
|
||
|
void setAlignment(int a);
|
||
|
}
|