Home | All Classes | Grouped Classes | Index | Search

CL_InputDialog::add_input_box

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

	CL_InputBox* add_input_box(
		const std::string& label = "", const std::string& default_value = "", int inputbox_width = 100);

See also:

CL_InputBox | CL_InputDialog



Questions or comments, write to the ClanLib mailing list.