After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 62103 - The height_lines and width_columns properties aren't implemented
The height_lines and width_columns properties aren't implemented
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-10-10 20:17 UTC by Havoc Pennington
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2001-10-10 20:17:30 UTC
we have a big g_warning("FIXME") in there.
Comment 1 Havoc Pennington 2001-10-22 19:25:51 UTC
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.