#include <gtk/gtk.h>
#include "flutter/shell/platform/linux/public/flutter_linux/fl_engine.h"
#include "flutter/shell/platform/linux/public/flutter_linux/fl_view.h"
Go to the source code of this file.
Classes | |
struct | _FlWindowingHandlerClass |
Functions | |
G_BEGIN_DECLS | G_DECLARE_DERIVABLE_TYPE (FlWindowingHandler, fl_windowing_handler, FL, WINDOWING_HANDLER, GObject) |
FlWindowingHandler * | fl_windowing_handler_new (FlEngine *engine) |
FlWindowingHandler* fl_windowing_handler_new | ( | FlEngine * | engine | ) |
FlWindowingHandler:
#FlWindowingHandler is a handler that implements the shell side of SystemChannels.windowing from the Flutter services library. fl_windowing_handler_new: @engine: an #FlEngine.
Creates a new handler that implements SystemChannels.windowing from the Flutter services library.
Returns: a new #FlWindowingHandler
Definition at line 260 of file fl_windowing_handler.cc.
References fl_engine_get_binary_messenger(), fl_windowing_channel_new(), priv, and windowing_channel_vtable.
Referenced by fl_engine_new_full(), and TEST().
G_BEGIN_DECLS G_DECLARE_DERIVABLE_TYPE | ( | FlWindowingHandler | , |
fl_windowing_handler | , | ||
FL | , | ||
WINDOWING_HANDLER | , | ||
GObject | |||
) |