khonsulabs / cushy

An experimental cross-platform graphical user interface (GUI) crate for Rust.
Apache License 2.0
492 stars 25 forks source link

Create "Standard Widget Information" section #200

Open ecton opened 1 month ago

ecton commented 1 month ago

So maybe adding documentation on what widgets do hit test and which do not might be good as well. Originally posted by @estchd in https://github.com/khonsulabs/cushy/issues/198#issuecomment-2434094835

This was a great idea, and other information such as RootBehavior should be documented for every widget. We should think about what information every widget should have documented and ensure every Widget has a consistently formatted section with this information.