Method

GntCheckBoxget_checked

Declaration [src]

gboolean
gnt_check_box_get_checked (
  GntCheckBox* box
)

Description [src]

Return the checked state of the checkbox.

Return value

Type: gboolean

TRUE if the checkbox is selected, FALSE otherwise.