Skip to content
Discussion options

You must be logged in to vote

Only by calling through to it:

export component AppWindow inherits Window {
    public function select-all-line-edit-text() { my-line-edit.select-all(); }
    //...
}

Then call app_window.invoke_select_all_line_edit_text() from Rust.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FischLu
Comment options

Answer selected by FischLu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants