Class Msf::Ui::Gtk2::TreeViewTooltips
In: lib/msf/ui/gtk2/treeviewtooltips.rb
Parent: Gtk::Window

This class perform some tooltips for TreeView widget This class is a port of Daniel J. Popowich coded in Python to ruby-gtk2 style

Methods

add_view   disable   enable   location   new  

Public Class methods

Public Instance methods

Handler to be connected on to the Gtk::Treeview

Disable the tooltip

Enable the tooltip

Given the x,y coordinates of the pointer and the width and height (w,h) demensions of the tooltip window, return the x, y coordinates of the tooltip window.

The default location is to center the window on the pointer and 20 pixels below it.

[Validate]