protected virtual bool OnResize(IntPtr window, GtkEvent gtkEvent, IntPtr data)
 {
     if (_handle != IntPtr.Zero && _isInitialized)
     {
         HostMoving?.Invoke(this, new MovingEventArgs());
     }
     return(false);
 }
Exemple #2
0
 internal static extern void gtk_widget_add_events(IntPtr window, GtkEvent eventType);