/Docs/HeaderDoc/GrowlApplicationBridge/Categories/NSObject_GrowlApplicationBridgeDelegate_Installation_InformalProtocol_/Methods/Methods.html

https://github.com/netmask/growl · HTML · 105 lines · 105 code · 0 blank · 0 comment · 0 complexity · 4f9feaf5c7722244935ed22766e57123 MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Methods</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta name="generator" content="HeaderDoc">
  7. <style type="text/css"><!--a:link {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:active {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}h4 {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: tiny; font-weight: bold;}body {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: 10pt;}--></style>
  8. </head>
  9. <body bgcolor="#ffffff">
  10. <h1><font face="Geneva,Arial,Helvtica">Methods</font></h1>
  11. <br><a name="HeaderDoc_methods"></a><dl>
  12. <dt><tt><a href="CompositePage.html#//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlInstallationInformation" target="doc">-growlInstallationInformation</a></tt></dt>
  13. <dd>Return the information to display when installing.
  14. </dd>
  15. <dt><tt><a href="CompositePage.html#//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlInstallationWindowTitle" target="doc">-growlInstallationWindowTitle</a></tt></dt>
  16. <dd>Return the title of the installation window.
  17. </dd>
  18. <dt><tt><a href="CompositePage.html#//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlUpdateInformation" target="doc">-growlUpdateInformation</a></tt></dt>
  19. <dd>Return the information to display when upgrading.
  20. </dd>
  21. <dt><tt><a href="CompositePage.html#//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlUpdateWindowTitle" target="doc">-growlUpdateWindowTitle</a></tt></dt>
  22. <dd>Return the title of the upgrade window.
  23. </dd>
  24. </dl>
  25. <hr>
  26. <!-- headerDoc=instm; uid=//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlInstallationInformation; name=NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)::growlInstallationInformation --><a name="//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlInstallationInformation"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  27. <h3><a name="growlInstallationInformation">growlInstallationInformation</a></h3>
  28. </td></tr></table>
  29. <hr>
  30. <dl></dl>
  31. <p>Return the information to display when installing.
  32. </p>
  33. <blockquote><pre>- (<!-- a logicalPath="//apple_ref/occ/cl/NSAttributedString //apple_ref/occ/cl/NSAttributedString //apple_ref/occ/tdef/NSAttributedString //apple_ref/occ/tag/NSAttributedString //apple_ref/occ/econst/NSAttributedString //apple_ref/occ/struct/NSAttributedString //apple_ref/occ/clconst/NSAttributedString" --><font class="type">NSAttributedString</font><!-- /a --> <font class="type">*</font>)<font class="param">growlInstallationInformation</font>;</pre></blockquote>
  34. <dl>
  35. <dt><i>method result</i></dt>
  36. <dd>An NSAttributedString object to display.
  37. </dd>
  38. <h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
  39. <p>This information may be as long or short as desired (the window
  40. will be sized to fit it). It will be displayed to the user as an
  41. explanation of what Growl is and what it can do in your application. It
  42. should probably note that no download is required to install.<br>
  43. If this is not implemented, Growl will use a default, localized explanation.
  44. </p>
  45. </dl>
  46. <hr>
  47. <!-- headerDoc=instm; uid=//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlInstallationWindowTitle; name=NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)::growlInstallationWindowTitle --><a name="//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlInstallationWindowTitle"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  48. <h3><a name="growlInstallationWindowTitle">growlInstallationWindowTitle</a></h3>
  49. </td></tr></table>
  50. <hr>
  51. <dl></dl>
  52. <p>Return the title of the installation window.
  53. </p>
  54. <blockquote><pre>- (<!-- a logicalPath="//apple_ref/occ/cl/NSString //apple_ref/occ/cl/NSString //apple_ref/occ/tdef/NSString //apple_ref/occ/tag/NSString //apple_ref/occ/econst/NSString //apple_ref/occ/struct/NSString //apple_ref/occ/clconst/NSString" --><font class="type">NSString</font><!-- /a --> <font class="type">*</font>)<font class="param">growlInstallationWindowTitle</font>;</pre></blockquote>
  55. <dl>
  56. <dt><i>method result</i></dt>
  57. <dd>An NSString object to use as the title.
  58. </dd>
  59. <h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
  60. <p>If not implemented, Growl will use a default, localized title.
  61. </p>
  62. </dl>
  63. <hr>
  64. <!-- headerDoc=instm; uid=//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlUpdateInformation; name=NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)::growlUpdateInformation --><a name="//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlUpdateInformation"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  65. <h3><a name="growlUpdateInformation">growlUpdateInformation</a></h3>
  66. </td></tr></table>
  67. <hr>
  68. <dl></dl>
  69. <p>Return the information to display when upgrading.
  70. </p>
  71. <blockquote><pre>- (<!-- a logicalPath="//apple_ref/occ/cl/NSAttributedString //apple_ref/occ/cl/NSAttributedString //apple_ref/occ/tdef/NSAttributedString //apple_ref/occ/tag/NSAttributedString //apple_ref/occ/econst/NSAttributedString //apple_ref/occ/struct/NSAttributedString //apple_ref/occ/clconst/NSAttributedString" --><font class="type">NSAttributedString</font><!-- /a --> <font class="type">*</font>)<font class="param">growlUpdateInformation</font>;</pre></blockquote>
  72. <dl>
  73. <dt><i>method result</i></dt>
  74. <dd>An NSAttributedString object to display.
  75. </dd>
  76. <h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
  77. <p>This information may be as long or short as desired (the window
  78. will be sized to fit it). It will be displayed to the user as an
  79. explanation that an updated version of Growl is included in your
  80. application and no download is required.<br>
  81. If this is not implemented, Growl will use a default, localized explanation.
  82. </p>
  83. </dl>
  84. <hr>
  85. <!-- headerDoc=instm; uid=//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlUpdateWindowTitle; name=NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)::growlUpdateWindowTitle --><a name="//apple_ref/occ/instm/NSObject(GrowlApplicationBridgeDelegate_Installation_InformalProtocol)/growlUpdateWindowTitle"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  86. <h3><a name="growlUpdateWindowTitle">growlUpdateWindowTitle</a></h3>
  87. </td></tr></table>
  88. <hr>
  89. <dl></dl>
  90. <p>Return the title of the upgrade window.
  91. </p>
  92. <blockquote><pre>- (<!-- a logicalPath="//apple_ref/occ/cl/NSString //apple_ref/occ/cl/NSString //apple_ref/occ/tdef/NSString //apple_ref/occ/tag/NSString //apple_ref/occ/econst/NSString //apple_ref/occ/struct/NSString //apple_ref/occ/clconst/NSString" --><font class="type">NSString</font><!-- /a --> <font class="type">*</font>)<font class="param">growlUpdateWindowTitle</font>;</pre></blockquote>
  93. <dl>
  94. <dt><i>method result</i></dt>
  95. <dd>An NSString object to use as the title.
  96. </dd>
  97. <h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
  98. <p>If not implemented, Growl will use a default, localized title.
  99. </p>
  100. </dl>
  101. <p></p>
  102. <p>&copy; The Growl Project (Last Updated May 14, 2005)
  103. </p>
  104. </body>
  105. </html>