9a. wxWidgets – wxListBox
OVERVIEW A wxListBox is a list which displays strings as items. It can select either a single item or multiple items. In the code below, […]
OVERVIEW A wxListBox is a list which displays strings as items. It can select either a single item or multiple items. In the code below, […]
OVERVIEW Under this section we look at some more advanced widgets. 9a. wxListBox 9b.wxNoteBook 9c. wxScrolledWindow 9d. wxGrid
OVERVIEW wxSliders allow the user to control a range of values , which represent the starting and ending point of the slider. Every time the […]
OVERVIEW We have used wxStaticText a lot in the previous examples. It is used to display either a single or multiple lines of text. In […]
OVERVIEW wxStaticLine lets you draw horizontal or vertical lines in a window. The default style is horizontal unless your specify a wxLI_VERTICAL style. For both […]
OVERVIEW wxToggleButtons are like checkboxes in that they represent two states- true or false. Except here, they generate a command event every time since they […]
OVERVIEW We use wxBitmapButton when we want to show an image on a button. We can also show text along with the image, in which […]
OVERVIEW A wxCheckBox acts as a toggle control – either it is checked or not checked. We can set a 3-state checkbox as well, but […]
OVERVIEW In this section we take a look at controls and widgets which are commonly used. 8a.wxCheckBox 8b.wxBitmapButton 8c.wxToggleButton 8d.wxStaticLine 8e.wxStaticText 8f.wxSlider
OVERVIEW We now create a custom dialog which takes the code from the two previous sections and puts them together to show a dialog where […]
Copyright © 2024 | WordPress Theme by MH Themes