June 19, 2008 General » A Spread Spectrum language | |||
|---|---|---|---|
| |||
...of a language, as measured by the width of abstraction levels a language can handle... | |||
June 07, 2008 DWT » and snippet 273 | |||
|---|---|---|---|
| |||
...gc.fillGradientRectangle(
event.x + event.width / 2, event.y, event.width / 2, event.height, false... | |||
June 07, 2008 DWT » example3 | |||
|---|---|---|---|
| |||
...item not selected */
int clientWidth = table.getClientArea().width;
GC gc = event.gc;
Color oldForeground = gc... | |||
June 07, 2008 DWT » Snippet 272 | |||
|---|---|---|---|
| |||
...Listener {
public void handleEvent(Event event) {
event.width *= 2;
}
});
shell.open();
while (!shell.isDisposed()) {
if... | |||
June 05, 2008 Learn » float CT stringification | |||
|---|---|---|---|
| |||
...WIDTH = 200;
const int HEIGHT = WIDTH;
const int NLOOP = 500;
auto data = new float[][](WIDTH... | |||
May 28, 2008 Learn » Re: Endianness and Tango | |||
|---|---|---|---|
| |||
...res[1] ;
this.width = res[2] ;
this.height = res[3] ;
assert( width >= 0 && height >= 0... | |||
May 16, 2008 DWT » Re: jface snippet 006 : Cyclic dependency in module dwtx.jface.viewers.TableLayout | |||
|---|---|---|---|
| |||
...x / event.width + 1; into int lines = ( event.width > 0 ) ? ( size.x / event.width + 1... | |||
May 16, 2008 Debuggers » [ddbg] Stack trace output format | |||
|---|---|---|---|
| |||
...traces ddbg spits out. On a standard-width terminal the lines get wrapped around so... | |||
May 16, 2008 DWT » jface snippet 006 : Cyclic dependency in module dwtx.jface.viewers.TableLayout | |||
|---|---|---|---|
| |||
...of width.
*
* @param text
* @param width
*/
this(String text, int width) {
line = text;
columnWidth = width... | |||
May 09, 2008 General » Re: Safer casts | |||
|---|---|---|---|
| |||
...cast(Rectangle) s) {
return r.length * r.width;
}
else if(auto c = cast(Circle) s... | |||
Copyright © 1999-2021 by the D Language Foundation