~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/stroke-style.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 __SP_STROKE_STYLE_H__
2
 
#define __SP_STROKE_STYLE_H__
3
 
 
4
 
/**
5
 
 * \brief  Stroke style dialog
6
 
 *
7
 
 * Author:
 
1
/** @file
 
2
 * @brief  Stroke style dialog
 
3
 */
 
4
/* Author:
8
5
 *   Lauris Kaplinski <lauris@ximian.com>
9
6
 *
10
7
 * Copyright (C) 2001 Ximian, Inc.
11
 
 *
 
8
 * Released under GNU GPL, read the file 'COPYING' for more information
12
9
 */
13
10
 
 
11
#ifndef SEEN_DIALOGS_STROKE_STYLE_H
 
12
#define SEEN_DIALOGS_STROKE_STYLE_H
 
13
 
14
14
#include <glib.h>
15
15
 
16
16
#include <gtk/gtkwidget.h>