September 20, 2007 General » Re: Sometimes, all you need is some simple drawing primitives | |||
|---|---|---|---|
| |||
...SDL_Surface *); SDL_Surface * SDL_SetVideoMode(int width, int height, int bpp, uint flags); int... | |||
September 19, 2007 General » Sometimes, all you need is some simple drawing primitives | |||
|---|---|---|---|
| |||
...SDL_Surface *); SDL_Surface * SDL_SetVideoMode(int width, int height, int bpp, uint flags); int... | |||
August 22, 2007 General » Re: Another Properties Proposal | |||
|---|---|---|---|
| |||
...area () { return width * height; }
ulong opAssign (ulong x) {
ulong xx = x / 2_UL ;
width = xx... | |||
August 20, 2007 General » Properties sugestion. | |||
|---|---|---|---|
| |||
...a delegate to the function you could simply address the operator function... &Foo.Width.opAssign; | |||
August 18, 2007 General » Re: AST Macros: Just what will they be able to do? | |||
|---|---|---|---|
| |||
...some html ... <div id="contain"><%textbox style: "width:198px" name: "fullname" default_text: "your name... | |||
August 01, 2007 General » Re: Two standard libraries? | |||
|---|---|---|---|
| |||
...format] '}' Where alignment is really a minimum width, and the format depends on the type... | |||
July 27, 2007 Learn » Makefile for linking in a c routine that uses GTK: a solution | |||
|---|---|---|---|
| |||
...CALLBACK(destroy), NULL); gtk_container_set_border_width (GTK_CONTAINER(window), 10); button = gtk_button... | |||
July 16, 2007 Issues » [Issue 268] Bug with SocketSet and classes | |||
|---|---|---|---|
| |||
...So we _need_ to have fd_set width the right size which turns out to... | |||
July 08, 2007 General » Re: GPUs and Array Operations | |||
|---|---|---|---|
| |||
...custom program. For instance, there are band-width issues which means you don't get... | |||
July 03, 2007 Learn » Re: Style/Structuring question: One vs. multiple global objects | |||
|---|---|---|---|
| |||
...that character need to know the screen width and height? All these things you mention... | |||
Copyright © 1999-2021 by the D Language Foundation