Class: Wx::PG::PGChoiceEntry

Inherits:
PGCell show all
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.

Requires:

  • USE_PROPGRID

Instance Method Summary collapse

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

#initializeWx::PG::PGChoiceEntry #initialize(other) ⇒ Wx::PG::PGChoiceEntry #initialize(label, value = Wx::PG::PG_INVALID_VALUE) ⇒ Wx::PG::PGChoiceEntry

Returns a new instance of PGChoiceEntry.

Overloads:



161
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 161

def initialize(*args) end

Instance Method Details

#get_valueInteger Also known as: value

Returns:

  • (Integer)


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.

Parameters:

  • value (Integer)


165
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 165

def set_value(value) end