Mercurial > pidgin.yaz
view doc/gtkconv-signals.dox @ 9766:14d997822897
[gaim-migrate @ 10634]
A patch from Stu Tomlinson that lets plugins use Gaim's
gaim_gtkconv_button_new() function to create buttons without tooltips
and/or callbacks.
I like how Stu uses
if (tooltip != NULL)
instead of
if (!tooltip)
I started doing that after I saw Chip do it/I did a lot of Java
programming. I like it because I feel like it's more clear and
makes the code more readable.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 16 Aug 2004 04:22:21 +0000 |
parents | 6bf49a1ec075 |
children | 1ec93dd2f359 |
line wrap: on
line source
/** @page gtkconv-signals GtkConv Signals @signals @signal conversation-drag-ended @endsignals <hr> @signaldef conversation-drag-ended @signalproto void (*conversation-drag-ended)(GaimConvWindow *source, GaimConvWindow *destination); @endsignalproto @signaldesc Emitted when a conversation drag and drop has finished. @param source The conversation that has been moved. @param destination Where the conversation is now. @endsignaldef */