Make the window full screen.
(self)
| 97 | |
| 98 | /// Make the window full screen. |
| 99 | fn fullscreen(self) -> FullscreenView<Self> { |
| 100 | FullscreenView::new(self) |
| 101 | } |
| 102 | |
| 103 | /// Calls a function with the view's geometry after layout runs. |
| 104 | /// Currently only the view's size is returned. |
nothing calls this directly
no outgoing calls
no test coverage detected