MonobjcMonobjc Documented Class Library
GrowlNotificationTimedOutMessageMessage Method (clickContext)
NamespacesMonobjc.GrowlGrowlApplicationBridge..::..GrowlApplicationBridgeDelegateEventDispatcherGrowlNotificationTimedOutMessageMessage(Id)

Informs the delegate that a Growl notification timed out.

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

Available in Growl v1.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void GrowlNotificationTimedOutMessageMessage(
	Id clickContext
)
Public Sub GrowlNotificationTimedOutMessageMessage ( _
	clickContext As Id _
)
public:
void GrowlNotificationTimedOutMessageMessage(
	Id^ clickContext
)
Parameters
clickContext (Id)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Growl (Module: Monobjc.Growl)