mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +08:00
Update dialog_highlight.md
This commit is contained in:
parent
d7273c3167
commit
2c335910bc
@ -66,11 +66,11 @@ dialog_highlighter_t* dialog_highlighter_default_create(object_t* args) {
|
||||
}
|
||||
```
|
||||
|
||||
2.注册到window\_animator工厂。如:
|
||||
2.注册到dialog\_highlighter\_factory工厂。如:
|
||||
|
||||
```
|
||||
dialog_highlighter_factory_register(f, DIALOG_HIGHLIGHTER_DEFAULT,
|
||||
dialog_highlighter_default_create);
|
||||
```
|
||||
|
||||
> 完整示例请参考:https://github.com/zlgopen/awtk/tree/master/src/dialog_highlighters
|
||||
> 完整示例请参考:https://github.com/zlgopen/awtk/tree/master/src/dialog_highlighters
|
||||
|
Loading…
x
Reference in New Issue
Block a user