class Rabbit::NullFrame

Public Class Methods

def_null_methods(*names) click to toggle source
# File lib/rabbit/frame.rb, line 196
def def_null_methods(*names)
  names.each do |name|
    define_method(name) {|*args|}
  end
end

Public Instance Methods

fullscreen_available?() click to toggle source
# File lib/rabbit/frame.rb, line 210
def fullscreen_available?
  false
end
iconify_available?() click to toggle source
# File lib/rabbit/frame.rb, line 214
def iconify_available?
  false
end