Mercurial > pidgin
view doc/ui-ops.dox @ 25939:1442c0a54831
Increment display_lines here so that, for fonts where pixels_inside_wrap()
set a value greater than 0, it won't cause a few extra pixels to be
added to the height when the user starts typing
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 28 Jan 2009 10:06:56 +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