FLTK logo

STR #62

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 #62

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:Core Library
Summary:Fl_*::size() hides Fl_Widget::size(int,int)
Version:1.1.4rc1
Created By:ciudadsatan.hotmail
Assigned To:mike
Fix Version:1.1.4
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 ciudadsatan.hotmail
17:47 May 29, 2003
Some classes have a "int size()" function that hides Fl_Widget's "void size(int,int)":
 - Fl_Browser
 - Fl_Chart
 - Fl_Help_View
 - Fl_Input_
 - Fl_Menu_

Simple fix: include the following in relevant headers:
  void size(int W,int H) { Fl_Widget::size(W,H); }
 
 
#2 mike
04:13 May 31, 2003
Thanks for the report - it'll be addressed in CVS shortly, and be fixed in 1.1.4.  
 
#3 mike
21:47 Jun 14, 2003
Fixed in CVS.  
     

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'.