2003-02-12 01:58:03 +00:00
<Type Name= "ApplyCustomPropFunc" FullName= "Glade.ApplyCustomPropFunc" >
2007-01-15 21:28:02 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public delegate void ApplyCustomPropFunc(XML xml, Widget widget, string propname, string value);" />
2003-02-12 01:58:03 +00:00
<AssemblyInfo >
<AssemblyName > glade-sharp</AssemblyName>
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2009-01-08 16:40:35 +00:00
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
2003-02-12 01:58:03 +00:00
<Docs >
2005-05-23 20:41:51 +00:00
<param name= "xml" > To be added.</param>
<param name= "widget" > To be added.</param>
<param name= "propname" > To be added.</param>
<param name= "value" > To be added.</param>
2004-07-14 02:01:45 +00:00
<summary > Event handler.</summary>
2005-05-23 20:41:51 +00:00
<remarks >
</remarks>
2003-02-12 01:58:03 +00:00
</Docs>
<Members />
2003-09-09 22:40:47 +00:00
<Parameters >
<Parameter Name= "xml" Type= "Glade.XML" />
<Parameter Name= "widget" Type= "Gtk.Widget" />
<Parameter Name= "propname" Type= "System.String" />
<Parameter Name= "value" Type= "System.String" />
</Parameters>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
2005-05-23 20:41:51 +00:00
</Type>