sodipodi-ctrl.h revision 208e5a33acc4a8ad9d8c0488f047c260346f1258
#ifndef INKSCAPE_CTRL_H
#define INKSCAPE_CTRL_H
/* sodipodi-ctrl
*
* It is simply small square, which does not scale nor rotate
*
*/
#include <gtk/gtkenums.h>
#include "sp-canvas.h"
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <libnr/nr-rect-l.h>
#define SP_TYPE_CTRL (sp_ctrl_get_type ())
typedef enum {
typedef enum {
guint defined : 1;
bool _moved;
};
};
/* Standard Gtk function */
GtkType 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:encoding=utf-8:textwidth=99 :