2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith#ifndef SEEN_ZOOM_TOOLBAR_H
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith#define SEEN_ZOOM_TOOLBAR_H
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith/**
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * @file
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Zoom aux toolbar
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith */
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith/* Authors:
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * MenTaLguY <mental@rydia.net>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Lauris Kaplinski <lauris@kaplinski.com>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * bulia byak <buliabyak@users.sf.net>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Frank Felfe <innerspace@iname.com>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * John Cliff <simarilius@yahoo.com>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * David Turner <novalis@gnu.org>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Josh Andler <scislac@scislac.com>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Jon A. Cruz <jon@joncruz.org>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Maximilian Albert <maximilian.albert@gmail.com>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Tavmjong Bah <tavmjong@free.fr>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Abhishek Sharma
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Kris De Gussem <Kris.DeGussem@gmail.com>
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith *
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Copyright (C) 2004 David Turner
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Copyright (C) 2003 MenTaLguY
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Copyright (C) 1999-2011 authors
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Copyright (C) 2001-2002 Ximian, Inc.
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith *
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith * Released under GNU GPL, read the file 'COPYING' for more information
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith */
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith
715757c20baad0e8e8b54e8ad6742565f923b74cAlex Valavanisclass SPDesktop;
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith
a4142717644b885998f4de2b27be4e8648315decMarkus Engeltypedef struct _GtkActionGroup GtkActionGroup;
a4142717644b885998f4de2b27be4e8648315decMarkus Engeltypedef struct _GObject GObject;
a4142717644b885998f4de2b27be4e8648315decMarkus Engel
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smithvoid sp_zoom_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith
2f5f997e354e7f4a02b6818bdc68fbece5cb237dJohn Smith#endif /* !SEEN_ZOOM_TOOLBAR_H */