Method: NodeNetworkView#hide_tooltips

Defined in:
lib/gui/node_network_view.rb

#hide_tooltipsObject



168
169
170
171
172
173
174
175
# File 'lib/gui/node_network_view.rb', line 168

def hide_tooltips()
if @tooltips != nil
  @tooltips.hide()
  #with this the tooltips is always refreshed
  @tooltips.destroy
  @tooltips=nil
end
end