Re: Gtk value types
- From: "Philip Kovacs" <phil kovacs gmail com>
- To: gtkmm-list gnome org
- Subject: Re: Gtk value types
- Date: Thu, 13 Nov 2008 18:08:17 -0500
Yes, that was typo error on my part, sorry.
> private:
> Glib::PropertyProxy<GdkColor> my_color;
should obviously be:
private:
Glib::Property<Gdk::Color> my_color;The above installs that property into any Glib::Object -derived type.
Cheers,
Phil
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]