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