~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/item-properties.h

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#define SEEN_DIALOGS_ITEM_PROPERTIES_H
13
13
 
14
14
#include <glib.h>
15
 
#include <gtk/gtkwidget.h>
 
15
#include <gtk/gtk.h>
16
16
#include "../forward.h"
17
17
 
18
18
GtkWidget *sp_item_widget_new (void);
30
30
  fill-column:99
31
31
  End:
32
32
*/
33
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
33
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :