Example #1
0
 public SkinWindow()
 {
     Art = new SkinArt();
     Commands = new List<SkinCommand>();
     Buttons = new List<SkinButton>();
     Events = new List<SkinEvent>();
     ProgressBars = new List<SkinProgressBar>();
     ComboBoxes = new List<SkinComboBox>();
     ListBoxes = new List<SkinListBox>();
     ScrollBars = new List<SkinScrollBar>();
     ScrollArrows = new List<SkinScrollArrow>();
     Sliders = new List<SkinSlider>();
     Browsers = new List<SkinBrowser>();
 }
Example #2
0
 public SkinWindow()
 {
     Art          = new SkinArt();
     Commands     = new List <SkinCommand>();
     Buttons      = new List <SkinButton>();
     Events       = new List <SkinEvent>();
     ProgressBars = new List <SkinProgressBar>();
     ComboBoxes   = new List <SkinComboBox>();
     ListBoxes    = new List <SkinListBox>();
     ScrollBars   = new List <SkinScrollBar>();
     ScrollArrows = new List <SkinScrollArrow>();
     Sliders      = new List <SkinSlider>();
     Browsers     = new List <SkinBrowser>();
 }
 public SkinProgressBar()
 {
     Art = new SkinArt();
 }
Example #4
0
 public SkinScrollBar()
 {
     Art = new SkinArt();
 }
Example #5
0
 public SkinProgressBar()
 {
     Art = new SkinArt();
 }
Example #6
0
 public SkinComboBox()
 {
     Art      = new SkinArt();
     Commands = new List <SkinCommand>();
 }
 public SkinScrollArrow()
 {
     Art = new SkinArt();
 }
Example #8
0
 public SkinButton()
 {
     Art = new SkinArt();
     Commands = new List<SkinCommand>();
 }
Example #9
0
 public SkinSlider()
 {
     Art = new SkinArt();
 }
Example #10
0
 public SkinSlider()
 {
     Art = new SkinArt();
 }
Example #11
0
 public SkinButton()
 {
     Art      = new SkinArt();
     Commands = new List <SkinCommand>();
 }
Example #12
0
 public SkinScrollBar()
 {
     Art = new SkinArt();
 }
Example #13
0
 public SkinScrollArrow()
 {
     Art = new SkinArt();
 }
Example #14
0
 public SkinListBox()
 {
     Art = new SkinArt();
 }
Example #15
0
 public SkinListBox()
 {
     Art = new SkinArt();
 }
Example #16
0
 public SkinComboBox()
 {
     Art = new SkinArt();
     Commands = new List<SkinCommand>();
 }