On Fri, Feb 20, 2009 at 9:16 AM, kovariadam <[email protected]> wrote:
> > Hello, > I want to make a custom widget containing several standard widgets to use > it > as a tab for notebook. > I figured out i need to subclass Gtk::Container or Gtk::Bin and put my > controls inside. Gtk::Container and Gtk::Bin are abstract classes that you probably do not want to derive from. If you insist on doing so, you will have to implement all the pure virtual methods that they declare, just as (for example) HBox, VBox or Table do.
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
