mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add comment
This commit is contained in:
parent
abbb28a90a
commit
ddc746566a
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ pub struct Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Page {
|
impl Page {
|
||||||
// Construct
|
// Constructors
|
||||||
|
|
||||||
|
/// Create new activated `Arc<Self>`
|
||||||
pub fn new_arc(
|
pub fn new_arc(
|
||||||
id: GString,
|
id: GString,
|
||||||
action_tab_open: SimpleAction,
|
action_tab_open: SimpleAction,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue