Flutter Engine
 
Loading...
Searching...
No Matches
FlutterWindowCreationRequest Struct Reference

#include <FlutterWindowController.h>

Public Attributes

bool has_size
 
struct FlutterWindowSize size
 
bool has_constraints
 
struct FlutterWindowConstraints constraints
 
void(* on_close )()
 
void(* notify_listeners )()
 

Detailed Description

Definition at line 39 of file FlutterWindowController.h.

Member Data Documentation

◆ constraints

struct FlutterWindowConstraints FlutterWindowCreationRequest::constraints

Definition at line 43 of file FlutterWindowController.h.

◆ has_constraints

bool FlutterWindowCreationRequest::has_constraints

Definition at line 42 of file FlutterWindowController.h.

◆ has_size

◆ notify_listeners

void(* FlutterWindowCreationRequest::notify_listeners) ()

Definition at line 45 of file FlutterWindowController.h.

◆ on_close

void(* FlutterWindowCreationRequest::on_close) ()

Definition at line 44 of file FlutterWindowController.h.

◆ size

struct FlutterWindowSize FlutterWindowCreationRequest::size

Definition at line 41 of file FlutterWindowController.h.


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