gtk_scrolled_window_set_shadow_type



Hi,

gtk_scrolled_window_set_shadow_type() works correctly, however,
probably not in the way the user expects: The function sets the shadow
type of the (outer) window, and leaves the (inner) shadow type of the
viewport as is.

So, if not created manually, the user never gets the viewport in her
hands and therefore can't change the viewports shadow type.

Solution: Change the viewport's shadow type to GTK_SHADOW_NONE by
default.

If I haven't missed anything here I'd file a bug.

Felix



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]