Table of Contents

Drag and Drop

Working with files and other controls


include file: wxData.e

  • proc accept_files( atom window, integer rid )   


    Table of Contents

    [proc]
    accept_files
    ( atom window, integer rid )

    Category: Drag and Drop

    Sets a wxWindow up to accept drag and drop files. The routine specified by rid will be called when any files are dropped. The parameter should be a sequence, which will contain the list of file names that have been dropped on the window.