Re: GTKmm beginner





On Fri, Feb 20, 2009 at 9:16 AM, kovariadam <kovariadam gmail com> 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.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]