March 28, 2022 Learn » Re: arsd-minigui - couple of questions | |||
|---|---|---|---|
| |||
Thanks for the reply and the help. FWIW, DWT which uses native controls on windows... | |||
March 28, 2022 Learn » Re: arsd-minigui - couple of questions | |||
|---|---|---|---|
| |||
BTW, the code is very simple:
```d
import arsd.minigui;
void main() {
auto window = new... | |||
March 28, 2022 Learn » arsd-minigui - couple of questions | |||
|---|---|---|---|
| |||
1. I assume arsd-minigui library does not support transparent images by itself, does it... | |||
March 18, 2022 Learn » Re: I like dlang but i don't like dub | |||
|---|---|---|---|
| |||
...d project -- and that only using a dummy empty project the sole purpose of which... | |||
March 11, 2022 Issues » [Issue 22873] Wrong std.format output for `inout` | |||
|---|---|---|---|
| |||
...In order to work correctly with inout, dummy variables like the one in hasToString need... | |||
March 07, 2022 Issues » [Issue 22221] [dip1000] pure function can escape parameters through Exception | |||
|---|---|---|---|
| |||
...escape hatch would be to add a dummy parameter with mutable indirection to make it... | |||
March 02, 2022 Issues » [Issue 22837] New: [dip1000] checkConstructorEscape quits after first non-pointer | |||
|---|---|---|---|
| |||
...safe:
struct S
{
int* p;
this(int dummy, return scope int* p)
{
this.p = p... | |||
February 20, 2022 Learn » Re: Function Parameters without Names? | |||
|---|---|---|---|
| |||
...i.e. in template specializations, virtual function overrides, dummy parameters for overload resolution purposes, etc.) | |||
February 13, 2022 Learn » Re: How to update Associative Array? | |||
|---|---|---|---|
| |||
...From)(ref Target target, From from, Target dummy = From.init) For this function template dmd... | |||
February 09, 2022 General » Re: GBA programming with D | |||
|---|---|---|---|
| |||
...an update to my repo that adds dummy `Throwable`, `Exception`, and `Error` classes to my... | |||
Copyright © 1999-2021 by the D Language Foundation