I have a drop down menu "menu" for which I want to add a check item which should be checked by default. How can I do the same in wxwidgets in C++?
check_option = menu->AppendCheckItem(CHECK_ID, wxT("Check"));
Aucun commentaire:
Enregistrer un commentaire