summaryrefslogtreecommitdiffstats
path: root/src/widgets/shrink-wrap-button.h
blob: ca9153aea6c140f6b2ab5ab84595d795fdbd1721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 * Inkscape::Widgets::shrink_wrap_button - shrink a button to minimum size
 *
 * Authors:
 *   MenTaLguY <mental@rydia.net>
 *
 * Copyright (C) 2004 MenTaLguY
 *
 * Released under GNU GPL, read the file 'COPYING' for more information
 */

#ifndef SEEN_INKSCAPE_WIDGETS_SHRINK_WRAP_BUTTON_H
#define SEEN_INKSCAPE_WIDGETS_SHRINK_WRAP_BUTTON_H

namespace Gtk { class Button; }

namespace Inkscape {
namespace Widgets {

void shrink_wrap_button(Gtk::Button &button);

}
}

#endif
/*
  Local Variables:
  mode:c++
  c-file-style:"stroustrup"
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
  indent-tabs-mode:nil
  fill-column:99
  End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :