~ubuntu-branches/ubuntu/utopic/monodevelop/utopic-proposed

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.AppKit/DrawerWillResizeContentsDelegate.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (19.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120527180820-fydl21qnbnfr8w2t
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Type Name="DrawerWillResizeContentsDelegate" FullName="MonoMac.AppKit.DrawerWillResizeContentsDelegate">
 
2
  <TypeSignature Language="C#" Value="public delegate System.Drawing.SizeF DrawerWillResizeContentsDelegate(NSDrawer sender, SizeF toSize);" />
 
3
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DrawerWillResizeContentsDelegate extends System.MulticastDelegate" />
 
4
  <AssemblyInfo>
 
5
    <AssemblyName>MonoMac</AssemblyName>
 
6
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
7
  </AssemblyInfo>
 
8
  <Base>
 
9
    <BaseTypeName>System.Delegate</BaseTypeName>
 
10
  </Base>
 
11
  <Parameters>
 
12
    <Parameter Name="sender" Type="MonoMac.AppKit.NSDrawer" />
 
13
    <Parameter Name="toSize" Type="System.Drawing.SizeF" />
 
14
  </Parameters>
 
15
  <ReturnValue>
 
16
    <ReturnType>System.Drawing.SizeF</ReturnType>
 
17
  </ReturnValue>
 
18
  <Docs>
 
19
    <param name="sender">To be added.</param>
 
20
    <param name="toSize">To be added.</param>
 
21
    <summary>To be added.</summary>
 
22
    <returns>To be added.</returns>
 
23
    <remarks>To be added.</remarks>
 
24
  </Docs>
 
25
</Type>