sodipodi-ctrl.h revision 81e0abc72cc1b9e11740d2283c38660710b220e1
#ifndef INKSCAPE_CTRL_H
#define INKSCAPE_CTRL_H
/* sodipodi-ctrl
*
* It is simply small square, which does not scale nor rotate
*
*/
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "sp-canvas-item.h"
#include "enums.h"
#define SP_TYPE_CTRL (sp_ctrl_get_type ())
typedef enum {
typedef enum {
guint defined : 1;
};
};
/* Standard Gtk function */
GType sp_ctrl_get_type (void);
#endif /* !INKSCAPE_CTRL_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :