mercredi 30 septembre 2020

How to set AppendCheckItem to "check" by default in wxwidgets?

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