comparison console/libgnt/gnttree.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
383 } 383 }
384 384
385 static void 385 static void
386 gnt_tree_init(GTypeInstance *instance, gpointer class) 386 gnt_tree_init(GTypeInstance *instance, gpointer class)
387 { 387 {
388 GNT_WIDGET_SET_FLAGS(GNT_WIDGET(instance), GNT_WIDGET_GROW_X | GNT_WIDGET_GROW_Y);
388 DEBUG; 389 DEBUG;
389 } 390 }
390 391
391 /****************************************************************************** 392 /******************************************************************************
392 * GntTree API 393 * GntTree API