Example #1
0
            internal static unsafe void Invoke(IntPtr obj, EWidgetClipping InClipping)
            {
                long *p = stackalloc long[] { 0L, 0L };
                byte *b = (byte *)p;

                *(b + 0) = (byte)InClipping;
                Main.GetProcessEvent(obj, SetClipping_ptr, new IntPtr(p));;
            }
        }
Example #2
0
 ///<summary>Sets the clipping state of this widget.</summary>
 public void SetClipping(EWidgetClipping InClipping) =>
 Widget_methods.SetClipping_method.Invoke(ObjPointer, InClipping);