Class: Wx::PG::PGChoiceEntry
- Defined in:
- lib/wx/doc/gen/pg/pg_cell.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
Data of a single PGChoices choice.
Instance Method Summary collapse
- #get_value ⇒ Integer (also: #value)
-
#initialize(*args) ⇒ PGChoiceEntry
constructor
A new instance of PGChoiceEntry.
- #set_value(value) ⇒ void (also: #value=)
Methods inherited from PGCell
#get_bg_col, #get_bitmap, #get_data, #get_fg_col, #get_font, #get_text, #has_text, #merge_from, #set_bg_col, #set_bitmap, #set_empty_data, #set_fg_col, #set_font, #set_text
Methods inherited from Object
#clone, #dup, #is_same_as, #un_share
Constructor Details
#initialize ⇒ Wx::PG::PGChoiceEntry #initialize(other) ⇒ Wx::PG::PGChoiceEntry #initialize(label, value = Wx::PG::PG_INVALID_VALUE) ⇒ Wx::PG::PGChoiceEntry
Returns a new instance of PGChoiceEntry.
161 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 161 def initialize(*args) end |
Instance Method Details
#get_value ⇒ Integer Also known as: value
169 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 169 def get_value; end |
#set_value(value) ⇒ void Also known as: value=
This method returns an undefined value.
165 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 165 def set_value(value) end |