Class | Fox::FXShutterItem |
In: |
rdoc-sources/FXShutter.rb
|
Parent: | FXVerticalFrame |
A Shutter Item is a panel which is embedded inside a Shutter Widget. It can contain other user interface widgets which can be added under the content widget. The content widget is itself embedded in a scroll window to allow unlimited room for all the contents.
ID_SHUTTERITEM_BUTTON: | x |
button | [R] | The button for this shutter item [FXButton] |
content | [R] | The contents for this shutter item [FXVerticalFrame] |
helpText | [RW] | Status line help text for this shutter item [String] |
tipText | [RW] | Tool tip message for this shutter item [String] |
Return an initialized FXShutterItem instance.
p: | the parent shutter for this shutter item [FXShutter] |
text: | the text, if any [String] |
icon: | the icon, if any [FXIcon] |
opts: | options [Integer] |
x: | initial x-position, when the LAYOUT_FIX_X layout hint is in effect [Integer] |
y: | initial y-position, when the LAYOUT_FIX_Y layout hint is in effect [Integer] |
width: | initial width, when the LAYOUT_FIX_WIDTH layout hint is in effect [Integer] |
height: | initial height, when the LAYOUT_FIX_HEIGHT layout hint is in effect [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] |
hSpacing: | horizontal spacing between widgets, in pixels [Integer] |
vSpacing: | vertical spacing between widgets, in pixels [Integer] |