Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked callback. Ideas?
Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked callback. Ideas?