April 06, 2011 General » Re: GUI library for D | |||
|---|---|---|---|
| |||
...it is persistent auto win = new DrawableWindow(width, height); // still use an image the same... | |||
April 06, 2011 General » Re: GUI library for D | |||
|---|---|---|---|
| |||
...Image!(255, 255);
foreach(a; 0..image.width)
foreach(b; 0..image.height)
image.fast... | |||
April 04, 2011 General » Re: GUI library for D | |||
|---|---|---|---|
| |||
...improved to window.title = "Find"; w=window.width; Etc, etc. The use of properties, delegates... | |||
April 02, 2011 Announce » [OT] Re: Short forum post on REST API | |||
|---|---|---|---|
| |||
...are handles in JS, or what the "width" and "height" attributes refer to. I just... | |||
March 31, 2011 Learn » Re: template template parameter | |||
|---|---|---|---|
| |||
...Box(T, size_t width, size_t height){
>
> alias width width_;
> alias height height_;
>
> //do... | |||
March 30, 2011 Learn » template template parameter | |||
|---|---|---|---|
| |||
...Box(T, size_t width, size_t height){
alias width width_;
alias height height_;
//do... | |||
March 26, 2011 Learn » Re: opDollar() | |||
|---|---|---|---|
| |||
...lastValue; // the first dollar should resolve to "width", the second to "height" Now speaking of... | |||
March 22, 2011 General » Re: Anything in the review queue? | |||
|---|---|---|---|
| |||
...much more generally useful and the fixed width one would mostly add clutter. BTW, does... | |||
March 21, 2011 General » Re: Anything in the review queue? | |||
|---|---|---|---|
| |||
...you're doing with regard to overflow, you could used fixed width as an optimization. | |||
March 21, 2011 General » Re: Anything in the review queue? | |||
|---|---|---|---|
| |||
...possibly overflows in the case of fixed width integers) for the denominator in this case? | |||
Copyright © 1999-2021 by the D Language Foundation