Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
flutter::PopupWindowCreationRequest Struct Reference

#include <window_manager.h>

Public Attributes

WindowConstraints preferred_constraints
 
HWND parent
 
GetWindowPositionCallback get_position_callback
 

Detailed Description

Definition at line 79 of file window_manager.h.

Member Data Documentation

◆ get_position_callback

GetWindowPositionCallback flutter::PopupWindowCreationRequest::get_position_callback

Definition at line 82 of file window_manager.h.

Referenced by flutter::WindowManager::CreatePopupWindow().

◆ parent

HWND flutter::PopupWindowCreationRequest::parent

Definition at line 81 of file window_manager.h.

Referenced by flutter::WindowManager::CreatePopupWindow().

◆ preferred_constraints


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