mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
parent
b27034efa5
commit
8372d3f6d8
27 changed files with 69 additions and 68 deletions
|
@ -96,7 +96,7 @@ pub mod generated_code {
|
|||
/// For each callback declared at the root of the component, a function to call that
|
||||
/// callback is generated. This is the function that calls the `hello` callback declared
|
||||
/// in the `.60` design markup.
|
||||
pub fn call_hello(&self) {}
|
||||
pub fn invoke_hello(&self) {}
|
||||
/// For each callback declared at the root of the component, a function connect to that callback
|
||||
/// is generated. This is the function that registers the function f as callback when the
|
||||
/// callback `hello` is emitted. In order to access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue