PopupFrame.toRemove

PopupFrame will automatically be marked for removal if not focused.

For the new I/O, this is done by overriding the toRemove mark; the old backend does this from the tree action.

  1. alias toRemove = typeof(super).toRemove
  2. bool toRemove()
    class PopupFrame
    override const
    bool
    toRemove
    ()

Return Value

Type: bool

True if the PopupFrame was marked for removal, or if it has no focus.

Meta