Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 28434:9affcab62522
pounce dialog: Try to always have a row selected. Fixes #10037.
When dismissing a row, this is used to determine what to select:
if (one selected)
select next if possible, otherwise select previous
else
select first element
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 24 Aug 2009 06:04:16 +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