| 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] |
| 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] |
| hs: | horizontal spacing between widgets, in pixels [Integer] |
| vs: | vertical spacing between widgets, in pixels [Integer] |