Closed ahkohd closed 3 weeks ago
This PR introduces the following:
BorderView.remove()
BorderView.set_accepts_first_mouse(value: bool)
This PR introduces the following:
BorderView.remove()
: Which removes the border view from the parent view.BorderView.set_accepts_first_mouse(value: bool)
: Sets whether the border view should accept the first mouse click.