Mercurial > pidgin.yaz
view doc/gtkblist-signals.dox @ 10380:bed8d9a7bb88
[gaim-migrate @ 11605]
Evan Schoenberg writes:
This small patch makes _font_tags_fix_size() both include a
size="#" tag (as before) and an absz="#" tag (new).
Yahoo sends the absolute size as a size="" tag. We currently
convert it to an HTML size so a standard HTML widget can
understand it. However, HTML size is not as exact as point size; if
the widget supports absz tags, it can get a more accurate size
determination from that. If it doesn't, no harm in including it.
I wonder if we should make gtkimhtml support this..
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Wed, 15 Dec 2004 16:27:07 +0000 |
parents | 93211b7538d6 |
children | 5cb55bcad11b |
line wrap: on
line source
/** @page gtkblist-signals GtkBlist Signals @signals @signal gtkblist-created @signal drawing-tooltip @endsignals <hr> @signaldef gtkblist-created @signalproto void (*gtkblist-created)(GaimBuddyList *blist); @endsignalproto @signaldesc Emitted when the buddy list is created. @param blist The buddy list. @endsignaldef @signaldef drawing-tooltip @signalproto void (*drawing-tooltip)(GaimBlistNode *node, char **text); @endsignalproto @signaldesc Emitted just before a tooltip is displayed. @a text is a pointer to a string, so the plugin can replace the text that will be displayed. @note Make sure to free @a *text before you replace it! @param node The blist node for the tooltip. @param text A pointer to the text that will be displayed. @endsignaldef */