-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Labels
enhancementguiRelated to arcade GUI (sub module arcade.gui)Related to arcade GUI (sub module arcade.gui)
Milestone
Description
Enhancement request:
What should be added/changed?
Widgets should be able to know, when they are added or removed to the ui.
What would it help with?
This would be useful for widgets like UIDropdown or any other widget, that requires access to the UIManager
Options
I see two options in general:
A) widgets receive these events if they are mounted or removed to the uimanager itself or any of a connected child.
B) widgets receive these events if they are added or removed to any parent (this would not provide the requested improvements I think)
Metadata
Metadata
Assignees
Labels
enhancementguiRelated to arcade GUI (sub module arcade.gui)Related to arcade GUI (sub module arcade.gui)
Type
Projects
Status
Todo