nr-arena-group.h revision 208e5a33acc4a8ad9d8c0488f047c260346f1258
#ifndef __NR_ARENA_GROUP_H__
#define __NR_ARENA_GROUP_H__
/*
* RGBA display list system for inkscape
*
* Author:
* Lauris Kaplinski <lauris@ximian.com>
*
* Copyright (C) 2001 Lauris Kaplinski and Ximian, Inc.
*
* Released under GNU GPL
*
*/
#define NR_TYPE_ARENA_GROUP (nr_arena_group_get_type ())
#include "nr-arena-item.h"
#include "style.h"
NRType nr_arena_group_get_type (void);
unsigned int transparent : 1;
return obj;
}
};
struct NRArenaGroupClass {
};
#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:encoding=utf-8:textwidth=99 :