| Class | Fox::FXBitmapFrame |
| In: |
rdoc-sources/FXBitmapFrame.rb
|
| Parent: | FXFrame |
The bitmap frame is a simple frame widget displaying an monochrome bitmap image; the bitmap is not owned by the bitmap frame so it must be explicitly deleted elsewhere.
| 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] |