Class: Gdk::Window

Inherits:
Object
  • Object
show all
Defined in:
lib/rabbit/gtk.rb

Instance Method Summary collapse

Instance Method Details

#heightObject



54
55
56
# File 'lib/rabbit/gtk.rb', line 54

def height
  size[1]
end

#widthObject



48
49
50
# File 'lib/rabbit/gtk.rb', line 48

def width
  size[0]
end