fsleyes_widgets.utils.overlay
This module contains convenience functions for drawing arbitrary things
on top of wx widgets.
Shows the given   | 
- fsleyes_widgets.utils.overlay.textOverlay(target, text, box=True, bgColour=None, fgColour=None)[source]
 Shows the given
texton the giventarget.- Parameters:
 target –
wx.Windowobjecttext – Text to display
box – If
True(the default), the text is displayed in a box.bgColour – If
box is True, the box is filled with this colour.fgColour – Colour to draw the text in