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
484 B
22 lines
484 B
//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);
|
|
}
|