Class: XRCClass::Control
- Inherits:
-
Struct
- Object
- Struct
- XRCClass::Control
- Defined in:
- lib/wx_sugar/xrc/xml_class.rb
Overview
Simple struct to hold details of a individual named control
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#sub_class ⇒ Object
Returns the value of attribute sub_class.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/wx_sugar/xrc/xml_class.rb', line 8 def name @name end |
#sub_class ⇒ Object
Returns the value of attribute sub_class
8 9 10 |
# File 'lib/wx_sugar/xrc/xml_class.rb', line 8 def sub_class @sub_class end |