comparison console/libgnt/gntutils.h @ 13864:c7d84d4c5afa

[gaim-migrate @ 16328] Change the internals of GntTree. The change was required to accommodate expand/collapsing of the groups. I have added tooltips for Groups as well, which shows the online/total count. Do we like it? I have also added emblems at the beginning of the names of the buddies to indicate their status. Currently I am using ASCII-emblems ('o' for available, '.' for away, 'x' for offline (but I am not showing any offline buddies yet)), but I plan on using some cool unicode-emblems Sean suggested to me. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 24 Jun 2006 10:10:53 +0000
parents 0e1e59770cb0
children 3dbcbc5e57e1
comparison
equal deleted inserted replaced
13863:cf3eb9f311b2 13864:c7d84d4c5afa
19 guint n_param_values, 19 guint n_param_values,
20 const GValue *param_values, 20 const GValue *param_values,
21 gpointer invocation_hint, 21 gpointer invocation_hint,
22 gpointer marshal_data); 22 gpointer marshal_data);
23 23
24 void gnt_closure_marshal_VOID__POINTER_POINTER(GClosure *closure,
25 GValue *ret_value,
26 guint n_param_values,
27 const GValue *param_values,
28 gpointer invocation_hint,
29 gpointer marshal_data);
30