class Rabbit::NullFrame
Public Class Methods
def_null_methods(*names)
click to toggle source
# File lib/rabbit/frame.rb, line 184 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 198 def fullscreen_available? false end
iconify_available?()
click to toggle source
# File lib/rabbit/frame.rb, line 202 def iconify_available? false end