comparison console/libgnt/gnttextview.c @ 13930:3dbcbc5e57e1

[gaim-migrate @ 16457] Enable resizing (Alt+r, then the arrow keys, then enter/escape to end). It 'works', but needs fine-tuning. But I am going to put it off for a later date. Some other minor decoration tweaks. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 02:11:11 +0000
parents 9309d27d780c
children 917a71dd02eb
comparison
equal deleted inserted replaced
13929:59af3aecf580 13930:3dbcbc5e57e1
111 } 111 }
112 112
113 static void 113 static void
114 gnt_text_view_init(GTypeInstance *instance, gpointer class) 114 gnt_text_view_init(GTypeInstance *instance, gpointer class)
115 { 115 {
116 /* XXX: For now, resizing the width is not permitted. This is because
117 * of the way I am handling wrapped lines. */
118 GNT_WIDGET_SET_FLAGS(GNT_WIDGET(instance), GNT_WIDGET_GROW_Y);
116 DEBUG; 119 DEBUG;
117 } 120 }
118 121
119 /****************************************************************************** 122 /******************************************************************************
120 * GntTextView API 123 * GntTextView API