class Gdk::Window

Public Instance Methods

height() click to toggle source
# File lib/rabbit/gtk.rb, line 54
def height
  size[1]
end
width() click to toggle source
# File lib/rabbit/gtk.rb, line 48
def width
  size[0]
end