Search

October 06, 2008
General »
...The @ (and #) also take up too much width in a small mono-space font like...
October 05, 2008
General »
...bookshelf.

It's not so much the length of the tomes, it's the width :)
October 05, 2008
General »
Yes, it's a type of unknown width. But it's a distinct type nontheless...
September 27, 2008
Learn »
...self, x, y, width):
        self.x = x
        self.y = y
        self.width = width
    def draw...
September 25, 2008
Announce »
...negotiate indentation width for a project, you must cope with the chosen indentation width if...
September 25, 2008
Announce »
...This allows me to adjust the indentation width on the fly and as needed, which...
September 24, 2008
General »
...tiny font wrapped to 1/2 the width of the screen or lines that are...
September 03, 2008
Learn »
...this(uint o_length, uint o_width){
  m_array = new double[][](o_length, o_width);
}
September 03, 2008
Learn »
...array;

  this(uint o_length, uint o_width){
    // hard way:
    this.m_data.length = o...
September 01, 2008
DWT »
...data=label.getImage.getImageData;

				if(rect.width<data.width || rect.height<data.height)
				{
					shell.setText...
133 134 135 136 137 138 139 140 141 142 143
Next ›   Last »