Class Fox::FXStatusBar
In: rdoc-sources/FXStatusBar.rb
Parent: FXHorizontalFrame

Status bar

Status bar options

STATUSBAR_WITH_DRAGCORNER:Causes the drag corner to be shown

Methods

new  

Attributes

cornerStyle  [RW]  If true, the drag corner is shown [Boolean]
dragCorner  [R]  The drag corner widget [FXDragCorner]
statusLine  [R]  The status line widget [FXStatusLine]

Public Class methods

Return an initialized FXStatusBar instance.

Parameters:

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]

[Validate]