mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
drop deprecated method
This commit is contained in:
parent
7d638c3b76
commit
86347c42b9
1 changed files with 1 additions and 9 deletions
|
|
@ -1,7 +1,4 @@
|
||||||
use gtk::{
|
use gtk::{prelude::BoxExt, Box, Button, Entry, Orientation};
|
||||||
prelude::{BoxExt, WidgetExt},
|
|
||||||
Box, Button, DirectionType, Entry, Orientation,
|
|
||||||
};
|
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
pub struct Widget {
|
pub struct Widget {
|
||||||
|
|
@ -34,11 +31,6 @@ impl Widget {
|
||||||
Arc::new(Self { gobject })
|
Arc::new(Self { gobject })
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actions
|
|
||||||
pub fn focus(&self) {
|
|
||||||
self.gobject.child_focus(DirectionType::Right);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Getters
|
// Getters
|
||||||
pub fn gobject(&self) -> &Box {
|
pub fn gobject(&self) -> &Box {
|
||||||
&self.gobject
|
&self.gobject
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue