FLTK logo

STR #960

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #960

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:3 - Applies to all machines and operating systems
Subsystem:Documentation
Summary:Docs for Fl::paste() should show there are two arguments
Version:1.1-current
Created By:greg.ercolano
Assigned To:mike
Fix Version:1.1-current
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 greg.ercolano
22:30 Jul 29, 2005
It should be noted that Fl::paste() now takes two arguments instead
of just one. Current docs say just:

    void Fl::paste(Fl_Widget &receiver)

Docs should probably be revised to say:

    void Fl::paste(Fl_Widget &receiver,int clipboard)
    void Fl::paste(Fl_Widget &receiver)

..with a comment about the latter being obsolete, for backwards compatibility only, according to the comments in FL/Fl.H.
 
 
#2 mike
19:42 Aug 07, 2005
Fixed in Subversion repository.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.