Flutter Linux Embedder
FlWindowingChannelVTable Struct Reference

#include <fl_windowing_channel.h>

Public Attributes

FlMethodResponse *(* create_regular )(FlWindowingSize *size, FlWindowingSize *min_size, FlWindowingSize *max_size, const gchar *title, FlWindowState state, gpointer user_data)
 
FlMethodResponse *(* modify_regular )(int64_t view_id, FlWindowingSize *size, const gchar *title, FlWindowState state, gpointer user_data)
 
FlMethodResponse *(* destroy_window )(int64_t view_id, gpointer user_data)
 

Detailed Description

FlWindowingChannel:

#FlWindowingChannel is a channel that implements the shell side of SystemChannels.windowing from the Flutter services library.

Definition at line 40 of file fl_windowing_channel.h.

Member Data Documentation

◆ create_regular

FlMethodResponse*(* FlWindowingChannelVTable::create_regular) (FlWindowingSize *size, FlWindowingSize *min_size, FlWindowingSize *max_size, const gchar *title, FlWindowState state, gpointer user_data)

Definition at line 41 of file fl_windowing_channel.h.

◆ destroy_window

FlMethodResponse*(* FlWindowingChannelVTable::destroy_window) (int64_t view_id, gpointer user_data)

Definition at line 52 of file fl_windowing_channel.h.

◆ modify_regular

FlMethodResponse*(* FlWindowingChannelVTable::modify_regular) (int64_t view_id, FlWindowingSize *size, const gchar *title, FlWindowState state, gpointer user_data)

Definition at line 47 of file fl_windowing_channel.h.


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