~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/clonetiler.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
/** @file
 
2
 * @brief Clone tiling dialog
 
3
 */
 
4
/* Authors:
 
5
 *   bulia byak <buliabyak@users.sf.net>
 
6
 *
 
7
 * Copyright (C) 2004 Authors
 
8
 * Released under the GNU GPL, read the file 'COPYING' for more information
 
9
 */
1
10
#ifndef __SP_CLONE_TILER_H__
2
11
#define __SP_CLONE_TILER_H__
3
12
 
4
 
/**
5
 
 * \brief Clone tiling dialog
6
 
 *
7
 
 * Authors:
8
 
 *   bulia byak
9
 
 *
10
 
 * Copyright (C) 2004 Authors
11
 
 *
12
 
 */
13
 
 
14
13
#include <glib.h>
15
14
 
16
15
#include <gtk/gtkwidget.h>