blob: 2b67afcd3a26d5f732880ccaef4a2cd27c667678 (
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.trinitydesktop.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);
}
|