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