simplestacknavigation/src/shared/stack_view_action.rs
2023-12-15 14:51:54 +03:00

11 lines
215 B
Rust

use makepad_widgets::*;
#[derive(Clone, DefaultNone, Eq, Hash, PartialEq, Debug)]
pub enum StackViewAction {
None,
ShowAddContact,
ShowMoments,
ShowCounterScreen,
ShowMyProfile,
ShowChat,
}