diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-10-18 06:37:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-10-18 06:37:25 +0800 |
commit | 8ed5d67ddd7df90260226fd815d998ecba0bb922 (patch) | |
tree | 5f2ad284ae77c5eccc747fd322c692e82d7d1037 | |
parent | 5ba3dbaf7e99a051d004362d86c12e6818674661 (diff) | |
download | gsoc2013-epiphany-8ed5d67ddd7df90260226fd815d998ecba0bb922.tar.gz 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.
-rw-r--r-- | lib/widgets/Makefile.am | 2 |
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 \ |