MonobjcMonobjc Documented Class Library
Monobjc.Growl Namespace
NamespacesMonobjc.Growl
Wrapper of the Growl framework.
Declaration Syntax
C#Visual BasicVisual C++
namespace Monobjc.Growl
Namespace Monobjc.Growl
namespace Monobjc.Growl
Types
All TypesClassesInterfacesDelegates
IconTypeDescription
GrowlApplicationBridge..::..ApplicationIconDataForGrowlEventHandler

Return the <code>NSData</code> to treat as the application icon.

Original signature is '- (NSData *) applicationIconDataForGrowl'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..ApplicationIconForGrowlEventHandler

Return the <code>NSImage</code> to treat as the application icon.

Original signature is '- (NSImage *) applicationIconForGrowl'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..ApplicationNameForGrowlEventHandler

Return the name of this application which will be used for Growl bookkeeping.

Original signature is '- (NSString *) applicationNameForGrowl'

Available in Growl v1.2 and later.


GrowlApplicationBridge
GrowlApplicationBridge..::..GrowlApplicationBridgeDelegateEventDispatcher
GrowlApplicationBridge..::..GrowlInstallationInformationEventHandler

Return the information to display when installing.

Original signature is '- (NSAttributedString *)growlInstallationInformation'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..GrowlInstallationWindowTitleEventHandler

Return the title of the installation window.

Original signature is '- (NSString *)growlInstallationWindowTitle'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..GrowlIsReadyEventHandler

Informs the delegate that Growl has launched.

Original signature is '- (void) growlIsReady'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..GrowlNotificationTimedOutMessageEventHandler

Informs the delegate that a Growl notification timed out.

Original signature is '- (void) growlNotificationTimedOut:(id)clickContext'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..GrowlNotificationWasClickedMessageEventHandler

Informs the delegate that a Growl notification was clicked.

Original signature is '- (void) growlNotificationWasClicked:(id)clickContext'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..GrowlUpdateInformationEventHandler

Return the information to display when upgrading.

Original signature is '- (NSAttributedString *)growlUpdateInformation'

Available in Growl v1.2 and later.


GrowlApplicationBridge..::..GrowlUpdateWindowTitleEventHandler

Return the title of the upgrade window.

Original signature is '- (NSString *)growlUpdateWindowTitle'

Available in Growl v1.2 and later.


IGrowlApplicationBridgeDelegate
IGrowlApplicationBridgeInstallationDelegate
GrowlApplicationBridge..::..RegistrationDictionaryForGrowlEventHandler

Return the dictionary used to register this application with Growl.

Original signature is '- (NSDictionary *) registrationDictionaryForGrowl'

Available in Growl v1.2 and later.