We can control the appearance of our Spinbox widgets by using an attribute that makes them appear in different formats, such as sunken or raised. This attribute is the relief attribute.
Applying relief – the sunken and raised appearance of widgets
Getting ready
We will add one more Spinbox control to demonstrate the available appearances of widgets, using the relief attribute of the Spinbox control.
How to do it...
While we are creating the second Spinbox, let's also increase borderwidth to distinguish our second Spinbox from the first Spinbox:
- Open GUI_spinbox_small_bd_scrol_values...