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