bevy/crates/bevy_feathers/src
Talin ace0114bdd
Changing the notification protocol for core_widgets. (#20086)
Notifications now include the source entity. This is useful for
callbacks that are responsible for more than one widget.

Part of #19236 

This is an incremental change only: I have not altered the fundamental
nature of callbacks, as this is still in discussion. The only change
here is to include the source entity id with the notification.

The existing examples don't leverage this new field, but that will
change when I work on the color sliders PR.

I have been careful not to use the word "events" in describing the
notification message structs because they are not capital-E `Events` at
this time. That may change depending on the outcome of discussions.

@alice-i-cecile
2025-07-13 17:25:11 +00:00
..
assets/fonts Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
controls Changing the notification protocol for core_widgets. (#20086) 2025-07-13 17:25:11 +00:00
constants.rs Feathers toggle switches. (#19928) 2025-07-03 01:09:31 +00:00
cursor.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
dark_theme.rs Feathers toggle switches. (#19928) 2025-07-03 01:09:31 +00:00
font_styles.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
handle_or_path.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
lib.rs Feathers checkbox (#19900) 2025-07-01 06:59:14 +00:00
palette.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
rounded_corners.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
theme.rs Feathers checkbox (#19900) 2025-07-01 06:59:14 +00:00
tokens.rs Feathers toggle switches. (#19928) 2025-07-03 01:09:31 +00:00