Inheritance: ButtonWidget
コード例 #1
0
 protected CheckboxWidget(CheckboxWidget other)
     : base(other)
 {
     CheckType       = other.CheckType;
     GetCheckType    = other.GetCheckType;
     IsChecked       = other.IsChecked;
     CheckOffset     = other.CheckOffset;
     HasPressedState = other.HasPressedState;
 }
コード例 #2
0
 protected CheckboxWidget(CheckboxWidget other)
     : base(other)
 {
     CheckType         = other.CheckType;
     GetCheckType      = other.GetCheckType;
     IsChecked         = other.IsChecked;
     CheckOffset       = other.CheckOffset;
     HasPressedState   = other.HasPressedState;
     TextColor         = other.TextColor;
     TextColorDisabled = other.TextColorDisabled;
     GetColor          = other.GetColor;
     GetColorDisabled  = other.GetColorDisabled;
 }