Mercurial > pidgin
view doc/savedstatus-signals.dox @ 25937:17168b8379f2
Fix a bug that's bothered me for a while. When pressing shift+enter in
the status box to insert a newline, grow the box an extra line.
Previously it didn't increase the height until you started typing, so
you'd see the text scroll when you hit enter, then you'd see stuff jump
around when you typed text.
So the auto-expanding is a little less sucky now.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 28 Jan 2009 09:57:19 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals @see savedstatus.h <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et