ListItem Class Reference

Inheritance diagram for ListItem:

Item List of all members.

Detailed Description

This is an item that can be part of a list.


Public Member Functions

 this (GtkWidget *gtkWidget)
 Creates a new List item from a GtkWidget.
 this ()
 Creates a new ListItem.
 this (char[] label)
 Creates a new list item with a label.
void select ()
 Selects this item.
void deselect ()
 Deselect this item.
void select (bit selectStat)
 Sets the selection state of this item.

Static Public Member Functions

GType getType ()
 Gets this class type.


Member Function Documentation

void ListItem.deselect  ) 
 

Deselect this item.

Reimplemented from Item.

GType ListItem.getType  )  [static]
 

Gets this class type.

Returns:
type

Reimplemented from Item.

void ListItem.select bit  selectStat  ) 
 

Sets the selection state of this item.

Parameters:
selectStat the bew selected state

void ListItem.select  ) 
 

Selects this item.

Reimplemented from Item.

ListItem.this char[]  label  ) 
 

Creates a new list item with a label.

Parameters:
label the label text

ListItem.this  ) 
 

Creates a new ListItem.

ListItem.this GtkWidget *  gtkWidget  ) 
 

Creates a new List item from a GtkWidget.

Parameters:
gtkWidget the gtk widget

Reimplemented from Item.


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