Item Class Reference

Inheritance diagram for Item:

Bin ListItem MenuItem TreeItem CheckMenuItem ImageMenuItem SeparatorMenuItem TearoffMenuItem RadioMenuItem List of all members.

Detailed Description

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


Protected Member Functions

public char[] 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, MenuItem, and TreeItem.

public char [] Item.getDefaultAction  )  [protected]
 

Declares the item default action type name when clicked.

(this is different from a button action type name)

Reimplemented from ObjectG.

GType Item.getType  )  [static, protected]
 

Gets this class type.

Returns:
the class type

Reimplemented from Widget.

Reimplemented in ImageMenuItem, ListItem, MenuItem, RadioMenuItem, SeparatorMenuItem, and TearoffMenuItem.

void Item.select  )  [protected]
 

Select this item.

Reimplemented in ListItem, MenuItem, and TreeItem.

void Item.toggle  )  [protected]
 

Toggle this item.


Generated on Sun Dec 21 02:47:10 2003 for DUI by doxygen 1.3.4