Class: Wx::PG::PGChoiceEntry
- Defined in:
- lib/wx/doc/gen/pg/pg_cell.rb
Overview
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.
159 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 159 def initialize(*args) end |
Instance Method Details
#get_value ⇒ Integer Also known as: value
167 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 167 def get_value; end |
#set_value(value) ⇒ void Also known as: value=
This method returns an undefined value.
163 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 163 def set_value(value) end |