hoffstadt / DearPyGui

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
https://dearpygui.readthedocs.io/en/latest/
MIT License
12.62k stars 669 forks source link

Need ID of item who triggered the visible handler callback #2351

Open StalkerSanya opened 1 week ago

StalkerSanya commented 1 week ago

Allmost all handlers have id of item in app_data argument of handler callback. This allows to not create many items hander registry and generalize item handler registry. But visbible handler doesn't have this feature. Please add this feature also for visible handler.