notebook: add a style class when the child tab is reorderable

This commit is contained in:
William Jon McCann 2014-01-24 16:29:31 -05:00
parent 22bcd62e2e
commit 66f8026622

View File

@ -2016,6 +2016,9 @@ notebook_tab_prepare_style_context (GtkNotebook *notebook,
gtk_style_context_add_region (context, GTK_STYLE_REGION_TAB, flags);
if (page->reorderable)
gtk_style_context_add_class (context, "reorderable-page");
switch (tab_pos)
{
case GTK_POS_TOP: