8d.wxWidgets – wxStaticLine
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 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 […]
OVERVIEW In the sample code below, we display a line of text and then use the wxFontDialog to change the font . We have added […]
OVERVIEW In the sample code below, we use the wxFileDialog to select a text file , whose contents are then shown in a textbox. SAMPLE […]
OVERVIEW In the sample code below, we will invoke 4 different kinds of system dialogs when a button is clicked. SAMPLE CODE dialog-messages.h dialog-messages.cpp main.h […]
OVERVIEW Dialogs are windows that require some interaction from the user. Generally dialogs are modal i.e until the user interacts with the dialog, the dialog […]
Copyright © 2024 | WordPress Theme by MH Themes