some more docs: Glade and Atk mostly

svn path=/trunk/gtk-sharp/; revision=31721
This commit is contained in:
John Luke 2004-08-02 02:38:30 +00:00
parent 0cbff45649
commit 076642e2c7
19 changed files with 326 additions and 215 deletions

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>A string name/value pair representing a text attribute.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,7 +27,7 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Atk.Attribute" /></summary>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Atk.Attribute'</returns> <returns>a new <see cref="T:Atk.Attribute" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Name"> <Member MemberName="Name">
@ -56,8 +56,8 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary> The attribute name.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Value"> <Member MemberName="Value">
@ -69,7 +69,7 @@
<Parameters> <Parameters>
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary> the value of the attribute, represented as a string.</summary>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>

View file

@ -7,7 +7,7 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>Event handler.</summary>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
<Base> <Base>

View file

@ -7,7 +7,7 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>Event handler.</summary>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
<Base> <Base>

View file

@ -40,12 +40,13 @@
<Parameter Name="coords" Type="Atk.CoordType" /> <Parameter Name="coords" Type="Atk.CoordType" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the offset of the character located at coordinates <paramref name="x" /> and <paramref name="y" />. </summary>
<param name="x">To be added: an object of type 'int'</param> <param name="x"> screen x-position of character</param>
<param name="y">To be added: an object of type 'int'</param> <param name="y"> screen y-position of character</param>
<param name="coords">To be added: an object of type 'Atk.CoordType'</param> <param name="coords"> specify whether coordinates are relative to the screen or widget window</param>
<returns>To be added: an object of type 'int'</returns> <returns> the offset to the character which is located at the specified x and y coordinates.</returns>
<remarks>To be added</remarks> <remarks>
<paramref name="x" /> and <paramref name="y" /> are interpreted as being relative to the screen or this widget's window depending on <paramref name="coords" />.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="SetSelection"> <Member MemberName="SetSelection">
@ -60,12 +61,13 @@
<Parameter Name="end_offset" Type="System.Int32" /> <Parameter Name="end_offset" Type="System.Int32" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Changes the start and end offset of the specified selection.</summary>
<param name="selection_num">To be added: an object of type 'int'</param> <param name="selection_num"> The selection number. The selected regions are assigned numbers that correspond to how far the region is from the start of the text. The selected region closest to the beginning of the text region is assigned the number 0, etc. Note that adding, moving or deleting a selected region can change the numbering.</param>
<param name="start_offset">To be added: an object of type 'int'</param> <param name="start_offset"> the new start position of the selection</param>
<param name="end_offset">To be added: an object of type 'int'</param> <param name="end_offset"> the new end position of the selection</param>
<returns>To be added: an object of type 'bool'</returns> <returns>
<remarks>To be added</remarks> <see langword="true" /> if success, <see langword="false" /> otherwise</returns>
<remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="SetCaretOffset"> <Member MemberName="SetCaretOffset">
@ -78,10 +80,11 @@
<Parameter Name="offset" Type="System.Int32" /> <Parameter Name="offset" Type="System.Int32" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Sets the caret (cursor) position to the specified offset.</summary>
<param name="offset">To be added: an object of type 'int'</param> <param name="offset">position</param>
<returns>To be added: an object of type 'bool'</returns> <returns>
<remarks>To be added</remarks> <see langword="true" /> if success, <see langword="false" /> otherwise.</returns>
<remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="RemoveSelection"> <Member MemberName="RemoveSelection">
@ -94,10 +97,11 @@
<Parameter Name="selection_num" Type="System.Int32" /> <Parameter Name="selection_num" Type="System.Int32" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Removes the specified selection.</summary>
<param name="selection_num">To be added: an object of type 'int'</param> <param name="selection_num"> The selection number. The selected regions are assigned numbers that correspond to how far the region is from the start of the text. The selected region closest to the beginning of the text region is assigned the number 0, etc. Note that adding, moving or deleting a selected region can change the numbering.</param>
<returns>To be added: an object of type 'bool'</returns> <returns>
<remarks>To be added</remarks> <see langword="true" /> if success, <see langword="false" /> otherwise</returns>
<remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetText"> <Member MemberName="GetText">
@ -111,11 +115,11 @@
<Parameter Name="end_offset" Type="System.Int32" /> <Parameter Name="end_offset" Type="System.Int32" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the specified text.</summary>
<param name="start_offset">To be added: an object of type 'int'</param> <param name="start_offset"> start position</param>
<param name="end_offset">To be added: an object of type 'int'</param> <param name="end_offset"> end position</param>
<returns>To be added: an object of type 'string'</returns> <returns> the text from <paramref name="start_offset" /> up to, but not including <paramref name="end_offset" />.</returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="AddSelection"> <Member MemberName="AddSelection">
@ -129,11 +133,12 @@
<Parameter Name="end_offset" Type="System.Int32" /> <Parameter Name="end_offset" Type="System.Int32" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Adds a selection bounded by the specified offsets.</summary>
<param name="start_offset">To be added: an object of type 'int'</param> <param name="start_offset"> the start position of the selected region</param>
<param name="end_offset">To be added: an object of type 'int'</param> <param name="end_offset"> the end position of the selected region</param>
<returns>To be added: an object of type 'bool'</returns> <returns>
<remarks>To be added</remarks> <see langword="true" /> if success, <see langword="false" /> otherwise</returns>
<remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="DefaultAttributes"> <Member MemberName="DefaultAttributes">
@ -143,9 +148,9 @@
<ReturnType>GLib.SList</ReturnType> <ReturnType>GLib.SList</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>Creates an <see cref="T:Atk.AttributeSet" /> which consists of the default values of attributes for the text.</summary>
<returns>To be added: an object of type 'GLib.SList'</returns> <returns> an <see cref="T:Atk.AttributeSet" /> which contains the default values of attributes, at <paramref name="offset" />.</returns>
<remarks>To be added</remarks> <remarks>See the enum <see cref="T:Atk.TextAttribute" /> for types of text attributes that can be returned. Note that other attributes may also be returned.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="NSelections"> <Member MemberName="NSelections">
@ -155,9 +160,9 @@
<ReturnType>System.Int32</ReturnType> <ReturnType>System.Int32</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the number of selected regions.</summary>
<returns>To be added: an object of type 'int'</returns> <returns> The number of selected regions, or -1 if a failure occurred.</returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="CaretOffset"> <Member MemberName="CaretOffset">
@ -167,9 +172,9 @@
<ReturnType>System.Int32</ReturnType> <ReturnType>System.Int32</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the offset position of the caret (cursor).</summary>
<returns>To be added: an object of type 'int'</returns> <returns> the offset position of the caret (cursor).</returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="CharacterCount"> <Member MemberName="CharacterCount">
@ -179,9 +184,9 @@
<ReturnType>System.Int32</ReturnType> <ReturnType>System.Int32</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the character count.</summary>
<returns>To be added: an object of type 'int'</returns> <returns> the number of characters.</returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="TextChanged"> <Member MemberName="TextChanged">
@ -192,8 +197,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Emitted when the text of the object which implements the AtkText interface changes.</summary>
<remarks>To be added</remarks> <remarks>This signal will have a detail which is either "insert" or "delete" which identifies whether the text change was an insertion or a deletion.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="TextSelectionChanged"> <Member MemberName="TextSelectionChanged">
@ -204,8 +209,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Emitted when the selected text of an object which implements AtkText changes.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="TextCaretMoved"> <Member MemberName="TextCaretMoved">
@ -216,8 +221,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Emitted when the caret position of the text of an object which implements AtkText changes.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="TextAttributesChanged"> <Member MemberName="TextAttributesChanged">
@ -228,8 +233,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Emitted when the text attributes of the text of an object which implements AtkText changes.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetTextAfterOffset"> <Member MemberName="GetTextAfterOffset">
@ -245,13 +250,47 @@
<Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" /> <Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the specified text.</summary>
<param name="offset">a <see cref="T:System.Int32" /></param> <param name="offset">position</param>
<param name="boundary_type">a <see cref="T:Atk.TextBoundary" /></param> <param name="boundary_type">a <see cref="T:Atk.TextBoundary" /></param>
<param name="start_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="start_offset"> the start offset of the returned string.</param>
<param name="end_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="end_offset"> the end offset of the returned string.</param>
<returns>a <see cref="T:System.String" /></returns> <returns> the text after <paramref name="offset" /> bounded by the specified <paramref name="boundary_type" />.</returns>
<remarks>To be added</remarks> <remarks>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.Char" /> the character after the offset is returned.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.WordStart" /> the returned string is from the word start after the offset to the next word start.
</para>
<para>
The returned string will contain the word after the offset if the offset is inside a word or if the offset is not inside a word.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.WordEnd" /> the returned string is from the word end at or after the offset to the next work end.
</para>
<para>
The returned string will contain the word after the offset if the offset is inside a word and will contain the word after the word after the offset if the offset is not inside a word.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.SentenceStart" /> the returned string is from the sentence start after the offset to the next sentence start.
</para>
<para>
The returned string will contain the sentence after the offset if the offset is inside a sentence or if the offset is not inside a sentence.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.SentenceEnd" /> the returned string is from the sentence end at or after the offset to the next sentence end.
</para>
<para>
The returned string will contain the sentence after the offset if the offset is inside a sentence and will contain the sentence after the sentence after the offset if the offset is not inside a sentence.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.LineStart" /> the returned string is from the line start after the offset to the next line start.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.LineEnd" /> the returned string is from the line end at or after the offset to the next line start.
</para>
</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetSelection"> <Member MemberName="GetSelection">
@ -266,12 +305,12 @@
<Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" /> <Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the text from the specified selection.</summary>
<param name="selection_num">a <see cref="T:System.Int32" /></param> <param name="selection_num"> The selection number. The selected regions are assigned numbers that correspond to how far the region is from the start of the text. The selected region closest to the beginning of the text region is assigned the number 0, etc. Note that adding, moving or deleting a selected region can change the numbering.</param>
<param name="start_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="start_offset"> passes back the start position of the selected region</param>
<param name="end_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="end_offset"> passes back the end position of the selected region</param>
<returns>a <see cref="T:System.String" /></returns> <returns> the selected text.</returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetTextBeforeOffset"> <Member MemberName="GetTextBeforeOffset">
@ -287,13 +326,47 @@
<Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" /> <Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the specified text.</summary>
<param name="offset">a <see cref="T:System.Int32" /></param> <param name="offset">position</param>
<param name="boundary_type">a <see cref="T:Atk.TextBoundary" /></param> <param name="boundary_type">a <see cref="T:Atk.TextBoundary" /></param>
<param name="start_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="start_offset"> the start offset of the returned string.</param>
<param name="end_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="end_offset"> the end offset of the returned string.</param>
<returns>a <see cref="T:System.String" /></returns> <returns> the text before <paramref name="offset" /> bounded by the specified <paramref name="boundary_type" />.</returns>
<remarks>To be added</remarks> <remarks>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.Char" /> the character after the offset is returned.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.WordStart" /> the returned string is from the word start after the offset to the next word start.
</para>
<para>
The returned string will contain the word after the offset if the offset is inside a word or if the offset is not inside a word.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.WordEnd" /> the returned string is from the word end at or after the offset to the next work end.
</para>
<para>
The returned string will contain the word after the offset if the offset is inside a word and will contain the word after the word after the offset if the offset is not inside a word.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.SentenceStart" /> the returned string is from the sentence start after the offset to the next sentence start.
</para>
<para>
The returned string will contain the sentence after the offset if the offset is inside a sentence or if the offset is not inside a sentence.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.SentenceEnd" /> the returned string is from the sentence end at or after the offset to the next sentence end.
</para>
<para>
The returned string will contain the sentence after the offset if the offset is inside a sentence and will contain the sentence after the sentence after the offset if the offset is not inside a sentence.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.LineStart" /> the returned string is from the line start after the offset to the next line start.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.LineEnd" /> the returned string is from the line end at or after the offset to the next line start.
</para>
</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetCharacterExtents"> <Member MemberName="GetCharacterExtents">
@ -311,14 +384,14 @@
<Parameter Name="coords" Type="Atk.CoordType" /> <Parameter Name="coords" Type="Atk.CoordType" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Get the bounding box containing the glyph representing the character at a particular text offset.</summary>
<param name="offset">a <see cref="T:System.Int32" /></param> <param name="offset"> The offset of the text character for which bounding information is required.</param>
<param name="x">a <see cref="T:System.Int32&amp;" /></param> <param name="x"> Pointer for the x cordinate of the bounding box.</param>
<param name="y">a <see cref="T:System.Int32&amp;" /></param> <param name="y"> Pointer for the y cordinate of the bounding box.</param>
<param name="width">a <see cref="T:System.Int32&amp;" /></param> <param name="width"> Pointer for the width of the bounding box</param>
<param name="height">a <see cref="T:System.Int32&amp;" /></param> <param name="height"> Pointer for the height of the bounding box.</param>
<param name="coords">a <see cref="T:Atk.CoordType" /></param> <param name="coords"> specify whether coordinates are relative to the screen or widget window</param>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetRunAttributes"> <Member MemberName="GetRunAttributes">
@ -333,12 +406,12 @@
<Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" /> <Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Creates an <see cref="T:Atk.AttributeSet" /> which consists of the attributes explicitly set at the position offset in the text. <paramref name="start_offset" /> and <paramref name="end_offset" /> are set to the start and end of the range around <paramref name="offset" /> where the attributes are invariant.</summary>
<param name="offset">a <see cref="T:System.Int32" /></param> <param name="offset"> the offset at which to get the attributes</param>
<param name="start_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="start_offset"> the address to put the start offset of the range</param>
<param name="end_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="end_offset"> the address to put the end offset of the range</param>
<returns>a <see cref="T:GLib.SList" /></returns> <returns> an <see cref="T:Atk.AttributeSet" /> which contains the attributes explicitly set at <paramref name="offset" />.</returns>
<remarks>To be added</remarks> <remarks>See the enum <see cref="T:Atk.TextAttribute" /> for types of text attributes that can be returned. Note that other attributes may also be returned.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetTextAtOffset"> <Member MemberName="GetTextAtOffset">
@ -354,13 +427,47 @@
<Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" /> <Parameter Name="end_offset" Type="System.Int32&amp;" RefType="out" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the specified text.</summary>
<param name="offset">a <see cref="T:System.Int32" /></param> <param name="offset"> position</param>
<param name="boundary_type">a <see cref="T:Atk.TextBoundary" /></param> <param name="boundary_type">a <see cref="T:Atk.TextBoundary" /></param>
<param name="start_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="start_offset"> the start offset of the returned string.</param>
<param name="end_offset">a <see cref="T:System.Int32&amp;" /></param> <param name="end_offset"> the end offset of the returned string.</param>
<returns>a <see cref="T:System.String" /></returns> <returns> the text at <paramref name="offset" /> bounded by the specified <paramref name="boundary_type" />.</returns>
<remarks>To be added</remarks> <remarks>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.Char" /> the character after the offset is returned.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.WordStart" /> the returned string is from the word start after the offset to the next word start.
</para>
<para>
The returned string will contain the word after the offset if the offset is inside a word or if the offset is not inside a word.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.WordEnd" /> the returned string is from the word end at or after the offset to the next work end.
</para>
<para>
The returned string will contain the word after the offset if the offset is inside a word and will contain the word after the word after the offset if the offset is not inside a word.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.SentenceStart" /> the returned string is from the sentence start after the offset to the next sentence start.
</para>
<para>
The returned string will contain the sentence after the offset if the offset is inside a sentence or if the offset is not inside a sentence.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.SentenceEnd" /> the returned string is from the sentence end at or after the offset to the next sentence end.
</para>
<para>
The returned string will contain the sentence after the offset if the offset is inside a sentence and will contain the sentence after the sentence after the offset if the offset is not inside a sentence.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.LineStart" /> the returned string is from the line start after the offset to the next line start.
</para>
<para>
If the <paramref name="boundary_type" /> is <see cref="F:Atk.TextBoundary.LineEnd" /> the returned string is from the line end at or after the offset to the next line start.
</para>
</remarks>
</Docs> </Docs>
</Member> </Member>
</Members> </Members>

