icon-size.h revision 26c69a6606992e9945766e6efca44ddaee5e3321
#ifndef SEEN_ICON_SIZE_H
#define SEEN_ICON_SIZE_H
/*
* Generic icon widget
*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 2002 Lauris Kaplinski
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <glib.h>
#include <gtk/gtkenums.h>
enum IconSize {
};
} // namespace Inkscape
#endif // SEEN_ICON_SIZE_H