Home | All Classes | Grouped Classes | Index | Search

CL_MessageBox::info

Creates a messagebox. Returns the button clicked, starting at index 0.

	int info(
		const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL);

	int info(
		const std::string& title, const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL);

	int info(
		const std::string& title, const std::string& text, const std::string& button1, const std::string& button2, const std::string& button3, CL_Component* parent, CL_StyleManager* style = NULL);

See also:

CL_Component | CL_MessageBox | CL_StyleManager



Questions or comments, write to the ClanLib mailing list.