From 8ed5d67ddd7df90260226fd815d998ecba0bb922 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 17 Oct 2006 22:37:25 +0000 Subject: A lib/widgets/ephy-spinner-tool-item.c: A 2006-10-17 Christian Persch * 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. --- lib/widgets/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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 \ -- cgit