예제 #1
0
        private void InternalMovePage(Gtk.ScrollStep step, int num)
        {
            MovePageNativeDelegate unmanaged = class_abi.BaseOverride <MovePageNativeDelegate>(this.LookupGType(), "move_page");

            if (unmanaged == null)
            {
                return;
            }

            unmanaged(this.Handle, (int)step, num);
        }
예제 #2
0
 protected virtual void OnMovePage(Gtk.ScrollStep step, int num)
 {
     InternalMovePage(step, num);
 }