Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Window Interface Reference

import <dart.idl;

Inheritance diagram for Window:
EventTarget

Public Member Functions

void alert ()
 
void alert (DOMString message)
 
void alert (optional DOMString message)
 
void scrollBy (long x, long y)
 
void scrollBy (long x, long y, Dictionary scrollOptions)
 
void scrollBy (long x, long y, optional Dictionary scrollOptions)
 
void scrollTo (long x, long y)
 
void scrollTo (long x, long y, Dictionary scrollOptions)
 
void scrollTo (long x, long y, optional Dictionary scrollOptions)
 
void scroll (long x, long y)
 
void scroll (long x, long y, Dictionary scrollOptions)
 
void scroll (long x, long y, optional Dictionary scrollOptions)
 
- Public Member Functions inherited from EventTarget
void addEventListener (DOMString type, EventListener? listener, optional(AddEventListenerOptions or boolean) options)
 
void removeEventListener (DOMString type, EventListener? listener, optional(EventListenerOptions or boolean) options)
 
void addEventListener (DOMString type, EventListener? listener, optional boolean options)
 
void removeEventListener (DOMString type, EventListener? listener, optional boolean options)
 

Public Attributes

readonly attribute VisualViewport visualViewport
 

Detailed Description

Definition at line 411 of file dart.idl.

Member Function Documentation

◆ alert() [1/3]

void Window::alert ( )

◆ alert() [2/3]

void Window::alert ( DOMString  message)

◆ alert() [3/3]

void Window::alert ( optional DOMString  message)

◆ scroll() [1/3]

void Window::scroll ( long  x,
long  y 
)

◆ scroll() [2/3]

void Window::scroll ( long  x,
long  y,
Dictionary  scrollOptions 
)

◆ scroll() [3/3]

void Window::scroll ( long  x,
long  y,
optional Dictionary  scrollOptions 
)

◆ scrollBy() [1/3]

void Window::scrollBy ( long  x,
long  y 
)

◆ scrollBy() [2/3]

void Window::scrollBy ( long  x,
long  y,
Dictionary  scrollOptions 
)

◆ scrollBy() [3/3]

void Window::scrollBy ( long  x,
long  y,
optional Dictionary  scrollOptions 
)

◆ scrollTo() [1/3]

void Window::scrollTo ( long  x,
long  y 
)

◆ scrollTo() [2/3]

void Window::scrollTo ( long  x,
long  y,
Dictionary  scrollOptions 
)

◆ scrollTo() [3/3]

void Window::scrollTo ( long  x,
long  y,
optional Dictionary  scrollOptions 
)

Member Data Documentation

◆ visualViewport

readonly attribute VisualViewport Window::visualViewport

Definition at line 428 of file dart.idl.


The documentation for this interface was generated from the following file: