GtkShadowType
Used to change the appearance of an outline typically provided by a GtkFrame or a GtkScrolledWindow. GtkArrows also use the shadow type.

Value | Symbolic name | Description |
| Â Â 0 | Gtk::SHADOW_NONE | No outline. |
| Â Â 1 | Gtk::SHADOW_IN | The outline is bevelled inwards. |
| Â Â 2 | Gtk::SHADOW_OUT | The outline is bevelled outwards like a button. |
| Â Â 3 | Gtk::SHADOW_ETCHED_IN | The outline itself is an inward bevel, but the frame does. |
| Â Â 4 | Gtk::SHADOW_ETCHED_OUT |