Go to the source code of this file.
Functions | |
G_BEGIN_DECLS | G_DECLARE_FINAL_TYPE (FlWindowStateMonitor, fl_window_state_monitor, FL, WINDOW_STATE_MONITOR, GObject) |
FlWindowStateMonitor * | fl_window_state_monitor_new (FlBinaryMessenger *messenger, GtkWindow *window) |
FlWindowStateMonitor* fl_window_state_monitor_new | ( | FlBinaryMessenger * | messenger, |
GtkWindow * | window | ||
) |
FlWindowStateMonitor:
Monitors a GtkWindow and reports state change events to the Flutter engine. fl_window_state_monitor_new: @messenger: an #FlBinaryMessenger. @window: a #GtkWindow.
Creates a new window state manager to monitor @window and report events to @messenger.
Returns: a new #FlWindowStateMonitor.
Definition at line 104 of file fl_window_state_monitor.cc.
References window_state_event_cb().
Referenced by realize_cb(), and TEST().
G_BEGIN_DECLS G_DECLARE_FINAL_TYPE | ( | FlWindowStateMonitor | , |
fl_window_state_monitor | , | ||
FL | , | ||
WINDOW_STATE_MONITOR | , | ||
GObject | |||
) |