Re: custom TreeModel
- From: danny <danny van elsen skynet be>
- To: gtkmm-list gnome org
- Subject: Re: custom TreeModel
- Date: Thu, 12 Dec 2019 09:37:41 +0100
indeed! that seems to get me on my way! thanks!
if/when I get this working: would you be interested in adding this to the gtkmm demo programs?
regards, D.
Have you declared your custom TreeModel something like
class MyTreeModel : public Glib::Object, public Gtk::TreeModel
That's wrong.Glib::Object must be declared after the base
interface(s):
class MyTreeModel : public Gtk::TreeModel, public Glib::Object
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]