Class: Wx::HTML::HtmlHelpDataItem
- Inherits:
-
Object
- Object
- Wx::HTML::HtmlHelpDataItem
- Defined in:
- lib/wx/doc/gen/html/html_help_data.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
Helper class for HtmlHelpData.
Instance Method Summary collapse
- #get_full_path ⇒ String (also: #full_path)
- #get_indented_name ⇒ String (also: #indented_name)
- #initialize ⇒ Wx::HTML::HtmlHelpDataItem constructor
Constructor Details
#initialize ⇒ Wx::HTML::HtmlHelpDataItem
144 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 144 def initialize; end |
Instance Method Details
#get_full_path ⇒ String Also known as: full_path
147 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 147 def get_full_path; end |
#get_indented_name ⇒ String Also known as: indented_name
151 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 151 def get_indented_name; end |