View file

@ -87,9 +87,9 @@
<ReturnValue /> <ReturnValue />
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Default constructor</summary>
<returns>a <see cref="T:Atk.Util" /></returns> <returns>a <see cref="T:Atk.Util" /></returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
</Members> </Members>

View file

@ -33,9 +33,10 @@
<Parameter Name="value" Type="GLib.Value" /> <Parameter Name="value" Type="GLib.Value" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Sets the value of this object.</summary>
<param name="value">an object of type <see cref="T:GLib.Value" /></param> <param name="value">an object of type <see cref="T:GLib.Value" /> which is the desired new accessible value.</param>
<returns>an object of type <see cref="T:System.Boolean" /></returns> <returns>
<see langword="true" /> if new value is successfully set, otherwise <see langword="false" />.</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -49,9 +50,9 @@
<Parameter Name="value" Type="GLib.Value" /> <Parameter Name="value" Type="GLib.Value" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the minimum value of this object.</summary>
<param name="value">an object of type <see cref="T:GLib.Value" /></param> <param name="value">an object of type <see cref="T:GLib.Value" /> representing the minimum accessible value</param>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetMaximumValue"> <Member MemberName="GetMaximumValue">
@ -64,9 +65,9 @@
<Parameter Name="value" Type="GLib.Value" /> <Parameter Name="value" Type="GLib.Value" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Gets the maximum value of this object.</summary>
<param name="value">an object of type <see cref="T:GLib.Value" /></param> <param name="value">an object of type <see cref="T:GLib.Value" /> representing the maximum accessible value</param>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GetCurrentValue"> <Member MemberName="GetCurrentValue">
@ -79,9 +80,9 @@
<Parameter Name="value" Type="GLib.Value" /> <Parameter Name="value" Type="GLib.Value" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>Internal constructor</summary> <summary>Gets the value of this object.</summary>
<param name="value">To be added: an object of type 'GLib.Value'</param> <param name="value">an object of type <see cref="T:GLib.Value" /> representing the current accessible value</param>
<remarks>This is a constructor used by derivative types of <see cref="T:Atk.Value" /> that would have their own GLib.GType assigned to it. This is not typically used by C# code.</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
</Members> </Members>

