| Class | Fox::FXBitmapFrame |
| In: |
rdoc-sources/FXBitmapFrame.rb
|
| Parent: | FXFrame |
An FXBitmapFrame is a simple frame widget that displays an FXBitmap image.
| bitmap | [RW] | The current image being displayed [FXBitmap] |
| justify | [RW] | The current justification mode, some combination of the flags JUSTIFY_LEFT, JUSTIFY_RIGHT, JUSTIFY_TOP and JUSTIFY_BOTTOM [Integer] |
| offColor | [RW] | The color used for the "off" bits in the bitmap [FXColor] |
| onColor | [RW] | The color used for the "on" bits in the bitmap [FXColor] |
Return an initialized FXBitmapFrame instance.