Beispiel #1
0
 public Checkbox(int _w, int _h, int _x, int _y, double angle, RGBATexture _tex) : this(libtischPINVOKE.new_Checkbox__SWIG_0(_w, _h, _x, _y, angle, libtischPINVOKE.getCPtrAddRef(_tex)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public Widget(int _w, int _h, int _x, int _y, double _angle, RGBATexture _tex, uint _regflags) : this(libtischPINVOKE.new_Widget__SWIG_0(_w, _h, _x, _y, _angle, libtischPINVOKE.getCPtrAddRef(_tex), _regflags), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
Beispiel #3
0
 public Container(int w, int h, int x, int y, double angle, RGBATexture tex) : this(libtischPINVOKE.new_Container__SWIG_1(w, h, x, y, angle, libtischPINVOKE.getCPtrAddRef(tex)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
Beispiel #4
0
 public Tile(int _w, int _h, int _x, int _y, double angle, RGBATexture _tex) : this(libtischPINVOKE.new_Tile__SWIG_1(_w, _h, _x, _y, angle, libtischPINVOKE.getCPtrAddRef(_tex)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
Beispiel #5
0
 public Dial(int _r, int _x, int _y, double _angle, RGBATexture _tex) : this(libtischPINVOKE.new_Dial__SWIG_0(_r, _x, _y, _angle, libtischPINVOKE.getCPtrAddRef(_tex)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
Beispiel #6
0
 public void paint_tex(RGBATexture tex)
 {
     libtischPINVOKE.Widget_paint_tex__SWIG_0(swigCPtr, libtischPINVOKE.getCPtrAddRef(tex));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #7
0
 public Button(int _w, int _h, int _x, int _y, double angle, RGBATexture _tex) : this(libtischPINVOKE.new_Button__SWIG_0(_w, _h, _x, _y, angle, libtischPINVOKE.getCPtrAddRef(_tex)), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   SwigDirectorConnect();
 }
 public Checkbox(int _w, int _h, int _x, int _y, double angle, RGBATexture _tex) : this(libtischPINVOKE.new_Checkbox__SWIG_0(_w, _h, _x, _y, angle, libtischPINVOKE.getCPtrAddRef(_tex)), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Beispiel #9
0
 public Dial(int _r, int _x, int _y, double _angle, RGBATexture _tex) : this(libtischPINVOKE.new_Dial__SWIG_0(_r, _x, _y, _angle, libtischPINVOKE.getCPtrAddRef(_tex)), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   SwigDirectorConnect();
 }
 public static HandleRef getCPtrAddRef( RGBATexture tex ) { refstore.Add(tex); return RGBATexture.getCPtr(tex); }
Beispiel #11
0
 public Label(string text, int _w, int _h, int _x, int _y, double angle, int center, int snip, RGBATexture _tex) : this(libtischPINVOKE.new_Label__SWIG_0(text, _w, _h, _x, _y, angle, center, snip, libtischPINVOKE.getCPtrAddRef(_tex)), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   SwigDirectorConnect();
 }
Beispiel #12
0
 internal static HandleRef getCPtr(RGBATexture obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #13
0
 public Label(string text, int _w, int _h, int _x, int _y, double angle, int center, int snip, RGBATexture _tex) : this(libtischPINVOKE.new_Label__SWIG_0(text, _w, _h, _x, _y, angle, center, snip, libtischPINVOKE.getCPtrAddRef(_tex)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
Beispiel #14
0
 public Widget(int _w, int _h, int _x, int _y, double _angle, RGBATexture _tex, uint _regflags) : this(libtischPINVOKE.new_Widget__SWIG_0(_w, _h, _x, _y, _angle, libtischPINVOKE.getCPtrAddRef(_tex), _regflags), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   SwigDirectorConnect();
 }
Beispiel #15
0
 public void paint_tex(RGBATexture tex) {
   libtischPINVOKE.Widget_paint_tex__SWIG_0(swigCPtr, libtischPINVOKE.getCPtrAddRef(tex));
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
 public Container(int w, int h, int x, int y, double angle, RGBATexture tex) : this(libtischPINVOKE.new_Container__SWIG_1(w, h, x, y, angle, libtischPINVOKE.getCPtrAddRef(tex)), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   SwigDirectorConnect();
 }