mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 09:45:35 +00:00
fe1260b924
* en/Gtk/EntryCompletionMatchFunc.xml * en/Gtk/EntryCompletion.xml * en/Gtk/CellLayout.xml * en/Gtk/CellLayoutDataFunc.xml * en/Gtk/Clipboard.xml * en/Gtk/ClipboardTargetsReceivedFunc.xml * en/Gtk/FileFilter.xml * en/Gtk/FileFilterFlags.xml * en/Gtk/FileFilterFunc.xml: Doc some delegate classes and the methods that use them; mostly functionality new to 2.4. * en/Gtk/RBTreeTraverseFunc.xml * en/Gtk/TextSegLineChangeFunc.xml * en/Gtk/TextSegSplitFunc.xml * en/Gtk/TextSegCheckFunc.xml * en/Gtk/TextUtilCharChosenFunc.xml * en/Gtk/TextSegCleanupFunc.xml * en/Gtk/TextSegDeleteFunc.xml * en/Gtk/IconThemeFileLineFunc.xml: Removed extraneous TBAs. svn path=/trunk/gtk-sharp/; revision=36921
173 lines
7.8 KiB
XML
173 lines
7.8 KiB
XML
<Type Name="CellLayout" FullName="Gtk.CellLayout">
|
|
<TypeSignature Language="C#" Value="public abstract interface CellLayout" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4]</AssemblyPublicKey>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
<AssemblyCulture>neutral</AssemblyCulture>
|
|
<Attributes />
|
|
</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>
|
|
<Docs>
|
|
<summary>Manages layout for table cells.</summary>
|
|
<remarks/>
|
|
</Docs>
|
|
<Base />
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>GLib.IWrapper</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<Attributes />
|
|
<Members>
|
|
<Member MemberName="Reorder">
|
|
<MemberSignature Language="C#" Value="public virtual void Reorder (Gtk.CellRenderer cell, int position);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="cell" Type="Gtk.CellRenderer" />
|
|
<Parameter Name="position" Type="System.Int32" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>Re-inserts <paramref name="cell"/> at <paramref name="position"/>.</summary>
|
|
<param name="cell">a <see cref="T:Gtk.CellRenderer" /></param>
|
|
<param name="position">a <see cref="T:System.Int32" /></param>
|
|
<remarks>
|
|
Note that <paramref name="cell"/> has already to be packed
|
|
into the cell layout for this to function properly.
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="PackEnd">
|
|
<MemberSignature Language="C#" Value="public virtual void PackEnd (Gtk.CellRenderer cell, bool expand);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="cell" Type="Gtk.CellRenderer" />
|
|
<Parameter Name="expand" Type="System.Boolean" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>
|
|
Adds the <paramref name="cell"/> to the end of the cell layout.
|
|
</summary>
|
|
<param name="cell">a <see cref="T:Gtk.CellRenderer" /></param>
|
|
<param name="expand">a <see cref="T:System.Boolean" />, TRUE if <paramref name="cell"/> is to be given extra space allocated to this cell layout.</param>
|
|
<remarks>
|
|
If <paramref name="expand"/> is FALSE, then the
|
|
cell is allocated no more space than it needs. Any unused space is
|
|
divided evenly between cells for which <paramref name="expand"/> is
|
|
TRUE.
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="PackStart">
|
|
<MemberSignature Language="C#" Value="public virtual void PackStart (Gtk.CellRenderer cell, bool expand);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="cell" Type="Gtk.CellRenderer" />
|
|
<Parameter Name="expand" Type="System.Boolean" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>
|
|
Packs <paramref name="cell"/> into the beginning of the cell layout.
|
|
</summary>
|
|
<param name="cell">a <see cref="T:Gtk.CellRenderer" /></param>
|
|
<param name="expand">a <see cref="T:System.Boolean" />, TRUE if <paramref name="cell"/> is to be given extra space allocated to this cell layout.</param>
|
|
<remarks>
|
|
If <paramref name="expand"/> is FALSE, then the
|
|
cell is allocated no more space than it needs. Any unused space is
|
|
divided evenly between cells for which <paramref name="expand"/> is
|
|
TRUE.
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="AddAttribute">
|
|
<MemberSignature Language="C#" Value="public virtual void AddAttribute (Gtk.CellRenderer cell, string attribute, int column);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="cell" Type="Gtk.CellRenderer" />
|
|
<Parameter Name="attribute" Type="System.String" />
|
|
<Parameter Name="column" Type="System.Int32" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>
|
|
Adds an attribute mapping to the list for this cell layout.
|
|
</summary>
|
|
<param name="cell">a <see cref="T:Gtk.CellRenderer" /></param>
|
|
<param name="attribute">a <see cref="T:System.String" /></param>
|
|
<param name="column">a <see cref="T:System.Int32" /></param>
|
|
<remarks>
|
|
The <paramref name="column"/> is the
|
|
column of the model to get a value from, and the <paramref name="attribute"/> is the
|
|
parameter on <paramref name="cell"/> to be set from the value. So for example if column 2
|
|
of the model contains strings, you could have the "text" attribute of a
|
|
<see cref="T:Gtk.CellRendererText"/> get its values from column 2.
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="ClearAttributes">
|
|
<MemberSignature Language="C#" Value="public virtual void ClearAttributes (Gtk.CellRenderer cell);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="cell" Type="Gtk.CellRenderer" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>Clears all existing attributes previously set with
|
|
<see cref="M:Gtk.CellLayout.SetAttributes"/>.</summary>
|
|
<param name="cell">a <see cref="T:Gtk.CellRenderer" /></param>
|
|
<remarks/>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="Clear">
|
|
<MemberSignature Language="C#" Value="public virtual void Clear ();" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>Unsets all the mappings on all renderers for this cell layout.</summary>
|
|
<remarks/>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="SetCellDataFunc">
|
|
<MemberSignature Language="C#" Value="public virtual void SetCellDataFunc (Gtk.CellRenderer cell, Gtk.CellLayoutDataFunc func, IntPtr func_data, IntPtr destroy);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="cell" Type="Gtk.CellRenderer" />
|
|
<Parameter Name="func" Type="Gtk.CellLayoutDataFunc" />
|
|
<Parameter Name="func_data" Type="System.IntPtr" />
|
|
<Parameter Name="destroy" Type="System.IntPtr" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>Sets up a data function for this layout.</summary>
|
|
<param name="cell">a <see cref="T:Gtk.CellRenderer" /></param>
|
|
<param name="func">a <see cref="T:Gtk.CellLayoutDataFunc" /></param>
|
|
<param name="func_data">a <see cref="T:System.IntPtr" />, the user data (FIXME: is this necessary in the Gtk# API?)</param>
|
|
<param name="destroy">a <see cref="T:System.IntPtr" />, the destroy notification (FIXME: is this necessary in the Gtk# API?)</param>
|
|
<remarks>
|
|
The data function is used instead of the standard attributes mapping for setting the
|
|
column value, and should set the value of the layout's cell renderer(s)
|
|
as appropriate. <paramref name="func"/> may be <see langword="null"/> to remove an older one.
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type>
|