Class: Gdk::Window

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

Instance Method Summary collapse

Instance Method Details

#heightObject



64
65
66
# File 'lib/rabbit/gtk.rb', line 64

def height
  size[1]
end

#widthObject



58
59
60
# File 'lib/rabbit/gtk.rb', line 58

def width
  size[0]
end