mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
drop label mod
This commit is contained in:
parent
b5055715d8
commit
5529fcaa71
2 changed files with 8 additions and 22 deletions
|
|
@ -106,8 +106,9 @@ impl Tab {
|
|||
self.index.borrow_mut().insert(item.id(), item.clone());
|
||||
|
||||
// Append new Notebook page
|
||||
/* @TODO
|
||||
self.widget
|
||||
.append(item.label(), item.page(), item.is_initially_current());
|
||||
.append(item.label(), item.page(), item.is_initially_current()); */
|
||||
|
||||
if page_navigation_request_text.is_none() {
|
||||
item.page_navigation_request_grab_focus(); // @TODO
|
||||
|
|
@ -223,11 +224,12 @@ impl Tab {
|
|||
self.index.borrow_mut().insert(item.id(), item.clone());
|
||||
|
||||
// Append new Notebook page
|
||||
/* @TODO
|
||||
self.widget.append(
|
||||
item.label(),
|
||||
item.page(),
|
||||
item.is_initially_current(),
|
||||
);
|
||||
); */
|
||||
}
|
||||
}
|
||||
Err(e) => return Err(e.to_string()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue