comparison console/libgnt/gntbox.h @ 13896:a621329e8c85

[gaim-migrate @ 16381] Changes in GntTextView. Things go somewhat 'smooth' when run inside valgrind. Otherwise, it's kind of flaky. I don't mind a single bit if someone gave me a hint :) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Jul 2006 00:56:05 +0000
parents 0d0ab1e39d0a
children cc60d0861337
comparison
equal deleted inserted replaced
13895:8f910263b4bb 13896:a621329e8c85
20 20
21 gboolean vertical; 21 gboolean vertical;
22 gboolean homogeneous; 22 gboolean homogeneous;
23 GList *list; /* List of widgets */ 23 GList *list; /* List of widgets */
24 24
25 GList *active; 25 GntWidget *active;
26 int pad; /* Number of spaces to use between widgets */ 26 int pad; /* Number of spaces to use between widgets */
27 27
28 char *title; 28 char *title;
29 29
30 void (*gnt_reserved1)(void); 30 void (*gnt_reserved1)(void);