Class | Fox::FXVerticalFrame |
In: |
rdoc-sources/FXVerticalFrame.rb
|
Parent: | FXPacker |
Vertical frame layout manager widget is used to automatically place child-windows vertically from top-to-bottom, or bottom-to-top, depending on the child window‘s layout hints.
Return an initialized FXVerticalFrame instance.
p: | the parent window for this vertical frame [FXComposite] |
opts: | frame options [Integer] |
x: | initial x-position [Integer] |
y: | initial y-position [Integer] |
width: | initial width [Integer] |
height: | initial height [Integer] |
padLeft: | internal padding on the left side, in pixels [Integer] |
padRight: | internal padding on the right side, in pixels [Integer] |
padTop: | internal padding on the top side, in pixels [Integer] |
padBottom: | internal padding on the bottom side, in pixels [Integer] |
hSpacing: | horizontal spacing between widgets, in pixels [Integer] |
vSpacing: | vertical spacing between widgets, in pixels [Integer] |