Mercurial > pidgin
annotate doc/gtkaccount-signals.dox @ 12619:dc995f73c101
[gaim-migrate @ 14955]
Remove the gtkimhtmltoolbar from the gtkstatusbox. It's used by few (any?)
protocols other than AIM, and it takes up a lot of room and makes my
buddy list be wider than it needs to be (or the gtkimhtml has a horizontal
scroll bar).
I think I like it best without it. But I'd be ok with having a short
version of this.
I also wouldn't mind having a keyboard shortcut to insert a link. Or maybe
auto-linkifying HTMLable away messages.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 22 Dec 2005 04:21:30 +0000 |
parents | 5bc3d67ceb24 |
children | 8cf53d7a0887 |
rev | line source |
---|---|
9609 | 1 /** @page gtkaccount-signals GtkAccount Signals |
2 | |
3 @signals | |
4 @signal account-modified | |
5 @endsignals | |
6 | |
7 <hr> | |
8 | |
9 @signaldef account-modified | |
10 @signalproto | |
11 void (*account-modified)(GaimAccount *account); | |
12 @endsignalproto | |
13 @signaldesc | |
14 Emitted when the settings for an account have been changed and saved. | |
15 @param account The account that has been modified. | |
16 @endsignaldef | |
17 */ | |
12291
5bc3d67ceb24
[gaim-migrate @ 14595]
Etan Reisner <pidgin@unreliablesource.net>
parents:
9609
diff
changeset
|
18 // vim: syntax=c tw=75 et |