Xwt.GtkBackend.ImageBox.ImageBox C# (CSharp) Method

ImageBox() public method

public ImageBox ( Xwt.Backends.ApplicationContext actx ) : System
actx Xwt.Backends.ApplicationContext
return System
        public ImageBox(ApplicationContext actx)
        {
            this.SetHasWindow (false);
            this.SetAppPaintable (true);
            this.actx = actx;
        }

Same methods

ImageBox::ImageBox ( Xwt.Backends.ApplicationContext actx, ImageDescription img ) : System