mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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 {
|
||||
// Construct
|
||||
// Constructors
|
||||
|
||||
/// Create new `Self`
|
||||
pub fn new(menu_model: &impl IsA<MenuModel>) -> Self {
|
||||
// Init gobject
|
||||
let gobject = TabView::builder().menu_model(menu_model).build();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue