This commit is contained in:
parent
979e5e056d
commit
e5255bcbfa
2 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ int main() {
|
|||
|
||||
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 400, 400,
|
||||
MwNtitle, "dnd",
|
||||
MwNacceptsDnD, 1,
|
||||
NULL);
|
||||
instructions = MwVaCreateWidget(MwLabelClass, "button", window, 50, 50, 300, 125,
|
||||
MwNtext, "drag a file and its name will show up below.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue