comparison console/libgnt/gntlabel.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 9d66969a2e32
children 25be562aaca8
comparison
equal deleted inserted replaced
13929:59af3aecf580 13930:3dbcbc5e57e1
68 } 68 }
69 69
70 static void 70 static void
71 gnt_label_init(GTypeInstance *instance, gpointer class) 71 gnt_label_init(GTypeInstance *instance, gpointer class)
72 { 72 {
73 GNT_WIDGET_SET_FLAGS(GNT_WIDGET(instance), GNT_WIDGET_GROW_X | GNT_WIDGET_GROW_Y);
73 DEBUG; 74 DEBUG;
74 } 75 }
75 76
76 /****************************************************************************** 77 /******************************************************************************
77 * GntLabel API 78 * GntLabel API