Class: Gtk::Popover

Inherits:
Object
  • Object
show all
Defined in:
lib/gtk3/popover.rb

Instance Method Summary collapse

Instance Method Details

#pointing_toObject



20
21
22
23
24
25
26
27
# File 'lib/gtk3/popover.rb', line 20

def pointing_to
  have, rectangle = pointing_to_raw
  if have
    rectangle
  else
    nil
  end
end

#pointing_to_rawObject



19
# File 'lib/gtk3/popover.rb', line 19

alias_method :pointing_to_raw, :pointing_to