mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comments
This commit is contained in:
parent
998f51e0fc
commit
7ebcbde01b
@ -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…
x
Reference in New Issue
Block a user