mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra getters, give name to gobjects
This commit is contained in:
parent
36d4673d44
commit
2799ce37fe
16 changed files with 76 additions and 180 deletions
|
|
@ -38,7 +38,7 @@ impl Input {
|
|||
size_limit: Option<usize>,
|
||||
) {
|
||||
self.widget.update(Some(
|
||||
Response::new(action, base, title, size_limit).gobject(),
|
||||
&Response::new(action, base, title, size_limit).widget.g_box,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue