action.h revision edc2f3b640cca99df088effceaa7da6273f4d8d4
/** \file
* Inkscape UI action implementation
*//*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 2003 Lauris Kaplinski
*
* This code is in public domain
*/
#ifndef SEEN_INKSCAPE_SP_ACTION_H
#define SEEN_INKSCAPE_SP_ACTION_H
#include "helper/action-context.h"
#define SP_TYPE_ACTION (sp_action_get_type())
} // namespace View
} // namespace UI
}
/** All the data that is required to be an action. This
structure identifies the action and has the data to
create menus and toolbars for the action */
};
/** The action class is the same as its parent. */
struct SPActionClass {
};
#endif
/*
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 :