~ubuntu-branches/ubuntu/precise/fltk1.1/precise

« back to all changes in this revision

Viewing changes to documentation/events.html

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-01-06 22:05:04 UTC
  • mfrom: (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100106220504-lc49dz8eo3ph7tkj
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
  otherwise fails to link on the Hurd (with complaints that libfltk.so.1
  contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1.  (See #553264.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
<P>FLTK supports drag and drop of text and files from any 
240
240
application on the desktop. Text is transfered using
241
241
the current code page. Files are received as a list of full path
242
 
and file names, seperated by newline. On some platforms, path
 
242
and file names, separated by newline. On some platforms, path
243
243
names are prepended with <tt>file://</tt>.
244
244
 
245
245
<P>The drag and drop data is available in <tt>Fl::event_text()</tt> 
271
271
 
272
272
<P>The user has released the mouse button dropping data into 
273
273
the widget. If the widget returns 1, it will receive the data in
274
 
the immediatly following FL_PASTE event.
 
274
the immediately following FL_PASTE event.
275
275
 
276
276
<!-- NEED 6in -->
277
277