mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Minor doc fix: Link to the run_event_loop function mentioned in the docs
The formatting is not a code block, but I could not figure out how to do that. A link is still better IMO than a difference in formatting.
This commit is contained in:
parent
a095d8322e
commit
b8f208100c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ This class will have the following public member functions:
|
|||
|
||||
* A default constructor and a destructor.
|
||||
* A `show` function, which will show the component on the screen. Note that in order to render
|
||||
and react to user input, it's still necessary to spin the event loop, by calling `sixtyfps::run_event_loop()`
|
||||
and react to user input, it's still necessary to spin the event loop, by calling {cpp:func}`sixtyfps::run_event_loop()`
|
||||
or using the convenience `fun` function in this class.
|
||||
* A `hide` function, which de-registers the component from the windowing system.
|
||||
* A `run` convenience function, which will show the component and starts the event loop.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue