Class: Wx::PG::PGPaintData
- Inherits:
-
Object
- Object
- Wx::PG::PGPaintData
- Defined in:
- lib/wx/doc/gen/pg/pg_property.rb
Overview
This class is untracked and should not be derived from nor instances extended!
Contains information related to property’s OnCustomPaint.
Instance Method Summary collapse
-
#choice_item ⇒ Integer
Normally -1, otherwise index to drop-down list item that has to be drawn.
-
#choice_item=(val) ⇒ void
Normally -1, otherwise index to drop-down list item that has to be drawn.
-
#drawn_height ⇒ Integer
In a measure item call, set this to the height of item at m_choiceItem index.
-
#drawn_height=(val) ⇒ void
In a measure item call, set this to the height of item at m_choiceItem index.
-
#drawn_width ⇒ Integer
Set to drawn width in OnCustomPaint (optional).
-
#drawn_width=(val) ⇒ void
Set to drawn width in OnCustomPaint (optional).
- #parent ⇒ Wx::PG::PropertyGrid
- #parent=(val) ⇒ void
Instance Method Details
#choice_item ⇒ Integer
Normally -1, otherwise index to drop-down list item that has to be drawn.
2054 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2054 def choice_item; end |
#choice_item=(val) ⇒ void
This method returns an undefined value.
Normally -1, otherwise index to drop-down list item that has to be drawn.
2060 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2060 def choice_item=(val); end |
#drawn_height ⇒ Integer
In a measure item call, set this to the height of item at m_choiceItem index.
2078 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2078 def drawn_height; end |
#drawn_height=(val) ⇒ void
This method returns an undefined value.
In a measure item call, set this to the height of item at m_choiceItem index.
2084 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2084 def drawn_height=(val); end |
#drawn_width ⇒ Integer
Set to drawn width in OnCustomPaint (optional).
2066 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2066 def drawn_width; end |
#drawn_width=(val) ⇒ void
This method returns an undefined value.
Set to drawn width in OnCustomPaint (optional).
2072 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2072 def drawn_width=(val); end |
#parent ⇒ Wx::PG::PropertyGrid
2042 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2042 def parent; end |
#parent=(val) ⇒ void
This method returns an undefined value.
2048 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2048 def parent=(val); end |