aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-overview-store.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-09-04 03:51:24 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-04 03:54:46 +0800
commitaea0c271af64fef12c887c04cc2f760aca8391f8 (patch)
tree264d2117207a5800e389712c0748948fb391b877 /lib/widgets/ephy-overview-store.h
parent04b01c5b1c969978a825087be1e0d3c91598a890 (diff)
downloadgsoc2013-epiphany-aea0c271af64fef12c887c04cc2f760aca8391f8.tar
gsoc2013-epiphany-aea0c271af64fef12c887c04cc2f760aca8391f8.tar.gz
gsoc2013-epiphany-aea0c271af64fef12c887c04cc2f760aca8391f8.tar.bz2
gsoc2013-epiphany-aea0c271af64fef12c887c04cc2f760aca8391f8.tar.lz
gsoc2013-epiphany-aea0c271af64fef12c887c04cc2f760aca8391f8.tar.xz
gsoc2013-epiphany-aea0c271af64fef12c887c04cc2f760aca8391f8.tar.zst
gsoc2013-epiphany-aea0c271af64fef12c887c04cc2f760aca8391f8.zip
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.
Diffstat (limited to 'lib/widgets/ephy-overview-store.h')
-rw-r--r--lib/widgets/ephy-overview-store.h1
1 files changed, 1 insertions, 0 deletions
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
};