Class: Gtk::GestureMultiPress

Inherits:
Object
  • Object
show all
Defined in:
lib/gtk3/gesture-multi-press.rb

Instance Method Summary collapse

Instance Method Details

#areaObject



21
22
23
24
25
26
27
28
# File 'lib/gtk3/gesture-multi-press.rb', line 21

def area
  filled, rectangle = area_raw
  if filled
    rectangle
  else
    nil
  end
end

#area_rawObject



20
# File 'lib/gtk3/gesture-multi-press.rb', line 20

alias_method :area_raw, :area