Information about GUI in C++. Do people use C++ for GUI applications????

Hi. I wanted to create a GUI application with C++ as a personal project. I am using that because I have done a lot of GUI personal projects in Java but never in C++, so I want to try using a new coding language I learned. I don't know a lot about GUI with C++ (only header files and some library components of C++) so I decided to look up some information on how to do this in C++.

However, when I go to look up information about non-editable radio buttons in C++ and more, I don't get a lot of information. Is it because no one really uses C++ for making graphic user interface? If they do use C++ for GUI sometimes then can someone send me a link that shows the library functions for the GUI components, how to use these functions and some source code that has an example of how to use it?

I know that some IDE's allow you to click and drag buttons, but I want to try and write this code from scratch. Also, I am using Codelite for this project and (as far I know) I don't think it will allow you to click and drag buttons.