Module: Iup::ImageAttributes
- Includes:
- AttributeReference
- Defined in:
- lib/wrapped/image-attributes.rb
Overview
Defines attributes for widgets which contain images.
Instance Method Summary collapse
-
#image ⇒ Object
–.
-
#image=(val) ⇒ Object
:nodoc:.
-
#iminactive ⇒ Object
–.
-
#iminactive=(val) ⇒ Object
:nodoc:.
-
#impress ⇒ Object
–.
-
#impress=(val) ⇒ Object
:nodoc:.
Methods included from AttributeReference
Instance Method Details
#image ⇒ Object
–
16 17 18 |
# File 'lib/wrapped/image-attributes.rb', line 16 def image attribute_reference('IMAGE', ImageWidget, nil) end |
#image=(val) ⇒ Object
:nodoc:
20 21 22 |
# File 'lib/wrapped/image-attributes.rb', line 20 def image= val #:nodoc: attribute_reference('IMAGE', ImageWidget, val) end |
#iminactive ⇒ Object
–
32 33 34 |
# File 'lib/wrapped/image-attributes.rb', line 32 def iminactive attribute_reference('IMINACTION', ImageWidget, nil) end |
#iminactive=(val) ⇒ Object
:nodoc:
36 37 38 |
# File 'lib/wrapped/image-attributes.rb', line 36 def iminactive= val # :nodoc: attribute_reference('IMINACTION', ImageWidget, val) end |
#impress ⇒ Object
–
48 49 50 |
# File 'lib/wrapped/image-attributes.rb', line 48 def impress attribute_reference('IMPRESS', ImageWidget, nil) end |
#impress=(val) ⇒ Object
:nodoc:
52 53 54 |
# File 'lib/wrapped/image-attributes.rb', line 52 def impress= val # :nodoc: attribute_reference('IMPRESS', ImageWidget, val) end |