aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-10-18 06:37:25 +0800
committerChristian Persch <chpe@src.gnome.org>2006-10-18 06:37:25 +0800
commit8ed5d67ddd7df90260226fd815d998ecba0bb922 (patch)
tree5f2ad284ae77c5eccc747fd322c692e82d7d1037 /lib
parent5ba3dbaf7e99a051d004362d86c12e6818674661 (diff)
downloadgsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.tar
gsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.tar.gz
gsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.tar.bz2
gsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.tar.lz
gsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.tar.xz
gsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.tar.zst
gsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.zip
A lib/widgets/ephy-spinner-tool-item.c: A
2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/Makefile.am: A lib/widgets/ephy-spinner-tool-item.c: A lib/widgets/ephy-spinner-tool-item.h: * lib/widgets/testspinner.c: (change_toolbar_style_cb), (change_toolbar_icon_size_cb), (spin_toolbar_spinner_cb), (main): * src/ephy-toolbar.c: (ephy_toolbar_update_spinner), (ephy_toolbar_constructor): Add EphySpinnerToolItem which encapsulates a spinner and automatically adapts its size to toolbar style changes, and use it in EphyToolbar.
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index ef4ee116a..3f6cb1553 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -11,6 +11,8 @@ libephywidgets_la_SOURCES = \
ephy-search-entry.h \
ephy-spinner.c \
ephy-spinner.h \
+ ephy-spinner-tool-item.c \
+ ephy-spinner-tool-item.h \
ephy-tree-model-node.c \
ephy-tree-model-node.h \
ephy-tree-model-sort.c \