
9c. wxWidgets – wxScrolledWindow
OVERVIEW wxWidgets provides a class called wxScrolled<T> which is a template for specialized scrolling classes. It has two implementations of this class: wxScrolledCanvas wxScrolledWindow In […]
OVERVIEW wxWidgets provides a class called wxScrolled<T> which is a template for specialized scrolling classes. It has two implementations of this class: wxScrolledCanvas wxScrolledWindow In […]
OVERVIEW A wxNotebook is basically a tab control which lets you group controls together in tab sections. In the sample code below, we create a […]
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 […]
Copyright © 2025 | WordPress Theme by MH Themes