On Sunday 23 October 2005 19:09, Maxim Udushlivy wrote: > Hmm... Those non-const "counterparts" are needed only for getter > functions which return somehow "tied" objects which should be as const > as widget itself (for example Label::get_layout). Right?
Non-const functions/methods are required for non-const objects. Chris _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
