Enum native_windows_gui::TreeItemAction [−][src]
pub enum TreeItemAction {
Unknown,
Expand(ExpandState),
State {
old: TreeItemState,
new: TreeItemState,
},
}Expand description
An action that can be applied to a tree item. Used in events
Variants
An unexpected value was passed to NWG
Expand(ExpandState)A tree item was expanded or collapsed.
The state of the item was changed
Show fields
Fields of State
old: TreeItemStatenew: TreeItemStateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TreeItemActionimpl Send for TreeItemActionimpl Sync for TreeItemActionimpl Unpin for TreeItemActionimpl UnwindSafe for TreeItemActionBlanket Implementations
Mutably borrows from an owned value. Read more