blob: 081eb64c86974391f6de79306f8647454c2fd793 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
public interface TQLayoutItemInterface {
TQSize sizeHint();
TQSize minimumSize();
TQSize maximumSize();
int expanding();
void setGeometry(TQRect arg1);
TQRect geometry();
boolean isEmpty();
boolean hasHeightForWidth();
int heightForWidth(int arg1);
void invalidate();
TQWidget widget();
TQLayout layout();
TQSpacerItem spacerItem();
int alignment();
void setAlignment(int a);
}
|