Skip to content

Instantly share code, notes, and snippets.

@denis-sh
denis-sh / DGui button with image example.d
Created May 21, 2014 08:21
DGui button with image example
import dgui.all;
class MyForm: Form
{
this()
{
text = "An Exception was thrown...";
size = Size(130, 100);
// Or use `Bitmap.fromFile`: