windows.dragdrop-listener: Remove unfinished autogenerated docs.

To regenerate docs do ``"windows.dragdrop-listener" scaffold-undocumented`` and also run ``"windows.dragdrop-listener" help-lint``
factor-shell
Doug Coleman 2017-09-06 21:39:46 -05:00
parent 8c4a7c0402
commit fc14a13335
1 changed files with 0 additions and 48 deletions

View File

@ -11,54 +11,6 @@ ARTICLE: "windows.dragdrop-listener" "Dropping files onto listener window"
{ $subsections dragdrop-listener-window }
"Only one file at a time can be dropped." ;
HELP: +listener-dragdrop-wrapper+
{ $var-description "" } ;
HELP: <listener-dragdrop>
{ $values
{ "hWnd" null }
{ "object" object }
}
{ $description "" } ;
HELP: dragdrop-listener-window
{ $description "Run this word from a listener to activate drag-and-drop support for the listener window." $nl
"Note: if you get the \"" { $snippet "COM error 0x8007000e" } "\", you need to call " { $link ole-initialize } " first." } ;
HELP: filecount-from-data-object
{ $values
{ "data-object" null }
{ "n" null }
}
{ $description "" } ;
HELP: filecount-from-hdrop
{ $values
{ "hdrop" null }
{ "n" null }
}
{ $description "" } ;
HELP: filenames-from-data-object
{ $values
{ "data-object" null }
{ "filenames" null }
}
{ $description "" } ;
HELP: filenames-from-hdrop
{ $values
{ "hdrop" null }
{ "filenames" null }
}
{ $description "" } ;
HELP: handle-data-object
{ $values
{ "handler" null } { "data-object" null }
{ "filenames" null }
}
{ $description "" } ;
HELP: listener-dragdrop
{ $class-description "" } ;