TipHandler: Module to create tool tips

PRLEC Framework for OCT Processing and Visualization

class OCT_GUI.Tooltips.TipHandler.CreateToolTip(tkobject, text='')[source]

Creating a tool tip for a given TK Widget

Parameters:
object: tk widget

the desired tk widget

Methods

enter([event]) Create tool tip on focus.
close  
enter(event=None)[source]

Create tool tip on focus.

Parameters:
self: object

class

event: event

event

OCT_GUI.Tooltips.TipHandler.createToolTipDictionary()[source]

Create a dictionary for setting tool tips.

This could be just rewritten for translation different languages.