Class | Fox::FXToolBarShell |
In: |
rdoc-sources/FXToolBarShell.rb
|
Parent: | FXTopWindow |
An FXToolBarShell is a widget floating around over the main window. It typically contains an undocked tool bar.
baseColor | [RW] | Base GUI color [FXColor] |
borderColor | [RW] | Border color [FXColor] |
borderWidth | [R] | Border width [Integer] |
frameStyle | [RW] | Frame style [Integer] |
hiliteColor | [RW] | Highlight color [FXColor] |
shadowColor | [RW] | Shadow color [FXColor] |
Return an initialized FXToolBarShell instance.
owner: | the owner window for this tool bar shell [FXWindow] |
opts: | tool bar shell options [Integer] |
x: | initial x-position [Integer] |
y: | initial y-position [Integer] |
width: | initial width [Integer] |
height: | initial height [Integer] |
hSpacing: | horizontal spacing between widgets, in pixels [Integer] |
vSpacing: | vertical spacing between widgets, in pixels [Integer] |