mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
doc: Fix link to set_physical_size
This commit is contained in:
parent
9c3cba0c50
commit
040019c7b6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ private:
|
|||
/// Window::dispatch_close_requested_event().
|
||||
///
|
||||
/// - Slint sends requests to change visibility, position, size, etc. via virtual functions such as
|
||||
/// set_visible(), set_size(), set_position(), or update_window_properties().
|
||||
/// set_visible(), set_physical_size(), set_position(), or update_window_properties().
|
||||
/// Re-implement these functions and delegate the requests to the windowing system.
|
||||
///
|
||||
/// If the implementation of this bi-directional message passing protocol is incomplete, the user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue