select-context.h revision 70207641401debe608223aa2febe3c50f412bcbd
#ifndef __SP_SELECT_CONTEXT_H__
#define __SP_SELECT_CONTEXT_H__
/*
* Select tool
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "event-context.h"
#define SP_TYPE_SELECT_CONTEXT (sp_select_context_get_type ())
#define SP_SELECT_CONTEXT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), SP_TYPE_SELECT_CONTEXT, SPSelectContextClass))
struct SPCanvasItem;
}
bool button_press_shift;
bool button_press_ctrl;
bool button_press_alt;
};
struct SPSelectContextClass {
};
/* Standard Gtk function */
GtkType sp_select_context_get_type (void);
#endif