comparison console/libgnt/gnttree.h @ 13854:a4c30c1d9de8

[gaim-migrate @ 16313] Unnecessary variables are bad, mmkay. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 23 Jun 2006 00:57:30 +0000
parents 0e1e59770cb0
children c1e3f7c75c3f
comparison
equal deleted inserted replaced
13853:bbf0470cb348 13854:a4c30c1d9de8
24 typedef struct _GnTreeRow GntTreeRow; 24 typedef struct _GnTreeRow GntTreeRow;
25 25
26 struct _GnTree 26 struct _GnTree
27 { 27 {
28 GntWidget parent; 28 GntWidget parent;
29
30 WINDOW *scroll;
31 29
32 int current; /* current selection */ 30 int current; /* current selection */
33 31
34 int top; /* The index in 'list' of the topmost visible item */ 32 int top; /* The index in 'list' of the topmost visible item */
35 int bottom; /* The index in 'list' of the bottommost visible item */ 33 int bottom; /* The index in 'list' of the bottommost visible item */