Search

June 14, 2011
General »
...MoveWindow(hWnd, loc.x, loc.y, myWin.width, myWin.height,
               bRepaint:true);

is no worse...
June 12, 2011
Phobos »
...char array.  If you want any other width, some transcoding must happen, and that may...
June 12, 2011
General »
...issue but the entire area nicely "fun(openRight:true, width:4, height:3, depth:5)".
June 10, 2011
General »
...Int!"x"(3), Int!"y"(4), Int!"width"(100), Int!"height"(150), Int!"depth"(1...
May 19, 2011
General »
...foreach( mode, videoModes )
                {
                msg ~= to!string( mode.width ) ~ "x" ~ to!string( mode.height ) ~ ";";
                }
                return msg...
May 17, 2011
General »
...code should not exceed 80 chars in width. People's browser setups vary, and wrapped...
May 16, 2011
Issues »
...from (d|w)char to the appropriate width integer should be fine, but going the...
May 08, 2011
Beta »
...module main;

struct Size
{
	union
	{
		struct
		{
			int width;
			int height;
		}

		long size; // package
	}
}

enum Size...
May 03, 2011
General »
...double inverse_h;

// Program argument: height and width of the image
int N;

// Lookup table...
May 01, 2011
Issues »
...add its own newlines to limit text width. But there's no newlines where there...
108 109 110 111 112 113 114 115 116 117 118
Next ›   Last »