FLTK logo

Re: [fltk/fltk] Issues with fl_overlay_rect on Linux and Mac (Issue #735)

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 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] Issues with fl_overlay_rect on Linux and Mac (Issue #735) ManoloFLTK 06:54 Jun 12  
 

@dannye Function fl_overlay_rect does not need to use an Fl_Overlay_Window object. That function is to be used with a normal Fl_Double_Window or Fl_Window. Its only purpose is to draw a dotted rectangle that can be easily deleted by any of 2 means :

  1. draw another overlaid rectangle elsewhere (the previous one will be deleted)
    or
  2. call fl_overlay_clear().

That kind of operation is visible in the mandelbrot test program of the FLTK source code.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <fltk/fltk/issues/735/1587390131@github.com>

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

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