mixin vaseWindow::Window
vaseWindow::Window
@Js
native host view
- fileDialog
-
abstract Void fileDialog(Str accept, Func<Void,List<Obj>?> f, Map<Str,Obj>? options := null)
- focus
-
abstract Void focus()
request focus
- hasFocus
-
abstract Bool hasFocus()
return true if has focus
- pos
-
abstract Point pos()
get current position
- repaint
-
abstract Void repaint(Rect? dirty := null)
request repaint
- size
-
abstract Size size()
get window size
- textInput
-
abstract Void textInput(TextInput edit)
show text edit view
- view
-
abstract View view()