Deriving from Gtk::CellEditable
- From: "Andrew E. Makeev" <andrew solvo ru>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Deriving from Gtk::CellEditable
- Date: Wed, 27 Apr 2011 12:42:35 +0400
Hi
I am trying to implement custom class derived from Gtk::CellEditable
interface. When my object is creating I am getting GLIB critical:
GLib-GObject-CRITICAL **: Object class
gtkmm__CustomObject_N3Mgr8DateTimeE doesn't implement property
'editing-canceled' from interface 'GtkCellEditable'
When I'm looked at the GTK/GTKMM sources I found that in GtkEntry for
instance there is such call:
g_object_class_override_property (gobject_class,
PROP_EDITING_CANCELED,
"editing-canceled");
and I found no alternative for it in GTKMM.
How can I override property in my class derived from Gtk::CellEditable
interface?
thanks in advance,
--
Andrew E. Makeev <andrew solvo ru>
Solvo Logistic
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]