feat: add alias MenuActions
This commit is contained in:
parent
2547239a50
commit
ac650c3678
|
@ -1,8 +1,12 @@
|
|||
pub mod about;
|
||||
pub mod dialogues;
|
||||
pub mod info_bar;
|
||||
pub mod input;
|
||||
pub mod menu;
|
||||
pub mod pages;
|
||||
pub mod tabs;
|
||||
|
||||
pub type MenuActions<'a> = (fn(&SimpleAction, Option<&Variant>), &'a str, &'a str);
|
||||
|
||||
use gio::{glib::Variant, SimpleAction};
|
||||
|
||||
use crate::model::builder_traits;
|
||||
|
|
Loading…
Reference in New Issue