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)


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

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)


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

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)


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

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)


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

def drawn_height=(val); end

#drawn_widthInteger

Set to drawn width in OnCustomPaint (optional).

Returns:

  • (Integer)


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

def drawn_width; end

#drawn_width=(val) ⇒ void

This method returns an undefined value.

Set to drawn width in OnCustomPaint (optional).

Parameters:

  • val (Integer)


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

def drawn_width=(val); end

#parentWx::PG::PropertyGrid



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

def parent; end

#parent=(val) ⇒ void

This method returns an undefined value.

Wx::PG::PropertyGrid

Parameters:



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

def parent=(val); end