mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename widget struct entity
This commit is contained in:
parent
3d7be25c5f
commit
4b78ccb779
3 changed files with 16 additions and 16 deletions
|
|
@ -17,8 +17,8 @@ impl Tab {
|
|||
// Actions
|
||||
pub fn append(&self, current: bool) -> u32 {
|
||||
self.widget.append(
|
||||
label::Label::new().widget().gtk(),
|
||||
page::Page::new().widget().gtk(),
|
||||
label::Label::new().widget().container(),
|
||||
page::Page::new().widget().container(),
|
||||
current,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue