#include <GListItemCheckBox.h>
Inherits GListItemColumn.
Public Member Functions | |
GListItemCheckBox (GListItem *host, int column, bool value=false) | |
Constructor. | |
void | OnMouseClick (GMouse &m) |
Called when the item is clicked. |
GListItemCheckBox::GListItemCheckBox | ( | GListItem * | host, | |
int | column, | |||
bool | value = false | |||
) | [inline] |
Constructor.
host | The hosting list item. |
column | The column to draw in. |