Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 22507:2f7b42cc612c
Change up the Add Budy dialog a little bit, this hopefully makes it a bit
cleaner and a bit more obvious what some of the fields do. At very least it
shouldn't be any worse. Further helpful changes and/or suggestions for
replacing the "Add a buddy." helper text welcome.
Also, only show the Online Buddies and Total Buddies items in the group
tooltip when there are more than 0 online or total buddies.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 29 Feb 2008 04:12:32 +0000 |
parents | 500c785c109d |
children | e3bf822c19c8 |
line wrap: on
line source
/** @page ui-ops UiOps structures When implementing a UI for libpurple, you need to fill in various UiOps structures: - #PurpleAccountUiOps - #PurpleBlistUiOps - #PurpleConnectionUiOps - #PurpleConversationUiOps - #PurpleCoreUiOps - #PurpleDebugUiOps - #PurpleDnsQueryUiOps - #PurpleEventLoopUiOps - #PurpleIdleUiOps - #PurpleNotifyUiOps - #PurplePrivacyUiOps - #PurpleRequestUiOps - #PurpleRoomlistUiOps - #PurpleSoundUiOps - #PurpleWhiteboardUiOps - #PurpleXferUiOps */ // vim: ft=c.doxygen