This commit is contained in:
haru-s 2023-03-04 23:53:52 +09:00
parent 87f786f7dc
commit 7b266eb403
5 changed files with 3 additions and 5 deletions

View file

@ -12,6 +12,7 @@ DFL is a Win32 windowing library for the D language.
![screen shot](./examples/commondialog/image/screenshot.png "screen shot")
![screen shot](./examples/tooltip/image/screenshot.png "screen shot")
![screen shot](./examples/progressbar/image/screenshot3.png "screen shot")
<img src="./examples/clipboard/image/screenshot.png" width="50%">
## Recent major features
- DUB is available for DFL.

View file

@ -1,5 +1,2 @@
# Screen Shot
![screen shot](./image/screenshot1.png "screen shot")
![screen shot](./image/screenshot2.png "screen shot")
![screen shot](./image/screenshot3.png "screen shot")
![screen shot](./image/screenshot4.png "screen shot")
![screen shot](./image/screenshot.png "screen shot")

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -108,7 +108,7 @@ class MainForm : Form
_paste = new Button();
_paste.parent = _leftSide;
_paste.text = "paste to textbox/picturebox";
_paste.text = "paste";
_paste.dock = DockStyle.TOP;
_paste.click ~= (Control c, EventArgs e)
{