Class: VER::Methods::Preview::Frame

Inherits:
Tk::Frame
  • Object
show all
Defined in:
lib/ver/methods/preview.rb

Instance Method Summary collapse

Instance Method Details

#hidden?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/ver/methods/preview.rb', line 9

def hidden?
  false
end

#shown?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/ver/methods/preview.rb', line 5

def shown?
  true
end