Mercurial > pidgin
view doc/savedstatus-signals.dox @ 17535:7a96dcb82ff7
Make multiline pidgin_request_input() windows resizable, and make
the text field expand as the window expands. This includes the
"Set Info" dialog for AIM.
I didn't notice any problems, but let me know if you see an input
dialog that looks bad.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 07 Jun 2007 08:02:47 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals <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 tw=75 et