Can someone either give me a couple links, or some code with explanations on how to create gui (graphical user interface) buttons that are like boxes with text and color in them, that are equal to a command when you click them. Also, how do you create a gui slider (little button on a bar that you click and slide it back and fourth to changd the value of a variable), a text box (little box where you can enter, highlight, and deletd text without having to press enter after typing it.), and a checkbox\radio button (when you click inside one it sets some variable to be true. Clicking again = vice versa).
1. button
2. slider
3. textarea
4. checkbox\radio button
i use dev c++ for my compiler. thanks!