10b. wxWidgets – wxFileDrop
OVERVIEW In this section we look at an example of dragging and dropping files. Unlike dragging and dropping a text object where we need a […]
OVERVIEW In this section we look at an example of dragging and dropping files. Unlike dragging and dropping a text object where we need a […]
OVERVIEW wxWidgets provides functionality to do drag and drop between its various UI widgets. One widget is designated as the source and another widget is […]
OVERVIEW In the sample code below, we setup two wxListCtrl widgets. One of them is filled with string items. The other is empty. We can […]
OVERVIEW wxGrid sets up a grid with rows and columns, much like a spreadsheet and then add text to each of the cells. That is […]
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 […]
Copyright © 2024 | WordPress Theme by MH Themes