static public int get_allowSwitchOff(IntPtr l) { try { mg.org.KUI.KToggleGroup self = (mg.org.KUI.KToggleGroup)checkSelf(l); pushValue(l, true); pushValue(l, self.allowSwitchOff); return(2); } catch (Exception e) { return(error(l, e)); } }
static public int get_needReqChange(IntPtr l) { try { mg.org.KUI.KToggleGroup self = (mg.org.KUI.KToggleGroup)checkSelf(l); pushValue(l, true); pushValue(l, self.needReqChange); return(2); } catch (Exception e) { return(error(l, e)); } }
static public int set_allowSwitchOff(IntPtr l) { try { mg.org.KUI.KToggleGroup self = (mg.org.KUI.KToggleGroup)checkSelf(l); bool v; checkType(l, 2, out v); self.allowSwitchOff = v; pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }
static public int CancelAll(IntPtr l) { try { mg.org.KUI.KToggleGroup self = (mg.org.KUI.KToggleGroup)checkSelf(l); System.Boolean a1; checkType(l, 2, out a1); self.CancelAll(a1); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }
static public int GetToggle(IntPtr l) { try { mg.org.KUI.KToggleGroup self = (mg.org.KUI.KToggleGroup)checkSelf(l); System.Int32 a1; checkType(l, 2, out a1); var ret = self.GetToggle(a1); pushValue(l, true); pushValue(l, ret); return(2); } catch (Exception e) { return(error(l, e)); } }
static public int Select(IntPtr l) { try { mg.org.KUI.KToggleGroup self = (mg.org.KUI.KToggleGroup)checkSelf(l); System.Int32 a1; checkType(l, 2, out a1); System.Boolean a2; checkType(l, 3, out a2); System.Boolean a3; checkType(l, 4, out a3); self.Select(a1, a2, a3); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }