mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
remove extra methods
This commit is contained in:
parent
e025961568
commit
ef067fbb70
3 changed files with 1 additions and 9 deletions
|
|
@ -211,10 +211,6 @@ impl Widget {
|
|||
&self.gobject
|
||||
}
|
||||
|
||||
pub fn is_empty(&self) -> bool {
|
||||
0 == self.gobject.text_length()
|
||||
}
|
||||
|
||||
pub fn text(&self) -> GString {
|
||||
self.gobject.text()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue