RCについて、comment募集。 現在、 mRC = rb_define_module_under(mGtk, "RC"); gRcStyle = rb_define_class_under(mGtk, "RcStyle", rb_cData); と、なってますが、 style = Gtk::RC::Style.new みたく、RcStyleは RC moduleの下の classじゃ変でしょうか? -- yashi