mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 13:09:57 +03:00
Clean up
This commit is contained in:
parent
87f786f7dc
commit
7b266eb403
5 changed files with 3 additions and 5 deletions
|
@ -12,6 +12,7 @@ DFL is a Win32 windowing library for the D language.
|
|||

|
||||

|
||||

|
||||
<img src="./examples/clipboard/image/screenshot.png" width="50%">
|
||||
|
||||
## Recent major features
|
||||
- DUB is available for DFL.
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
# Screen Shot
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
BIN
examples/clipboard/image/sample.bmp
Normal file
BIN
examples/clipboard/image/sample.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
examples/clipboard/image/screenshot.png
Normal file
BIN
examples/clipboard/image/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue