(&self)
| 54 | fn fullscreen(&self) -> BindRef<bool> { BindRef::from(bind(false)) } |
| 55 | fn has_decorations(&self) -> BindRef<bool> { BindRef::from(bind(true)) } |
| 56 | fn mouse_pointer(&self) -> BindRef<MousePointer> { BindRef::from(bind(MousePointer::SystemDefault)) } |
| 57 | } |
| 58 | |
| 59 | /// |