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)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum