Example #1
0
 public DelegateItem(String label, NoArgCallback function, Color selected, Color notSelected)
 {
     this.label          = label;
     this.function       = function;
     this.selectedCol    = selected;
     this.notSelectedCol = notSelected;
 }
Example #2
0
 public DelegateItem(String label, NoArgCallback function, Color selected, Color notSelected)
 {
     this.label = label;
     this.function = function;
     this.selectedCol = selected;
     this.notSelectedCol = notSelected;
 }