Home | All Classes | Grouped Classes | Index | Search
Creates a messagebox "Information" with text and an OK button. Creates a message box with title, text and an OK button. Creates a message box with title, text and up to three buttons.
void info( const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); void 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: