Class Fox::FXImageFrame
In: rdoc-sources/FXImageFrame.rb
Parent: FXFrame

An FXImageFrame is a simple frame widget that displays an FXImage image.

Methods

new  

Attributes

image  [RW]  The current image being displayed [FXImage]
justify  [RW]  The current justification mode, some combination of the flags JUSTIFY_LEFT, JUSTIFY_RIGHT, JUSTIFY_TOP and JUSTIFY_BOTTOM [Integer]

Public Class methods

Return an initialized FXImageFrame instance.

Parameters:

p:the parent window for this image frame [FXComposite]
img:the image to display [FXImage]
opts:frame options [Integer]
x:initial x-position [Integer]
y:initial y-position [Integer]
width:initial width [Integer]
height:initial height [Integer]
padLeft:internal padding on the left side, in pixels [Integer]
padRight:internal padding on the right side, in pixels [Integer]
padTop:internal padding on the top side, in pixels [Integer]
padBottom:internal padding on the bottom side, in pixels [Integer]

[Validate]