| Class | Fox::FXVerticalSeparator |
| In: |
rdoc-sources/FXSeparator.rb
|
| Parent: | FXFrame |
Vertical separator
| SEPARATOR_NONE: | Nothing visible |
| SEPARATOR_GROOVE: | Etched-in looking groove |
| SEPARATOR_RIDGE: | Embossed looking ridge |
| SEPARATOR_LINE: | Simple line |
Return an initialized FXVerticalSeparator instance.
| p: | the parent widget for this separator [FXComposite] |
| opts: | the options [Integer] |
| x: | initial x-position [Integer] |
| y: | initial y-position [Integer] |
| w: | initial width [Integer] |
| h: | initial height [Integer] |
| pl: | internal padding on the left side, in pixels [Integer] |
| pr: | internal padding on the right side, in pixels [Integer] |
| pt: | internal padding on the top side, in pixels [Integer] |
| pb: | internal padding on the bottom side, in pixels [Integer] |