.. include:: headings.inc .. _ItemKind: ========================================================================================================================================== |phoenix_title| **ItemKind** ========================================================================================================================================== The `ItemKind` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``ITEM_SEPARATOR`` ``ITEM_NORMAL`` Normal tool button / menu item. ``ITEM_CHECK`` Check (or toggle) tool button / menu item. ``ITEM_RADIO`` Radio tool button / menu item. ``ITEM_DROPDOWN`` Normal tool button with a dropdown arrow next to it. ``ITEM_MAX`` ================================================================================ ================================================================================ |