How te remove (not hide) elements #49
Unanswered
GentleGiantSoftware
asked this question in
Q&A
Replies: 3 comments 2 replies
|
remove ? |
0 replies
|
I would like to know how to do this, too. For example, if in a program a user moves between different "screens" I might want to be able to clear things and redraw the screen with different widgets. |
2 replies
|
My recent pull request has been merged, now WidgetHandler does not hold a strong reference to element. That means that you have the absolute control over the widgets life cycle and the widget instantce will be destructed as soon as you hold no strong reference to it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to remove all elements or a specific element (e.g. a button) instead of only hiding it?
All reactions