Search

January 18, 2011
General »
...DWORD style,int x, int y, int width, int height, HWND hWndParent,HMENU hMenu,HANDLE...
January 17, 2011
General »
...take (unless the application enforces a fixed width per grapheme). It's more useful for...
January 17, 2011
General »
...one thing, if you care about the width of a word in printed text (one...
January 12, 2011
General »
...or $(D uint) depending on the character width.
 *
 * Example:
----
string s = "hello";
static assert(is...
January 04, 2011
Phobos »
...natural bit width and so /usr/lib
relates to the natural bit width.  64-bit...
December 18, 2010
General »
...cgi.get["text"])));
		return;
	}

	cgi.write(`
		<iframe width="100%" height="30" style="border: none;" border...
December 10, 2010
General »
...block;
	}
	#quickindex a {
		display: inline-block;
		min-width: 160px;
		border: solid 1px #cccccc;
		margin-top...
December 01, 2010
General »
...is drawn.

Really?

What changes?  x, y, width and height do not change.  That is...
November 29, 2010
General »
...y, int width, int height)
    {
        writeln("Draw");
    }
}

class C
{
    int x, y, width, height;
    Mutable...
November 29, 2010
General »
...int x, y, width, height;
   void draw() const { location.drawRectangle(x, y, width, height); }
}

where...
117 118 119 120 121 122 123 124 125 126 127
Next ›   Last »