Gtk value types
- From: Larik Ishkulov <gentro etersoft ru>
- To: gtkmm-list gnome org
- Subject: Gtk value types
- Date: Tue, 11 Nov 2008 11:22:06 +0300
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]