no more submodule
This commit is contained in:
25
GtkSharp/Source/OldStuff/doc/en/Atk/FocusHandler.xml
Normal file
25
GtkSharp/Source/OldStuff/doc/en/Atk/FocusHandler.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<Type Name="FocusHandler" FullName="Atk.FocusHandler">
|
||||
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void FocusHandler(Object arg1, bool arg2);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed FocusHandler extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>atk-sharp</AssemblyName>
|
||||
</AssemblyInfo>
|
||||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="arg1" Type="Atk.Object" />
|
||||
<Parameter Name="arg2" Type="System.Boolean" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="arg1">To be added.</param>
|
||||
<param name="arg2">To be added.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
<Members />
|
||||
</Type>
|
||||
Reference in New Issue
Block a user