selectionChanged
Returns true if any selections changed this frame.
Parameters
- self:*const SingleSelect
- *const SingleSelect
Source
Implementation
pub fn selectionChanged(self: *const SingleSelect) bool {
return self.selection_changed;
}Returns true if any selections changed this frame.
Source
pub fn selectionChanged(self: *const SingleSelect) bool {
return self.selection_changed;
}