Am Mittwoch, den 08.02.2006, 16:50 +0300 schrieb Volosatov Alexander: > Gtk::CellRenderer has no member ::property_sensitive() as > written in Documentation. > Or this is a bug? > > How to set row not sensitive using Gtk::CellRenderer as > written in Gtk-demo?
CellRenderer::property_sensitive() was added in gtkmm 2.8. If you are not using gtkmm 2.8 then you can use gobj() and the C API. Stop starting new email threads to reply to the mailing list emails. Just use your mailer's Reply To All feature. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
