Class: Wx::TreeItemIcon
- Inherits:
-
Enum
- Object
- Enum
- Wx::TreeItemIcon
- Defined in:
- lib/wx/doc/gen/tree_ctrl.rb
Overview
Indicates which type to associate an image with a TreeCtrl item.
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)