TaskBar REALbasic Plugin

TaskBarCategory Class

A class that defines each category on the task bar. A TaskBar can have zero or more categories and each category can have zero or more nodes.

TaskBarCategory is inheritable, so it is possible to add new attributes to it. One TaskBarCategory Instance may not be assigned twice to a TaskBar and it may not be assigned to two Task-Bars.

Object
   TaskBarCategory

class TaskBarCategory

Constructors

TaskBarCategoryConstructor which takes text and expansion state.
TaskBarCategoryConstructor which takes text, expansion state and item data.

Properties

ExpandedUse this property to expand or collapse a category.
ItemDataUse this property to put any custom data on the category.
TextUse this get or set the text for the TaskBarCategory.

Methods

AddNodeUse this method to add a TaskBarNode to the category.
NodesUse this property to directly manipulate the array of nodes within the category. This ObjectArray is a CoreClasses ObjectArray.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86