Module: Wx::IDHelper
- Defined in:
- lib/wx/doc/id_helper.rb
Overview
Mixin module to provide convenience method for defining Windows/Control ids.
Class Method Summary collapse
-
.included(base) ⇒ Object
Provides the singleton method #next_id to the including module.
Class Method Details
.included(base) ⇒ Object
Provides the singleton method #next_id to the including module.
27 |
# File 'lib/wx/doc/id_helper.rb', line 27 def self.included(base) end |