June 16, 2016 Learn » Re: GTKD - overrideBackgroundColor of Button doesn't work | |||
|---|---|---|---|
| |||
...first, so this works for me now:
#CssName{
background-image: none;
background-color:green;
color... | |||
June 16, 2016 Learn » Re: GTKD - Application crashes - or not? [Coedit] | |||
|---|---|---|---|
| |||
...Button btn = new Button("Test");
btn.setName("CssName");
string cssPath = dirName(wd) ~ "\\" ~ "test.css";
CssProvider... | |||
June 16, 2016 Learn » Re: GTKD - Application crashes - or not? [Coedit] | |||
|---|---|---|---|
| |||
...Button btn = new Button("Test");
btn.setName("CssName");
string cssPath = "test.css";
CssProvider provider = new... | |||
June 15, 2016 Learn » Re: GTKD - overrideBackgroundColor of Button doesn't work | |||
|---|---|---|---|
| |||
...Button btn = new Button("Test");
btn.setName("CssName");
string cssPath = "test.css";
CssProvider provider = new... | |||
Copyright © 1999-2021 by the D Language Foundation