Mercurial > pidgin
view console/libgnt/gntutils.h @ 14409:a6034bc8c84e
[gaim-migrate @ 17117]
I really like this.
Some changes to the Buddy List:
- Everything is one column now. So things like the group name ellipsizing for
buddy icons that aren't there won't happen anymore.
- Expander Icon set to an invisible column: the correct way to get rid of the
unsightly large blist expander margins
- Group nodes have a background color to more easily tell them apart, now that
the margins are gone. This could be extended to buddies. I'm thinking of
making a notify mode that colors buddies in the list when you have a message
from them. I'm doing this on expanded contacts, but I don't think I like it.
- Expanders are now temporarily pixbufs; this will change to something better later
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 01 Sep 2006 20:13:47 +0000 |
parents | 70f52ff1caec |
children | c4a32405af68 |
line wrap: on
line source
#include <glib.h> #include "gnt.h" #include "gntwidget.h" void gnt_util_get_text_bound(const char *text, int *width, int *height); /* excluding *end */ int gnt_util_onscreen_width(const char *start, const char *end); char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w);