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,
|
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 400, 400,
|
||||||
MwNtitle, "dnd",
|
MwNtitle, "dnd",
|
||||||
|
MwNacceptsDnD, 1,
|
||||||
NULL);
|
NULL);
|
||||||
instructions = MwVaCreateWidget(MwLabelClass, "button", window, 50, 50, 300, 125,
|
instructions = MwVaCreateWidget(MwLabelClass, "button", window, 50, 50, 300, 125,
|
||||||
MwNtext, "drag a file and its name will show up below.",
|
MwNtext, "drag a file and its name will show up below.",
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,7 @@
|
||||||
<integer name="columns" />
|
<integer name="columns" />
|
||||||
<integer name="columnSpan" column="yes" />
|
<integer name="columnSpan" column="yes" />
|
||||||
<integer name="rowSpan" column="yes" />
|
<integer name="rowSpan" column="yes" />
|
||||||
|
<integer name="acceptsDnD" column="yes" />
|
||||||
<integer name="hour" />
|
<integer name="hour" />
|
||||||
<integer name="minute" />
|
<integer name="minute" />
|
||||||
<integer name="second" />
|
<integer name="second" />
|
||||||
|
|
@ -197,6 +198,9 @@
|
||||||
<handler name="darkTheme" common="yes">
|
<handler name="darkTheme" common="yes">
|
||||||
<integer pointer="yes" />
|
<integer pointer="yes" />
|
||||||
</handler>
|
</handler>
|
||||||
|
<handler name="dragAndDrop" common="yes">
|
||||||
|
<string />
|
||||||
|
</handler>
|
||||||
</handlers>
|
</handlers>
|
||||||
<enumerations>
|
<enumerations>
|
||||||
<enumeration name="MwDIRECTION">
|
<enumeration name="MwDIRECTION">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue