don't draw handle box grippies for GtkPaned

This commit is contained in:
cinamod 2004-08-13 17:07:17 +00:00
parent 95239fca67
commit 45c766084d

View File

@ -1814,11 +1814,12 @@ draw_handle (GtkStyle *style,
{
return;
}
/* grippers are just flat boxes when they're not a toolbar */
parent_class->draw_box (style, window, state_type, shadow_type,
area, widget, detail, x, y, width, height);
}
else
else if (!GTK_IS_PANED (widget))
{
/* TODO: Draw handle boxes as double lines: || */
parent_class->draw_handle (style, window, state_type, shadow_type,