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.
2062 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2062 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.
2068 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2068 def choice_item=(val); end |
#drawn_height ⇒ Integer
In a measure item call, set this to the height of item at m_choiceItem index.
2086 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2086 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.
2092 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2092 def drawn_height=(val); end |
#drawn_width ⇒ Integer
Set to drawn width in OnCustomPaint (optional).
2074 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2074 def drawn_width; end |
#drawn_width=(val) ⇒ void
This method returns an undefined value.
Set to drawn width in OnCustomPaint (optional).
2080 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2080 def drawn_width=(val); end |
#parent ⇒ Wx::PG::PropertyGrid
2050 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2050 def parent; end |
#parent=(val) ⇒ void
This method returns an undefined value.
2056 |
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2056 def parent=(val); end |