Home | All Classes | Grouped Classes | Index | Search

CL_InputDialog::add_check_box

Add checkbox with label to dialog. The checkbox is deleted by the InputDialog when destroyed.

	CL_CheckBox* add_check_box(
		const std::string& text = "", bool checked = false, int check_box_width = 100);

See also:

CL_CheckBox | CL_InputDialog



Questions or comments, write to the ClanLib mailing list.