static VALUE
rb_goo_canvas_style_new(VALUE self)
{
    G_INITIALIZE(self, goo_canvas_style_new());
    return Qnil;
}
static VALUE
rg_initialize(VALUE self)
{
    G_INITIALIZE(self, goo_canvas_style_new());
    return Qnil;
}