Class: Wx::PG::PGCellData
- Inherits:
-
Object
- Object
- Wx::PG::PGCellData
- Defined in:
- lib/wx/doc/gen/pg/pg_cell.rb
Overview
Category: PropertyGrid
Instance Method Summary collapse
- #initialize ⇒ Wx::PG::PGCellData constructor
- #set_bg_col(col) ⇒ void (also: #bg_col=)
- #set_bitmap(bitmap) ⇒ void (also: #bitmap=)
- #set_fg_col(col) ⇒ void (also: #fg_col=)
- #set_font(font) ⇒ void (also: #font=)
- #set_text(text) ⇒ void (also: #text=)
Constructor Details
#initialize ⇒ Wx::PG::PGCellData
114 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 114 def initialize; end |
Instance Method Details
#set_bg_col(col) ⇒ void Also known as: bg_col=
This method returns an undefined value.
133 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 133 def set_bg_col(col) end |
#set_bitmap(bitmap) ⇒ void Also known as: bitmap=
This method returns an undefined value.
123 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 123 def set_bitmap(bitmap) end |
#set_fg_col(col) ⇒ void Also known as: fg_col=
This method returns an undefined value.
128 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 128 def set_fg_col(col) end |
#set_font(font) ⇒ void Also known as: font=
This method returns an undefined value.
138 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 138 def set_font(font) end |
#set_text(text) ⇒ void Also known as: text=
This method returns an undefined value.
118 |
# File 'lib/wx/doc/gen/pg/pg_cell.rb', line 118 def set_text(text) end |