Method

GntCheckBoxset_checked

Declaration [src]

void
gnt_check_box_set_checked (
  GntCheckBox* box,
  gboolean set
)

Description [src]

Set whether the checkbox should be checked or not.

Parameters

set

Type: gboolean

TRUE if the checkbox should be selected, FALSE otherwise.