doc: update layout and widget interface documentation
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 34s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 34s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
//! Dynamic dispatch for widget implementations.
|
||||
//! Each `Widget` has to implement the `WidgetInterface`
|
||||
//! Dynamic dispatch for widget implementations. Each `Widget` has to implement
|
||||
//! the `Widget.Interface`.
|
||||
//!
|
||||
//! Create a `Widget` using `createFrom(object: anytype)` and use them through
|
||||
//! the defined interface. The widget will take care of calling the correct
|
||||
//! implementation of the corresponding underlying type.
|
||||
//! the defined `Widget.Interface`. The widget will take care of calling the
|
||||
//! correct implementation of the corresponding underlying type.
|
||||
//!
|
||||
//! Each `Widget` may cache its content and should if the contents will not
|
||||
//! change for a long time.
|
||||
|
||||
Reference in New Issue
Block a user