Class: XRC2Ruby::ObjectTypes::SEPARATOR
- Inherits:
-
Object
- Object
- XRC2Ruby::ObjectTypes::SEPARATOR
- Defined in:
- lib/wx_sugar/xrc/xrc2ruby_types/toolbar.rb
Instance Attribute Summary collapse
-
#toolbar ⇒ Object
readonly
Returns the value of attribute toolbar.
Instance Method Summary collapse
-
#initialize(toolbar_or_menu, an_id = nil) ⇒ SEPARATOR
constructor
A new instance of SEPARATOR.
Constructor Details
#initialize(toolbar_or_menu, an_id = nil) ⇒ SEPARATOR
Returns a new instance of SEPARATOR.
82 83 84 |
# File 'lib/wx_sugar/xrc/xrc2ruby_types/toolbar.rb', line 82 def initialize(, an_id = nil) @toolbar = end |
Instance Attribute Details
#toolbar ⇒ Object (readonly)
Returns the value of attribute toolbar.
81 82 83 |
# File 'lib/wx_sugar/xrc/xrc2ruby_types/toolbar.rb', line 81 def @toolbar end |