Class | Fox::FXStatusBar |
In: |
rdoc-sources/FXStatusBar.rb
|
Parent: | FXHorizontalFrame |
Status bar
STATUSBAR_WITH_DRAGCORNER: | Causes the drag corner to be shown |
cornerStyle | [RW] | If true, the drag corner is shown [Boolean] |
dragCorner | [R] | The drag corner widget [FXDragCorner] |
statusLine | [R] | The status line widget [FXStatusLine] |
Return an initialized FXStatusBar instance.
p: | the parent window for this status bar [FXComposite] |
opts: | status bar 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] |