class Gtk::Popover

Public Instance Methods

pointing_to() click to toggle source
# File lib/gtk3/popover.rb, line 20
def pointing_to
  have, rectangle = pointing_to_raw
  if have
    rectangle
  else
    nil
  end
end
Also aliased as: pointing_to_raw
pointing_to_raw()
Alias for: pointing_to