#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) |
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.
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.
FlMethodResponse*(* FlWindowingChannelVTable::destroy_window) (int64_t view_id, gpointer user_data) |
Definition at line 52 of file fl_windowing_channel.h.
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.