Method: View#gui_shrink
- Defined in:
- lib/qooxview/view.rb
#gui_shrink(&b) ⇒ Object
Draws a gray border around and allows height-fill
262 263 264 |
# File 'lib/qooxview/view.rb', line 262 def gui_shrink(&b) do_container('shrink', b) end |