Example #1
0
        public void BeginResizeDrag(WindowEdge edge)
        {
            int          x, y;
            ModifierType mod;

            Screen.RootWindow.GetPointer(out x, out y, out mod);
            BeginResizeDrag((Gdk.WindowEdge)(int) edge, 1, x, y, 0);
        }
Example #2
0
 public void BeginResizeDrag(WindowEdge edge)
 {
     int x, y;
     ModifierType mod;
     Screen.RootWindow.GetPointer(out x, out y, out mod);
     BeginResizeDrag((Gdk.WindowEdge) (int) edge, 1, x, y, 0);
 }