popupWidgets

abstract override val popupWidgets: LinkedList<PopupWidget>

Deprecated

Override of PopupController Method. This instance scheduled for removal 0.7.0

A stack for holding popupwidgets while allowing for easy list iteration as needed. For rendering this stack should be traversed in reverse order, which LinkedList makes easy with descendingIterator

Author

fzzyhmstrs

Since

0.2.0, override from PopupController 0.6.7, scheduled for removal 0.7.0