October 06, 2008 General » Re: shouting versus dotting | |||
|---|---|---|---|
| |||
...The @ (and #) also take up too much width in a small mono-space font like... | |||
October 05, 2008 General » Re: shouting versus dotting | |||
|---|---|---|---|
| |||
...bookshelf. It's not so much the length of the tomes, it's the width :) | |||
October 05, 2008 General » Re: Positive | |||
|---|---|---|---|
| |||
Yes, it's a type of unknown width. But it's a distinct type nontheless... | |||
September 27, 2008 Learn » Re: Like getClass() | |||
|---|---|---|---|
| |||
...self, x, y, width):
self.x = x
self.y = y
self.width = width
def draw... | |||
September 25, 2008 Announce » Re: Delight | |||
|---|---|---|---|
| |||
...negotiate indentation width for a project, you must cope with the chosen indentation width if... | |||
September 25, 2008 Announce » Re: Delight | |||
|---|---|---|---|
| |||
...This allows me to adjust the indentation width on the fly and as needed, which... | |||
September 24, 2008 General » Re: [ot] Re: D hidden features topic for StackOverflow | |||
|---|---|---|---|
| |||
...tiny font wrapped to 1/2 the width of the screen or lines that are... | |||
September 03, 2008 Learn » Re: How to easy set size of multi dimentional dynamic array? | |||
|---|---|---|---|
| |||
...this(uint o_length, uint o_width){
m_array = new double[][](o_length, o_width);
} | |||
September 03, 2008 Learn » How to easy set size of multi dimentional dynamic array? | |||
|---|---|---|---|
| |||
...array;
this(uint o_length, uint o_width){
// hard way:
this.m_data.length = o... | |||
September 01, 2008 DWT » Re: dwt learning question,please help | |||
|---|---|---|---|
| |||
...data=label.getImage.getImageData;
if(rect.width<data.width || rect.height<data.height)
{
shell.setText... | |||
Copyright © 1999-2021 by the D Language Foundation