From aea0c271af64fef12c887c04cc2f760aca8391f8 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 3 Sep 2012 22:51:24 +0300 Subject: ephy-overview-store: hide the close button while animating a removed item To do this, add the render policy as a column to the model and use it as a cellrenderer attribute. The default value is already PRELIT. When removing the cell, flip it to NEVER. --- lib/widgets/ephy-overview-store.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/widgets/ephy-overview-store.h') diff --git a/lib/widgets/ephy-overview-store.h b/lib/widgets/ephy-overview-store.h index f6201bf99..5732cabc1 100644 --- a/lib/widgets/ephy-overview-store.h +++ b/lib/widgets/ephy-overview-store.h @@ -64,6 +64,7 @@ enum { EPHY_OVERVIEW_STORE_SELECTED = GD_MAIN_COLUMN_SELECTED, EPHY_OVERVIEW_STORE_SNAPSHOT_CANCELLABLE, EPHY_OVERVIEW_STORE_SNAPSHOT_MTIME, + EPHY_OVERVIEW_STORE_CLOSE_BUTTON_RENDER_POLICY, EPHY_OVERVIEW_STORE_NCOLS }; -- cgit v1.2.3