Class Fox::FXShutterItem
In: rdoc-sources/FXShutter.rb
Parent: FXVerticalFrame

Shutter item

Message identifiers

ID_SHUTTERITEM_BUTTON:x

Methods

new  

Attributes

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]

Public Class methods

Return an initialized FXShutterItem instance.

Parameters:

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]
w:initial width, when the LAYOUT_FIX_WIDTH layout hint is in effect [Integer]
h:initial height, when the LAYOUT_FIX_HEIGHT layout hint is in effect [Integer]
pl:internal padding on the left side, in pixels [Integer]
pr:internal padding on the right side, in pixels [Integer]
pt:internal padding on the top side, in pixels [Integer]
pb:internal padding on the bottom side, in pixels [Integer]
hs:horizontal spacing between widgets, in pixels [Integer]
vs:vertical spacing between widgets, in pixels [Integer]

[Validate]