View file

@ -10,7 +10,7 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>The structure is used as part of the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
<Base> <Base>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.AccelInfo" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.AccelInfo'</returns> <returns>an object of type <see cref="T:Glade.AccelInfo" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Key"> <Member MemberName="Key">

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>This structure is used as part of the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.AtkActionInfo" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.AtkActionInfo'</returns> <returns>an object of type <see cref="T:Glade.AtkActionInfo" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="ActionName"> <Member MemberName="ActionName">

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>The structure is used as part of the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.AtkRelationInfo" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.AtkRelationInfo'</returns> <returns>an object of type <see cref="T:Glade.AtkRelationInfo" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Target"> <Member MemberName="Target">

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>The structure is used as part of the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.ChildInfo" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.ChildInfo'</returns> <returns>an object of type <see cref="T:Glade.ChildInfo" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="child"> <Member MemberName="child">

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>Global API elements for <see cref="N:Glade" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.Object</BaseTypeName> <BaseTypeName>System.Object</BaseTypeName>
@ -88,9 +88,9 @@
<ReturnValue /> <ReturnValue />
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Default constructor</summary>
<returns>a <see cref="T:Glade.Global" /></returns> <returns>a <see cref="T:Glade.Global" /></returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="RegisterCustomProp"> <Member MemberName="RegisterCustomProp">

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>Exception thrown when signal autoconnection fails.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.Exception</BaseTypeName> <BaseTypeName>System.Exception</BaseTypeName>

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>The structures described here are the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks>These structures are really only useful for people who are extending libglade to handle other widget sets, but it could also be useful for other applications that need to read glade XML files. If you only wish to use libglade, you don't need to worry about these functions and structures. </remarks>
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.Interface" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.Interface'</returns> <returns>an object of type <see cref="T:Glade.Interface" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Destroy"> <Member MemberName="Destroy">
@ -55,8 +55,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Frees the resources of this interface.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Dump"> <Member MemberName="Dump">
@ -69,9 +69,9 @@
<Parameter Name="filename" Type="System.String" /> <Parameter Name="filename" Type="System.String" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>This function dumps the contents of a <see cref="T:Glade.Interface" /> into a file as XML.</summary>
<param name="filename">To be added: an object of type 'string'</param> <param name="filename">a <see cref="T:System.String" /></param>
<remarks>To be added</remarks> <remarks>It is intended mainly as a debugging tool.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="toplevels"> <Member MemberName="toplevels">
@ -82,7 +82,7 @@
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added</summary> <summary>To be added</summary>
<returns>To be added: an object of type 'Glade.WidgetInfo'</returns> <returns>an object of type <see cref="T:Glade.WidgetInfo" /></returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>Glade's parser used to turn XML into its internal format.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.Object</BaseTypeName> <BaseTypeName>System.Object</BaseTypeName>
@ -30,11 +30,11 @@
<Parameter Name="domain" Type="System.String" /> <Parameter Name="domain" Type="System.String" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>This function parses a Glade XML interface file to a <see cref="T:Glade.Interface" /> object (which is libglade's internal representation of the interface data).</summary>
<param name="file">a <see cref="T:System.String" /></param> <param name="file">a <see cref="T:System.String" /></param>
<param name="domain">a <see cref="T:System.String" /></param> <param name="domain">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:Glade.Interface" /></returns> <returns>a <see cref="T:Glade.Interface" /></returns>
<remarks>To be added</remarks> <remarks>Generally, user code will not need to call this function. Instead, it should go through the <see cref="T:Glade.XML" /> interfaces.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="ParseBuffer"> <Member MemberName="ParseBuffer">
@ -48,11 +48,14 @@
<Parameter Name="domain" Type="System.String" /> <Parameter Name="domain" Type="System.String" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>This function is similar to <see cref="M:Glade.Parser.ParseFile()" />, except that it parses XML data from a buffer in memory.</summary>
<param name="buffer">a <see cref="T:System.String" /></param> <param name="buffer">a <see cref="T:System.String" /></param>
<param name="domain">a <see cref="T:System.String" /></param> <param name="domain">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:Glade.Interface" /></returns> <returns>a <see cref="T:Glade.Interface" /></returns>
<remarks>To be added</remarks> <remarks>This could be used to embed an interface into the executable, for instance.
<para>
Generally, user code will not need to call this function. Instead, it should go through the <see cref="T:Glade.XML" /> interfaces.
</para></remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName=".ctor"> <Member MemberName=".ctor">
@ -61,9 +64,9 @@
<ReturnValue /> <ReturnValue />
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Default constructor</summary>
<returns>a <see cref="T:Glade.Parser" /></returns> <returns>a <see cref="T:Glade.Parser" /></returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
</Members> </Members>

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>The structure is used as part of the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.Property" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.Property'</returns> <returns>an object of type <see cref="T:Glade.Property" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Name"> <Member MemberName="Name">

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>The structure is used as part of the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.SignalInfo" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.SignalInfo'</returns> <returns>an object of type <see cref="T:Glade.SignalInfo" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Name"> <Member MemberName="Name">

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>Some standard methods used by glade to build widgets.</summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.Object</BaseTypeName> <BaseTypeName>System.Object</BaseTypeName>
@ -31,11 +31,11 @@
<Parameter Name="info" Type="Glade.WidgetInfo" /> <Parameter Name="info" Type="Glade.WidgetInfo" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>This is the standard child building function.</summary>
<param name="self">a <see cref="T:Glade.XML" /></param> <param name="self">a <see cref="T:Glade.XML" /></param>
<param name="parent">a <see cref="T:Gtk.Widget" /></param> <param name="parent">a <see cref="T:Gtk.Widget" /></param>
<param name="info">a <see cref="T:Glade.WidgetInfo" /></param> <param name="info">a <see cref="T:Glade.WidgetInfo" /></param>
<remarks>To be added</remarks> <remarks>It simply calls <see cref="M:Gtk.Container.Add()" /> on each child to add them to the parent, and process any packing properties using the generic container packing properties interfaces.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName=".ctor"> <Member MemberName=".ctor">
@ -44,9 +44,9 @@
<ReturnValue /> <ReturnValue />
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Default constructor</summary>
<returns>a <see cref="T:Glade.Standard" /></returns> <returns>a <see cref="T:Glade.Standard" /></returns>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="BuildWidget"> <Member MemberName="BuildWidget">
@ -61,12 +61,12 @@
<Parameter Name="info" Type="Glade.WidgetInfo" /> <Parameter Name="info" Type="Glade.WidgetInfo" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>This is the standard widget building function.</summary>
<param name="xml">a <see cref="T:Glade.XML" /></param> <param name="xml">a <see cref="T:Glade.XML" /></param>
<param name="widget_type">a <see cref="T:GLib.GType" /></param> <param name="widget_type">a <see cref="T:GLib.GType" /></param>
<param name="info">a <see cref="T:Glade.WidgetInfo" /></param> <param name="info">a <see cref="T:Glade.WidgetInfo" /></param>
<returns>a <see cref="T:Gtk.Widget" /></returns> <returns>a <see cref="T:Gtk.Widget" /></returns>
<remarks>To be added</remarks> <remarks>It processes all the widget properties using the standard object properties interfaces. This function will be sufficient for most widget types, thus reducing the amount of work needed to wrap a library.</remarks>
</Docs> </Docs>
</Member> </Member>
</Members> </Members>

View file

@ -10,8 +10,8 @@
</AssemblyInfo> </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> <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>
<Docs> <Docs>
<summary>To be added</summary> <summary>The structures described here are the output of libglade's XML parser.</summary>
<remarks>To be added</remarks> <remarks>These structures are really only useful for people who are extending libglade to handle other widget sets, but it could also be useful for other applications that need to read glade XML files. If you only wish to use libglade, you don't need to worry about these functions and structures. </remarks>
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.ValueType</BaseTypeName> <BaseTypeName>System.ValueType</BaseTypeName>
@ -27,8 +27,8 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns an empty <see cref="T:Glade.WidgetInfo" /></summary>
<remarks>To be added</remarks> <remarks />
</Docs> </Docs>
</Member> </Member>
<Member MemberName="New"> <Member MemberName="New">
@ -41,10 +41,10 @@
<Parameter Name="raw" Type="System.IntPtr" /> <Parameter Name="raw" Type="System.IntPtr" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Internal method</summary>
<param name="raw">To be added: an object of type 'IntPtr'</param> <param name="raw">an object of type <see cref="T:System.IntPtr" /></param>
<returns>To be added: an object of type 'Glade.WidgetInfo'</returns> <returns>an object of type <see cref="T:Glade.WidgetInfo" /></returns>
<remarks>To be added</remarks> <remarks>This is an internal method and should not be used by user code.</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="children"> <Member MemberName="children">

View file

@ -652,8 +652,8 @@ public class GladeApp
This is used while the tree is being built to set the toplevel window that This is used while the tree is being built to set the toplevel window that
is currently being built. is currently being built.
</summary> </summary>
<param name="value">To be added: an object of type 'Gtk.Window'</param> <param name="value">an object of type <see cref="T:Gtk.Window" /></param>
<returns>To be added: an object of type 'Gtk.Window'</returns> <returns>an object of type <see cref="T:Gtk.Window" /></returns>
<remarks> <remarks>
<para> <para>
This is used while the tree is being built to set the This is used while the tree is being built to set the
@ -735,8 +735,8 @@ public class GladeApp
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>returns a widget created from the glade xml file. </summary> <summary>returns a widget created from the glade xml file. </summary>
<returns>a <see cref="T:Gtk.Widget" /> or null when the the widget with taht name is't found.</returns> <returns>a <see cref="T:Gtk.Widget" /> or null when the the widget with that name is not found.</returns>
<remarks>To be added</remarks> <remarks>An indexer of the widgets that acts like GetWidget</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="FromStream"> <Member MemberName="FromStream">
@ -751,12 +751,12 @@ public class GladeApp
<Parameter Name="domain" Type="System.String" /> <Parameter Name="domain" Type="System.String" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Creates a new <see cref="T:Glade.XML" /> from a stream.</summary>
<param name="stream">a <see cref="T:System.IO.Stream" /></param> <param name="stream">a <see cref="T:System.IO.Stream" /></param>
<param name="root">a <see cref="T:System.String" /></param> <param name="root">a <see cref="T:System.String" /></param>
<param name="domain">a <see cref="T:System.String" /></param> <param name="domain">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:Glade.XML" /></returns> <returns>a <see cref="T:Glade.XML" /></returns>
<remarks>To be added</remarks> <remarks>Reads the contents of the stream and parses it. It must be in correct Glade format</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="FromAssembly"> <Member MemberName="FromAssembly">
@ -772,13 +772,13 @@ public class GladeApp
<Parameter Name="domain" Type="System.String" /> <Parameter Name="domain" Type="System.String" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns a new <see cref="T:Glade.XML" /> from a resource in an assembly.</summary>
<param name="assembly">a <see cref="T:System.Reflection.Assembly" /></param> <param name="assembly">a <see cref="T:System.Reflection.Assembly" /></param>
<param name="resource_name">a <see cref="T:System.String" /></param> <param name="resource_name">a <see cref="T:System.String" /></param>
<param name="root">a <see cref="T:System.String" /></param> <param name="root">a <see cref="T:System.String" /></param>
<param name="domain">a <see cref="T:System.String" /></param> <param name="domain">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:Glade.XML" /></returns> <returns>a <see cref="T:Glade.XML" /></returns>
<remarks>To be added</remarks> <remarks>Reads the contents of the resource in the given assembly and parses it. If the assembly is null, the current assembly will be used. It must be in correct Glade format</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="FromAssembly"> <Member MemberName="FromAssembly">
@ -793,12 +793,12 @@ public class GladeApp
<Parameter Name="domain" Type="System.String" /> <Parameter Name="domain" Type="System.String" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>Returns a new <see cref="T:Glade.XML" /> from a resource in the current assembly.</summary>
<param name="resource_name">a <see cref="T:System.String" /></param> <param name="resource_name">a <see cref="T:System.String" /></param>
<param name="root">a <see cref="T:System.String" /></param> <param name="root">a <see cref="T:System.String" /></param>
<param name="domain">a <see cref="T:System.String" /></param> <param name="domain">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:Glade.XML" /></returns> <returns>a <see cref="T:Glade.XML" /></returns>
<remarks>To be added</remarks> <remarks>Reads the contents of the resource in the given assembly and parses it. If the assembly is null, the current assembly will be used. It must be in correct Glade format</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="GType"> <Member MemberName="GType">