GNOME Bugzilla – Bug 62103
The height_lines and width_columns properties aren't implemented
Last modified: 2011-02-04 16:09:25 UTC
we have a big g_warning("FIXME") in there.
These properties were silly - they would set the size request, which isn't useful. Typically what you want is to set the text view as a geometry widget, then set the default size of the window in increments of textview->style->font_desc size. In 2.2 we could maybe add some convenience API for this. So, I'm removing the unimplemented properties.