rect-context.h revision edfb6f4ecc50bd6d9d7acfe7fc36b915eb921c85
#ifndef __SP_RECT_CONTEXT_H__
#define __SP_RECT_CONTEXT_H__
/*
* Rectangle drawing context
*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 2000 Lauris Kaplinski
* Copyright (C) 2000-2001 Ximian, Inc.
* Copyright (C) 2002 Lauris Kaplinski
*
* Released under GNU GPL
*/
#include "event-context.h"
#include "libnr/nr-point.h"
#define SP_TYPE_RECT_CONTEXT (sp_rect_context_get_type ())
#define SP_RECT_CONTEXT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), SP_TYPE_RECT_CONTEXT, SPRectContextClass))
};
struct SPRectContextClass {
};
/* Standard Gtk function */
GtkType sp_rect_context_get_type (void);
#endif