Update dialog_highlight.md

This commit is contained in:
jim 2019-11-14 18:09:49 +08:00 committed by GitHub
parent d7273c3167
commit 2c335910bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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