mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
fix guage pointer docs
This commit is contained in:
parent
471b9bad5e
commit
6ac45bcf4f
@ -1,5 +1,7 @@
|
||||
# 最新动态
|
||||
|
||||
* 2019/05/15
|
||||
* 合并guage pointer支持锚点的补丁(感谢智明提供补丁)。
|
||||
|
||||
* 2019/05/14
|
||||
* style增加margin\_left/margin\_right/margin\_top/margin\_bottom几个参数用于细化之前的margin参数。 这个只影响icon/text,不影响子控件(子控件由布局算法决定)
|
||||
|
||||
|
@ -79,14 +79,14 @@ typedef struct _guage_pointer_t {
|
||||
char* image;
|
||||
|
||||
/**
|
||||
* @property {float_t} center_point_y
|
||||
* @property {float_t} anchor_x
|
||||
* @annotation ["set_prop","get_prop","readable","persitent","design","scriptable"]
|
||||
* 旋转锚点x坐标。
|
||||
*/
|
||||
float_t anchor_x;
|
||||
|
||||
/**
|
||||
* @property {float_t} center_point_y
|
||||
* @property {float_t} anchor_y
|
||||
* @annotation ["set_prop","get_prop","readable","persitent","design","scriptable"]
|
||||
* 旋转锚点y坐标。
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user