OSDN Git Service

Added Notification.OnNotificationDisplayed,
authorLatif Khalifa <latifer@streamgrid.net>
Sat, 29 Aug 2009 13:52:32 +0000 (13:52 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sat, 29 Aug 2009 13:52:32 +0000 (13:52 +0000)
commitf551d4602a8c1ac9628345ae9c8a100d8ef541c9
tree73694e419e6949efe220ad1e5c22781f1621c38c
parent5fd16d49c45152d7cb9a369e57281caacb8d0f74
Added Notification.OnNotificationDisplayed,
a way for plugins to deal with notifications (blue dialogs).
See demo plugin for example usage.

git-svn-id: https://radegast.googlecode.com/svn/trunk@175 f7a694da-4d33-11de-9ad6-1127a62b9fcd
Radegast/GUI/Notifications/FriendshipOfferNotification.cs
Radegast/GUI/Notifications/GenericNotification.cs
Radegast/GUI/Notifications/GroupInvitationNotification.cs
Radegast/GUI/Notifications/GroupNoticeNotification.cs
Radegast/GUI/Notifications/Notification.cs [new file with mode: 0644]
Radegast/GUI/Notifications/PermissionsNotification.cs
Radegast/GUI/Notifications/ScriptDialog.cs
Radegast/GUI/Notifications/TeleportNotification.cs
Radegast/Radegast.csproj
plugins/Radegast.Plugin.Demo/DemoPlugin.cs