Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Dec 26, 2023
1 parent 3796c88 commit 9b52ee7
Show file tree
Hide file tree
Showing 40 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion docs/manual/action_darray_thread_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ ret_t action_darray_thread_set_idle_interval (action_darray_thread_t* thread, ui
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| thread | action\_darray\_thread\_t* | action\_darray\_thread对象。 |
| interval | uint32\_t | 时间间隔(ms)。 |
| interval | uint32\_t | 时间间隔(毫秒)。 |
#### action\_darray\_thread\_set\_on\_idle 函数
-----------------------

Expand Down
8 changes: 4 additions & 4 deletions docs/manual/button_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ default](https://github.com/zlgopen/awtk/blob/master/design/default/styles/defau
| <a href="#button_t_button_get_widget_vtable">button\_get\_widget\_vtable</a> | 获取 button 虚表。 |
| <a href="#button_t_button_set_enable_long_press">button\_set\_enable\_long\_press</a> | 设置是否启用长按事件。 |
| <a href="#button_t_button_set_enable_preview">button\_set\_enable\_preview</a> | 设置是否启用预览。 |
| <a href="#button_t_button_set_long_press_time">button\_set\_long\_press\_time</a> | 设置触发长按事件的时间。 |
| <a href="#button_t_button_set_long_press_time">button\_set\_long\_press\_time</a> | 设置触发长按事件的时间(毫秒)|
| <a href="#button_t_button_set_repeat">button\_set\_repeat</a> | 设置触发EVT\_CLICK事件的时间间隔。为0则不重复触发EVT\_CLICK事件。 |
### 属性
<p id="button_t_properties">
Expand All @@ -66,7 +66,7 @@ default](https://github.com/zlgopen/awtk/blob/master/design/default/styles/defau
| -------- | ----- | ------------ |
| <a href="#button_t_enable_long_press">enable\_long\_press</a> | bool\_t | 是否启用长按事件,为true时才触发长按事件。 |
| <a href="#button_t_enable_preview">enable\_preview</a> | bool\_t | 是否启用预览(主要用于软键盘)。 |
| <a href="#button_t_long_press_time">long\_press\_time</a> | uint32\_t | 触发长按事件的时间(ms) |
| <a href="#button_t_long_press_time">long\_press\_time</a> | uint32\_t | 触发长按事件的时间(毫秒) |
| <a href="#button_t_pressed">pressed</a> | bool\_t | 当前是否按下。 |
| <a href="#button_t_repeat">repeat</a> | int32\_t | 重复触发EVT\_CLICK事件的时间间隔。 |
### 事件
Expand Down Expand Up @@ -181,7 +181,7 @@ ret_t button_set_enable_preview (widget_t* widget, bool_t enable_preview);

* 函数功能:

> <p id="button_t_button_set_long_press_time">设置触发长按事件的时间。
> <p id="button_t_button_set_long_press_time">设置触发长按事件的时间(毫秒)
* 函数原型:

Expand Down Expand Up @@ -253,7 +253,7 @@ ret_t button_set_repeat (widget_t* widget, int32_t repeat);
| 可通过widget\_set\_prop修改 ||
#### long\_press\_time 属性
-----------------------
> <p id="button_t_long_press_time">触发长按事件的时间(ms)
> <p id="button_t_long_press_time">触发长按事件的时间(毫秒)
* 类型:uint32\_t

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/debugger_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ret_t debugger_dispatch_messages (debugger_t* debugger, uint32_t timeout, uint32
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| debugger | debugger\_t* | debugger对象。 |
| timeout | uint32\_t | 超时时间。 |
| timeout | uint32\_t | 超时时间(毫秒)|
| ret\_num | uint32\_t* | 返回处理命令个数。 |
#### debugger\_get\_break\_points 函数
-----------------------
Expand Down
10 changes: 5 additions & 5 deletions docs/manual/event_source_manager_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
| <a href="#event_source_manager_t_event_source_manager_deinit">event\_source\_manager\_deinit</a> | ~初始化。 |
| <a href="#event_source_manager_t_event_source_manager_destroy">event\_source\_manager\_destroy</a> | 销毁事件源管理器。 |
| <a href="#event_source_manager_t_event_source_manager_dispatch">event\_source\_manager\_dispatch</a> | 分发事件。 |
| <a href="#event_source_manager_t_event_source_manager_get_wakeup_time">event\_source\_manager\_get\_wakeup\_time</a> | 获取wakeup时间(ms) |
| <a href="#event_source_manager_t_event_source_manager_get_wakeup_time">event\_source\_manager\_get\_wakeup\_time</a> | 获取wakeup时间(毫秒) |
| <a href="#event_source_manager_t_event_source_manager_init">event\_source\_manager\_init</a> | 初始化。 |
| <a href="#event_source_manager_t_event_source_manager_remove">event\_source\_manager\_remove</a> | 移除事件源对象。 |
| <a href="#event_source_manager_t_event_source_manager_remove_by_tag">event\_source\_manager\_remove\_by\_tag</a> | 移除所有tag相同的事件源对象。 |
| <a href="#event_source_manager_t_event_source_manager_set_min_sleep_time">event\_source\_manager\_set\_min\_sleep\_time</a> | 设置默认最小睡眠时间。 |
| <a href="#event_source_manager_t_event_source_manager_set_min_sleep_time">event\_source\_manager\_set\_min\_sleep\_time</a> | 设置默认最小睡眠时间(毫秒)|
#### event\_source\_manager\_add 函数
-----------------------

Expand Down Expand Up @@ -98,7 +98,7 @@ ret_t event_source_manager_dispatch (event_source_manager_t* manager);

* 函数功能:

> <p id="event_source_manager_t_event_source_manager_get_wakeup_time">获取wakeup时间(ms)
> <p id="event_source_manager_t_event_source_manager_get_wakeup_time">获取wakeup时间(毫秒)
* 函数原型:

Expand All @@ -110,7 +110,7 @@ uint32_t event_source_manager_get_wakeup_time (event_source_manager_t* manager);

| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | uint32\_t | 返回wakeup时间(ms)。 |
| 返回值 | uint32\_t | 返回wakeup时间(毫秒)。 |
| manager | event\_source\_manager\_t* | event\_source\_manager对象。 |
#### event\_source\_manager\_init 函数
-----------------------
Expand Down Expand Up @@ -176,7 +176,7 @@ ret_t event_source_manager_remove_by_tag (event_source_manager_t* manager, void*

* 函数功能:

> <p id="event_source_manager_t_event_source_manager_set_min_sleep_time">设置默认最小睡眠时间。
> <p id="event_source_manager_t_event_source_manager_set_min_sleep_time">设置默认最小睡眠时间(毫秒)
* 函数原型:

Expand Down
8 changes: 4 additions & 4 deletions docs/manual/event_source_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
事件源有下列两种方式:

* 对于有文件描述符的事件源(如socket),get_fd返回一个有效的文件描述符。
* 对于定时器,则get_wakeup_time返回下次唤醒的时间。
* 对于定时器,则get_wakeup_time返回下次唤醒的时间(毫秒)
----------------------------------
### 函数
<p id="event_source_t_methods">
Expand All @@ -17,7 +17,7 @@
| <a href="#event_source_t_event_source_check">event\_source\_check</a> | 对于没有文件描述符的事件源,需要自己检查是否准备就绪。 |
| <a href="#event_source_t_event_source_dispatch">event\_source\_dispatch</a> | 分发事件。 |
| <a href="#event_source_t_event_source_get_fd">event\_source\_get\_fd</a> | 获取文件描述符。 |
| <a href="#event_source_t_event_source_get_wakeup_time">event\_source\_get\_wakeup\_time</a> | 获取唤醒时间(ms)。 |
| <a href="#event_source_t_event_source_get_wakeup_time">event\_source\_get\_wakeup\_time</a> | 获取唤醒时间(毫秒)。 |
| <a href="#event_source_t_event_source_set_tag">event\_source\_set\_tag</a> | 设置tag,方便通过tag一次移除多个事件源。 |
#### event\_source\_check 函数
-----------------------
Expand Down Expand Up @@ -81,7 +81,7 @@ int32_t event_source_get_fd (event_source_t* source);

* 函数功能:

> <p id="event_source_t_event_source_get_wakeup_time">获取唤醒时间(ms)。
> <p id="event_source_t_event_source_get_wakeup_time">获取唤醒时间(毫秒)。
* 函数原型:

Expand All @@ -93,7 +93,7 @@ uint32_t event_source_get_wakeup_time (event_source_t* source);

| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | uint32\_t | 返回唤醒时间(ms)。 |
| 返回值 | uint32\_t | 返回唤醒时间(毫秒)。 |
| source | event\_source\_t* | event\_source对象。 |
#### event\_source\_set\_tag 函数
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/global_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,15 @@ ret_t tk_quit ();
* 函数原型:

```
ret_t tk_quit_ex (uint32_t delay_ms);
ret_t tk_quit_ex (uint32_t delay);
```

* 参数说明:

| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| delay\_ms | uint32\_t | 延迟退出的时间。 |
| delay | uint32\_t | 延迟退出的时间(毫秒)|
#### tk\_run 函数
-----------------------

Expand Down
12 changes: 6 additions & 6 deletions docs/manual/hscroll_label_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ https://github.com/zlgopen/awtk/blob/master/design/default/styles/default.xml)

| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#hscroll_label_t_duration">duration</a> | int32\_t | 完整的滚动一次需要的时间(ms),缺省5000ms。 |
| <a href="#hscroll_label_t_duration">duration</a> | int32\_t | 完整的滚动一次需要的时间(毫秒),缺省5000ms。 |
| <a href="#hscroll_label_t_ellipses">ellipses</a> | bool\_t | 文本显示不下时,在行尾显示省略号(缺省FALSE)。 |
| <a href="#hscroll_label_t_loop">loop</a> | bool\_t | loop是否循环滚动(缺省FALSE)。 |
| <a href="#hscroll_label_t_lull">lull</a> | int32\_t | 滚动之间的间歇时间(ms),缺省3000ms。 |
| <a href="#hscroll_label_t_lull">lull</a> | int32\_t | 滚动之间的间歇时间(毫秒),缺省3000ms。 |
| <a href="#hscroll_label_t_only_focus">only\_focus</a> | bool\_t | 只有处于focus时才滚动(缺省否)。 |
| <a href="#hscroll_label_t_only_parent_focus">only\_parent\_focus</a> | bool\_t | 只有父控件处于focus时才滚动(缺省否)。 |
| <a href="#hscroll_label_t_speed">speed</a> | float\_t | 滚动速度(px/ms)(设置后 duration 不生效)。 |
Expand Down Expand Up @@ -138,7 +138,7 @@ ret_t hscroll_label_set_duration (widget_t* widget, int32_t duration);
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| widget | widget\_t* | 控件对象。 |
| duration | int32\_t | 滚动时间(ms)。 |
| duration | int32\_t | 滚动时间(毫秒)。 |
#### hscroll\_label\_set\_ellipses 函数
-----------------------

Expand Down Expand Up @@ -198,7 +198,7 @@ ret_t hscroll_label_set_lull (widget_t* widget, int32_t lull);
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| widget | widget\_t* | 控件对象。 |
| lull | int32\_t | 间歇时间(ms)。 |
| lull | int32\_t | 间歇时间(毫秒)。 |
#### hscroll\_label\_set\_only\_focus 函数
-----------------------

Expand Down Expand Up @@ -359,7 +359,7 @@ ret_t hscroll_label_stop (widget_t* widget);
| widget | widget\_t* | 控件对象。 |
#### duration 属性
-----------------------
> <p id="hscroll_label_t_duration">完整的滚动一次需要的时间(ms),缺省5000ms。
> <p id="hscroll_label_t_duration">完整的滚动一次需要的时间(毫秒),缺省5000ms。
* 类型:int32\_t

Expand Down Expand Up @@ -405,7 +405,7 @@ ret_t hscroll_label_stop (widget_t* widget);
| 可通过widget\_set\_prop修改 ||
#### lull 属性
-----------------------
> <p id="hscroll_label_t_lull">滚动之间的间歇时间(ms),缺省3000ms。
> <p id="hscroll_label_t_lull">滚动之间的间歇时间(毫秒),缺省3000ms。
* 类型:int32\_t

Expand Down
4 changes: 2 additions & 2 deletions docs/manual/image_animation_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ demo](https://github.com/zlgopen/awtk-c-demos/blob/master/demos/image_animation.
| <a href="#image_animation_t_image_animation_set_delay">image\_animation\_set\_delay</a> | 设置延迟播放时间(仅适用于自动播放)。 |
| <a href="#image_animation_t_image_animation_set_format">image\_animation\_set\_format</a> | 设置生成图片名的格式。 |
| <a href="#image_animation_t_image_animation_set_image">image\_animation\_set\_image</a> | 设置图片前缀。 |
| <a href="#image_animation_t_image_animation_set_interval">image\_animation\_set\_interval</a> | 设置播放间隔时间。 |
| <a href="#image_animation_t_image_animation_set_interval">image\_animation\_set\_interval</a> | 设置播放间隔时间(毫秒)。 |
| <a href="#image_animation_t_image_animation_set_loop">image\_animation\_set\_loop</a> | 设置是否循环播放。 |
| <a href="#image_animation_t_image_animation_set_range_sequence">image\_animation\_set\_range\_sequence</a> | 设置播放序列。比如image为"fire",start_index为0, end_index为99, 将依次播放"fire0", ..., |
| <a href="#image_animation_t_image_animation_set_reverse">image\_animation\_set\_reverse</a> | 设置是否倒序播放。 |
Expand Down Expand Up @@ -310,7 +310,7 @@ ret_t image_animation_set_image (widget_t* widget, const char* image);
* 函数功能:
> <p id="image_animation_t_image_animation_set_interval">设置播放间隔时间。
> <p id="image_animation_t_image_animation_set_interval">设置播放间隔时间(毫秒)
* 函数原型:
Expand Down
10 changes: 5 additions & 5 deletions docs/manual/popup_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ default](https://github.com/zlgopen/awtk/blob/master/design/default/styles/defau
| <a href="#popup_t_popup_get_widget_vtable">popup\_get\_widget\_vtable</a> | 获取 popup 虚表。 |
| <a href="#popup_t_popup_set_close_when_click">popup\_set\_close\_when\_click</a> | 设置点击时是否关闭窗口。 |
| <a href="#popup_t_popup_set_close_when_click_outside">popup\_set\_close\_when\_click\_outside</a> | 设置点击窗口外部时是否关闭窗口。 |
| <a href="#popup_t_popup_set_close_when_timeout">popup\_set\_close\_when\_timeout</a> | 设置超时关闭时间(ms)。 |
| <a href="#popup_t_popup_set_close_when_timeout">popup\_set\_close\_when\_timeout</a> | 设置超时关闭时间(毫秒)。 |
### 属性
<p id="popup_t_properties">

| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#popup_t_close_when_click">close\_when\_click</a> | bool\_t | 点击时是否关闭窗口。 |
| <a href="#popup_t_close_when_click_outside">close\_when\_click\_outside</a> | bool\_t | 点击到窗口外时是否关闭窗口。 |
| <a href="#popup_t_close_when_timeout">close\_when\_timeout</a> | uint32\_t | 超时后自动关闭窗口(ms)。 |
| <a href="#popup_t_close_when_timeout">close\_when\_timeout</a> | uint32\_t | 超时后自动关闭窗口(毫秒)。 |
#### popup\_cast 函数
-----------------------

Expand Down Expand Up @@ -173,7 +173,7 @@ ret_t popup_set_close_when_click_outside (widget_t* widget, bool_t close_when_cl

* 函数功能:

> <p id="popup_t_popup_set_close_when_timeout">设置超时关闭时间(ms)。
> <p id="popup_t_popup_set_close_when_timeout">设置超时关闭时间(毫秒)。
* 函数原型:

Expand All @@ -187,7 +187,7 @@ ret_t popup_set_close_when_timeout (widget_t* widget, uint32_t close_when_timeou
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| widget | widget\_t* | 控件对象。 |
| close\_when\_timeout | uint32\_t | 大于0时,为定时器时间(ms),超时关闭窗口。 |
| close\_when\_timeout | uint32\_t | 大于0时,为定时器时间(毫秒),超时关闭窗口。 |
#### close\_when\_click 属性
-----------------------
> <p id="popup_t_close_when_click">点击时是否关闭窗口。
Expand Down Expand Up @@ -222,7 +222,7 @@ ret_t popup_set_close_when_timeout (widget_t* widget, uint32_t close_when_timeou
| 可通过widget\_set\_prop修改 ||
#### close\_when\_timeout 属性
-----------------------
> <p id="popup_t_close_when_timeout">超时后自动关闭窗口(ms)。
> <p id="popup_t_close_when_timeout">超时后自动关闭窗口(毫秒)。
* 类型:uint32\_t

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/process_start_info_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ret_t process_wait_for_data (process_handle_t handle, uint32_t timeout_ms);
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| handle | process\_handle\_t | 子进程句柄。 |
| timeout\_ms | uint32\_t | 等待时间(ms)。 |
| timeout\_ms | uint32\_t | 等待时间(毫秒)。 |
#### process\_write 函数
-----------------------

Expand Down
20 changes: 10 additions & 10 deletions docs/manual/scroll_bar_t.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ https://github.com/zlgopen/awtk/blob/master/design/default/styles/default.xml#L3
| <a href="#scroll_bar_t_scroll_bar_is_mobile">scroll\_bar\_is\_mobile</a> | 判断是否是mobile风格的滚动条。 |
| <a href="#scroll_bar_t_scroll_bar_scroll_delta">scroll\_bar\_scroll\_delta</a> | 在当前的值上增加一个值,并滚动到新的值,并触发EVT_VALUE_CHANGED事件。 |
| <a href="#scroll_bar_t_scroll_bar_scroll_to">scroll\_bar\_scroll\_to</a> | 滚动到指定的值。 |
| <a href="#scroll_bar_t_scroll_bar_set_animator_time">scroll\_bar\_set\_animator\_time</a> | 设置翻页滚动动画时间。 |
| <a href="#scroll_bar_t_scroll_bar_set_animator_time">scroll\_bar\_set\_animator\_time</a> | 设置翻页滚动动画时间(毫秒)|
| <a href="#scroll_bar_t_scroll_bar_set_auto_hide">scroll\_bar\_set\_auto\_hide</a> | 设置auto_hide属性。 |
| <a href="#scroll_bar_t_scroll_bar_set_params">scroll\_bar\_set\_params</a> | 设置参数。 |
| <a href="#scroll_bar_t_scroll_bar_set_value">scroll\_bar\_set\_value</a> | 设置值,并触发EVT_VALUE_CHANGED事件。 |
Expand All @@ -65,7 +65,7 @@ https://github.com/zlgopen/awtk/blob/master/design/default/styles/default.xml#L3
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#scroll_bar_t_animatable">animatable</a> | bool\_t | 滚动时是否启用动画。 |
| <a href="#scroll_bar_t_animator_time">animator\_time</a> | uint32\_t | 翻页滚动动画时间。 |
| <a href="#scroll_bar_t_animator_time">animator\_time</a> | uint32\_t | 翻页滚动动画时间(毫秒)|
| <a href="#scroll_bar_t_auto_hide">auto\_hide</a> | bool\_t | 是否自动隐藏(仅对mobile风格的滚动条有效)。 |
| <a href="#scroll_bar_t_row">row</a> | int32\_t | 行的高度。 |
| <a href="#scroll_bar_t_value">value</a> | int32\_t | 当前的值。 |
Expand Down Expand Up @@ -206,8 +206,8 @@ ret_t scroll_bar_hide_by_opacity_animation (widget_t* widget, int32_t duration,
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| widget | widget\_t* | scroll\_bar控件。 |
| duration | int32\_t | 动画持续时间。 |
| delay | int32\_t | 动画执行时间。 |
| duration | int32\_t | 动画持续时间(毫秒)|
| delay | int32\_t | 动画执行时间(毫秒)|
#### scroll\_bar\_is\_mobile 函数
-----------------------

Expand Down Expand Up @@ -267,13 +267,13 @@ ret_t scroll_bar_scroll_to (widget_t* widget, int32_t value, int32_t duration);
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| widget | widget\_t* | scroll\_bar控件。 |
| value | int32\_t | 值。 |
| duration | int32\_t | 动画持续时间。 |
| duration | int32\_t | 动画持续时间(毫秒)|
#### scroll\_bar\_set\_animator\_time 函数
-----------------------

* 函数功能:

> <p id="scroll_bar_t_scroll_bar_set_animator_time">设置翻页滚动动画时间。
> <p id="scroll_bar_t_scroll_bar_set_animator_time">设置翻页滚动动画时间(毫秒)
* 函数原型:

Expand All @@ -287,7 +287,7 @@ ret_t scroll_bar_set_animator_time (widget_t* widget, uint32_t animator_time);
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| widget | widget\_t* | scroll\_bar控件。 |
| animator\_time | uint32\_t | 时间。 |
| animator\_time | uint32\_t | 时间(毫秒)|
#### scroll\_bar\_set\_auto\_hide 函数
-----------------------

Expand Down Expand Up @@ -390,8 +390,8 @@ ret_t scroll_bar_show_by_opacity_animation (widget_t* widget, int32_t duration,
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
| widget | widget\_t* | scroll\_bar控件。 |
| duration | int32\_t | 动画持续时间。 |
| delay | int32\_t | 动画执行时间。 |
| duration | int32\_t | 动画持续时间(毫秒)|
| delay | int32\_t | 动画执行时间(毫秒)|
#### animatable 属性
-----------------------
> <p id="scroll_bar_t_animatable">滚动时是否启用动画。
Expand All @@ -410,7 +410,7 @@ ret_t scroll_bar_show_by_opacity_animation (widget_t* widget, int32_t duration,
| 可通过widget\_set\_prop修改 ||
#### animator\_time 属性
-----------------------
> <p id="scroll_bar_t_animator_time">翻页滚动动画时间。
> <p id="scroll_bar_t_animator_time">翻页滚动动画时间(毫秒)
* 类型:uint32\_t

Expand Down
Loading

0 comments on commit 9b52ee7

Please sign in to comment.