예제 #1
0
static VALUE
rb_goo_canvas_style_new(VALUE self)
{
    G_INITIALIZE(self, goo_canvas_style_new());
    return Qnil;
}
예제 #2
0
static VALUE
rg_initialize(VALUE self)
{
    G_INITIALIZE(self, goo_canvas_style_new());
    return Qnil;
}