mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
update comment
This commit is contained in:
parent
675f18fc31
commit
5aea0e53e4
@ -5,12 +5,19 @@ use gtk::Notebook;
|
||||
|
||||
pub fn new() -> Notebook
|
||||
{
|
||||
let tab = Notebook::builder().scrollable(true).build();
|
||||
let tab = Notebook::builder()
|
||||
|
||||
.scrollable(
|
||||
true
|
||||
)
|
||||
|
||||
.build();
|
||||
|
||||
// Add test tab @TODO restore from session
|
||||
append(
|
||||
tab.clone(),
|
||||
true
|
||||
); // @TODO
|
||||
);
|
||||
|
||||
return tab;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user