class Gdk::Window

Public Instance Methods

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