simplestacknavigation/src/shared/stack_view_action.rs

12 lines
209 B
Rust
Raw Normal View History

2023-12-12 12:44:16 +00:00
use makepad_widgets::*;
#[derive(Clone, WidgetAction, Eq, Hash, PartialEq)]
pub enum StackViewAction {
None,
ShowAddContact,
ShowMoments,
ShowMyProfile,
ShowCounterScreen,
ShowChat,
}