RE: Deriving from Gtk::ListStore



<snip>

Yes, your constructor is never called. Look at the ListStore::create()
implementation to see why - it knows nothing about your derived class.
create() is not part of the C++ language, and we have not extended the C
++ language.

</snip>

Just out of interest, if anybody has a moment to give a quick explanation,
why is that? I'll accept a M to RTF(M) if that's all that's going  :)

Regards

Gaz



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