From: dAHen Date: 2001-10-28T00:58:15+09:00 Subject: [ruby-talk:23631] How to draw using Ruby/GTK? I have created small applications width Ruby/GTK. But I have only used the widgets. Now I want to be able to draw (like on a Java Canvas). I can't find a class similar to Canvas. I want to be able to create components and tell them to paint themselves. In Java I just pass them a Graphics-object. How do I do it in Ruby/GTK? Regards, Henrik