Item Class Reference

Inheritance diagram for Item:

Bin ListItem TreeItem List of all members.

Detailed Description

A item to display on a menu (or not ???).


Protected Member Functions

public String getDefaultAction ()
 Declares the item default action type name when clicked.
void select ()
 Select this item.
void deselect ()
 Deselect this item.
void toggle ()
 Toggle this item.

Static Protected Member Functions

GType getType ()
 Gets this class type.


Member Function Documentation

void Item.deselect  )  [protected]
 

Deselect this item.

Reimplemented in ListItem, and TreeItem.

public String Item.getDefaultAction  )  [protected]
 

Declares the item default action type name when clicked.

(this is different from a button action type name)

GType Item.getType  )  [static, protected]
 

Gets this class type.

Returns:
the class type

Reimplemented from Widget.

Reimplemented in ListItem, and TreeItem.

void Item.select  )  [protected]
 

Select this item.

Reimplemented in ListItem, and TreeItem.

void Item.toggle  )  [protected]
 

Toggle this item.


SourceForge.net Logo DSource.org Logo digitalmars.com Logo