#include <mobu-python-api.h>
Types of attachments between UI regions.
Public Attributes | |
object | kFBAttachLeft |
Attach to left [min(x1,x2)]. More... | |
object | kFBAttachRight |
Attach to right [max(x1,x2)]. More... | |
object | kFBAttachTop |
Attach to top [min(y1,y2)]. More... | |
object | kFBAttachBottom |
Attach to bottom [max(y1,y2)]. More... | |
object | kFBAttachWidth |
Attach to width [abs(x2-x1)]. More... | |
object | kFBAttachHeight |
Attach to height [abs(y2-y1)]. More... | |
object | kFBAttachCenter |
Attach to center [center(x1,y1,x2,y2)]. More... | |
object | kFBAttachNone |
No attachment. More... | |
object kFBAttachBottom |
Attach to bottom [max(y1,y2)].
object kFBAttachCenter |
Attach to center [center(x1,y1,x2,y2)].
object kFBAttachHeight |
Attach to height [abs(y2-y1)].
object kFBAttachLeft |
Attach to left [min(x1,x2)].
object kFBAttachNone |
No attachment.
object kFBAttachRight |
Attach to right [max(x1,x2)].
object kFBAttachTop |
Attach to top [min(y1,y2)].
object kFBAttachWidth |
Attach to width [abs(x2-x1)].