From: Detlef R. <det...@gm...> - 2014-06-02 18:10:51
|
Hi, I want to create a widget as a subclass of Gtk::Container. For this, in C I have to overwrite some virtual functions: container_class->add, container_class->remove, container_class->forall, widget_class->get_preferred_width, widget_class->get_preferred_height and maybe others. How can I do this from ruby? Thanks, detlef |