Mercurial > pidgin
view doc/ui-ops.dox @ 23705:7c58107415bc
Make docklet menu appear on button press instead of release to match
most other Linux things (where most is entirely based on what I had
open at the time I checked :P).
Fixes #5748.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 12 Aug 2008 04:53:07 +0000 |
parents | e3bf822c19c8 |
children |
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 (without this, nothing will work and you will cry) - #PurpleIdleUiOps - #PurpleNotifyUiOps - #PurplePrivacyUiOps - #PurpleRequestUiOps - #PurpleRoomlistUiOps - #PurpleSoundUiOps - #PurpleWhiteboardUiOps - #PurpleXferUiOps */ // vim: ft=c.doxygen