~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/eek-preview.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef SEEN_EEK_PREVIEW_H
2
 
#define SEEN_EEK_PREVIEW_H
3
 
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
4
 
 *
 
1
/** @file
 
2
 * @brief EEK preview stuff
5
3
 */
6
4
/* ***** BEGIN LICENSE BLOCK *****
7
5
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
39
37
 *
40
38
 * ***** END LICENSE BLOCK ***** */
41
39
 
 
40
#ifndef SEEN_EEK_PREVIEW_H
 
41
#define SEEN_EEK_PREVIEW_H
 
42
 
42
43
#include <gtk/gtkdrawingarea.h>
43
44
 
44
45
G_BEGIN_DECLS
131
132
 
132
133
G_END_DECLS
133
134
 
134
 
 
135
135
#endif /* SEEN_EEK_PREVIEW_H */
 
136
 
 
137
/*
 
138
  Local Variables:
 
139
  mode:c++
 
140
  c-file-style:"stroustrup"
 
141
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
142
  indent-tabs-mode:nil
 
143
  fill-column:99
 
144
  End:
 
145
*/
 
146
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :