Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / widgets / shrink-wrap-button.h
1 /*
2  * Inkscape::Widgets::shrink_wrap_button - shrink a button to minimum size
3  *
4  * Authors:
5  *   MenTaLguY <mental@rydia.net>
6  *
7  * Copyright (C) 2004 MenTaLguY
8  *
9  * Released under GNU GPL, read the file 'COPYING' for more information
10  */
12 #ifndef SEEN_INKSCAPE_WIDGETS_SHRINK_WRAP_BUTTON_H
13 #define SEEN_INKSCAPE_WIDGETS_SHRINK_WRAP_BUTTON_H
15 namespace Gtk { class Button; }
17 namespace Inkscape {
18 namespace Widgets {
20 void shrink_wrap_button(Gtk::Button &button);
22 }
23 }
25 #endif
26 /*
27   Local Variables:
28   mode:c++
29   c-file-style:"stroustrup"
30   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31   indent-tabs-mode:nil
32   fill-column:99
33   End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :