mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update comments
This commit is contained in:
parent
998f51e0fc
commit
7ebcbde01b
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ pub struct Widget {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Widget {
|
impl Widget {
|
||||||
// Construct
|
// Constructors
|
||||||
|
|
||||||
|
/// Create new `Self`
|
||||||
pub fn new(menu_model: &impl IsA<MenuModel>) -> Self {
|
pub fn new(menu_model: &impl IsA<MenuModel>) -> Self {
|
||||||
// Init gobject
|
// Init gobject
|
||||||
let gobject = TabView::builder().menu_model(menu_model).build();
|
let gobject = TabView::builder().menu_model(menu_model).build();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue