simplestacknavigation/src/shared/stack_view_action.rs

12 lines
215 B
Rust

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