GtkSpinButton 的外观设定

gtk_spin_button_set_shadow_type在GTK 2.0好像不提供了,查了GTK+ Reference Manual

只知道这样的叙述:

Style Property Details

The "shadow-type" style property

  "shadow-type"              GtkShadowType         : Read

the type of border that surrounds the arrows of a spin button.

Default value: GTK_SHADOW_IN

看来还是可以设定,只是无法清楚怎么使用,所以只好接受预设的GTK_SHADOW_IN了。