cacao/src/text
Ryan McGrath 1b0be74fc8
Begin moving certain core methods to Layout.
- Drag and drop, hidden, and so on now live on on the `Layout` trait,
  which helps make the logic less of a hassle to support (these methods
  are almost always guaranteed to exist on any view type, and it's
  easier to just noop them on a specific view if need be).

- Begin reworking auto-drop-remove-from-superview logic by including an
  `is_handle` flag on `View`; will need to extend this work to others.
2021-03-26 17:51:37 -07:00
..
label Begin moving certain core methods to Layout. 2021-03-26 17:51:37 -07:00
attributed_string.rs Ongoing push to a v0.1. 2021-03-05 14:11:17 -08:00
enums.rs Ongoing push to a v0.1. 2021-03-05 14:11:17 -08:00
font.rs Ongoing push to a v0.1. 2021-03-05 14:11:17 -08:00
mod.rs Ongoing push to a v0.1. 2021-03-05 14:11:17 -08:00