Class: Wx::PG::PGPaintData

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/pg/pg_property.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

Contains information related to property’s OnCustomPaint.

Requires:

  • USE_PROPGRID

Instance Method Summary collapse

Instance Method Details

#choice_itemInteger

Normally -1, otherwise index to drop-down list item that has to be drawn.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


2060
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2060

def choice_item=(val); end

#drawn_heightInteger

In a measure item call, set this to the height of item at m_choiceItem index.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


2084
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2084

def drawn_height=(val); end

#drawn_widthInteger

Set to drawn width in OnCustomPaint (optional).

Returns:

  • (Integer)


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).

Parameters:

  • val (Integer)


2072
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2072

def drawn_width=(val); end

#parentWx::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.

Wx::PG::PropertyGrid

Parameters:



2048
# File 'lib/wx/doc/gen/pg/pg_property.rb', line 2048

def parent=(val); end