mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-18 06:24:48 +00:00
Currently the two available input types are: - GMessageBox::InputType::OK (default) - GMessageBox::InputType::OKCancel Based on your choice, GMessageBox::exec() will return ExecOK or ExecCancel.