Class Fox::FXVerticalSeparator
In: rdoc-sources/FXSeparator.rb
Parent: FXSeparator

Vertical separator

Methods

new  

Public Class methods

Return an initialized FXVerticalSeparator instance.

Parameters:

p:the parent widget for this separator [FXComposite]
opts:the 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]

[Validate]