Class: Wx::PG::PGChoiceEntry

Inherits:
PGCell show all
Defined in:
lib/wx/doc/gen/pg/pg_cell.rb

Overview

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:



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

def initialize(*args) end

Instance Method Details

#get_valueInteger Also known as: value

Returns:

  • (Integer)


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.

Parameters:

  • value (Integer)


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

def set_value(value) end