soui
5.0.0.1
Soui5 Doc
Loading...
Searching...
No Matches
SLinearLayoutParamStruct.h
1
#ifndef __SLINEARLAYOUTPARAMSTRUCT__H__
2
#define __SLINEARLAYOUTPARAMSTRUCT__H__
3
4
#include "SLayoutSize.h"
5
SNSBEGIN
6
enum
Gravity
7
{
8
G_Undefined = -1,
9
G_Left = 0,
10
G_Top = 0,
11
G_Center = 1,
12
G_Right = 2,
13
G_Bottom = 2,
14
};
15
16
struct
SLinearLayoutParamStruct
17
{
18
SLayoutSize width;
19
SLayoutSize height;
20
SLayoutSize extend_left, extend_right;
//相当于android的margin属性
21
SLayoutSize extend_top, extend_bottom;
//相当于android的margin属性
22
float
weight;
23
Gravity gravity;
24
};
25
SNSEND
26
#endif
// __SLINEARLAYOUTPARAMSTRUCT__H__
SOUI
include
layout
SLinearLayoutParamStruct.h
Generated by
1.13.2