Hi,

how can I add property to my widget with value of type 'GdkColor'?

class MyWidet : public Gtk::EventBox
{
        Gllib::Property<GdkColor> my_color;
        MyWidget() : my_color(*this, "my-color") {}
        ~MyWidget();
};

This works, but i get property of type 'glibmm__CustomBoxed_9_GdkColor'
Is there any solution?

Thanks!

Larik Ishkulov.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to