16.06.2015 1:11, Denis Shelomovskij пишет:
15.06.2015 11:40, Ilya Yaroshenko пишет:
Hi All,
PR and Examples:
https://github.com/D-Programming-Language/phobos/pull/3397
DUB http://code.dlang.org/packages/dip80-ndslice
N-dimensional slices is real world example where `static foreach` would
be us
15.06.2015 11:40, Ilya Yaroshenko пишет:
Hi All,
PR and Examples: https://github.com/D-Programming-Language/phobos/pull/3397
DUB http://code.dlang.org/packages/dip80-ndslice
N-dimensional slices is real world example where `static foreach` would
be useful.
Corresponding lines was marked with //
26.05.2014 23:08, Andre пишет:
On Saturday, 24 May 2014 at 07:20:49 UTC, Denis Shelomovskij
wrote:
20.05.2014 17:46, FrankLike пишет:
DGui need some other controls,such as
imageButton,DataView,GridViewe.t.c.
There is no plan to add new controls and I don't see any lacking ones.
One can u
20.05.2014 17:46, FrankLike пишет:
DGui need some other controls,such as
imageButton,DataView,GridViewe.t.c.
There is no plan to add new controls and I don't see any lacking ones.
One can use `paint` event to draw image on button and there is
`GridPanel` (with usage example `grid.d`) so I
21.05.2014 15:05, Suliman пишет:
On Wednesday, 21 May 2014 at 08:25:20 UTC, Denis Shelomovskij wrote:
20.05.2014 22:46, Suliman пишет:
DGui need some other controls,such as
imageButton,DataView,GridViewe.t.c.
Thank you.
Frank
Yes, I very need imageButton. Is there any chance that they w
20.05.2014 22:46, Suliman пишет:
DGui need some other controls,such as
imageButton,DataView,GridViewe.t.c.
Thank you.
Frank
Yes, I very need imageButton. Is there any chance that they will be
developed in nearest time?
No, not in near future. General usage of buttons with images is a
`
20.05.2014 18:11, FrankLike пишет:
Can you put DGui into github.com and code.dlang.org ?
Let all d's coders build on it!
Thank you.
Frank
It is already in code.dlang.org. As for Github I have already answered
here [1].
[1] http://forum.dlang.org/post/llf00b$2pl5$1...@digitalmars.com
--
DGui is a lightweight graphic library for Windows with API close to
.NET's Windows Forms.
The library is written by Trogu Antonio Davide, but he isn't supporting
it any longer so you can refer me as a current project manager.
One can get examples and OMF import libraries needed to build
exec