Class: Wx::TreeItemIcon

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/tree_ctrl.rb

Overview

Indicates which type to associate an image with a TreeCtrl item.

See Also:

Requires:

  • USE_TREECTRL

Constant Summary collapse

TreeItemIcon_Normal =

To get/set the item image for when the item is not selected and not expanded.

Wx::TreeItemIcon.new(0)
TreeItemIcon_Selected =

To get/set the item image for when the item is selected and not expanded.

Wx::TreeItemIcon.new(1)
TreeItemIcon_Expanded =

To get/set the item image for when the item is not selected and expanded.

Wx::TreeItemIcon.new(2)
TreeItemIcon_SelectedExpanded =

To get/set the item image for when the item is selected and expanded.

Wx::TreeItemIcon.new(3)
TreeItemIcon_Max =
Wx::TreeItemIcon.new(4)