Contributions from mvorkosigan@gmail.com
svn path=/trunk/gtk-sharp/; revision=43115
This commit is contained in:
parent
a87318f9c5
commit
dc66e2b0e8
1 changed files with 10 additions and 6 deletions
|
@ -153,7 +153,8 @@ public class GladeApp
|
|||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="type">an object of type <see cref="T:System.Type" /></param>
|
||||
<remarks></remarks>
|
||||
<remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="BindFields">
|
||||
|
@ -166,9 +167,11 @@ public class GladeApp
|
|||
<Parameter Name="target" Type="System.Object" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="target">an object of type <see cref="T:System.Object" /></param>
|
||||
<remarks></remarks>
|
||||
<summary>Binds the widgets declared in the Glade interface specification, to argument's suitable fields. These fields should be marked with the <see cref="T:Glade.WidgetAttribute" /> attributes. Any signal declared in the interface specification should be connected using <see cref="M:Glade.XML.SignalConnectFull" /> (for detailed control of signal connection) or <see cref="M:Glade.XML.SignalAutoconnect" />, the mirror image
|
||||
of this method.</summary>
|
||||
<param name="target">The object whose fields are to be bound to the <see cref="T:Glade.XML" /> object <see cref="T:System.Object" /></param>
|
||||
<remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Autoconnect">
|
||||
|
@ -508,11 +511,12 @@ public class GladeApp
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>GParamSpec needs to be wrapped</summary>
|
||||
<param name="pspec">a <see cref="T:System.IntPtr" />" /></param>
|
||||
<param name="pspec">a <see cref="T:System.IntPtr" />" /></param>
|
||||
<param name="str1ng">a <see cref="T:System.String" /></param>
|
||||
<param name="value">a <see cref="T:GLib.Value" /></param>
|
||||
<returns>a <see cref="T:System.Boolean" /></returns>
|
||||
<remarks></remarks>
|
||||
<remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SignalConnectFull">
|
||||
|
|
Loading…
Reference in a new issue