view doc/gtkconv-signals.dox @ 10797:5335eb2b8b95

[gaim-migrate @ 12440] lets change how scrolling to end works. for the most part, you shouldn't notice any changes. However, there were some cases, especially with the history plugin, where we should have scrolled to the bottom but didn't. We should now. Let me know if we don't. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 08 Apr 2005 20:47:19 +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
*/