cacao/src/view
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
..
controller Rework the Layout trait implementation. 2021-03-26 13:29:39 -07:00
splitviewcontroller Ongoing documentation and cleanup work. 2021-03-15 17:09:50 -07:00
ios.rs Missing files from last commit, whoops. Also begin the long arduous process of bringing in NSNotificationName. Just end me now. 2020-04-05 00:09:17 -07:00
macos.rs Begin reworking many internals to push for v0.1. 2021-02-12 17:57:06 -08:00
mod.rs Begin moving certain core methods to Layout. 2021-03-26 17:51:37 -07:00
traits.rs Ongoing push to a v0.1. 2021-03-05 14:11:17 -08:00