gtk-sharp2.6.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A visible column in a widget.Gtk.ObjectGtk.CellLayoutMethodSystem.BooleanWhether to display the column.an object of type MethodSystem.VoidSets the cell renderer based on the and .
an object of type
an object of type
an object of type
an object of type That is, for every attribute mapping in , it will get a value from the set column on the , and use that value to set the attribute on the cell renderer. This is used primarily by the .MethodSystem.VoidEmit the clicked event on the column.MethodSystem.VoidSets the to use for the column.
an object of type
an object of type
an object of type
an object of type This function is used instead of the standard attributes mapping for setting the column value, and should set the value of the as appropriate. may be to remove an older one.ConstructorInternal constructor
Pointer to the C object.
This is an internal constructor, and should not be used by user code.ConstructorCreates a new object.PropertySystem.Int32The column that the model sorts on when this column is selected for sorting.an object of type PropertySystem.Int32The number of pixels to place between s packed into the column.an object of type GLib.Property(Name="spacing")PropertySystem.BooleanThe visibility of the .an object of type GLib.Property(Name="visible")PropertySystem.BooleanWhether the column can be reordered by the end user dragging the header.an object of type GLib.Property(Name="reorderable")PropertySystem.Int32Maximum allowed width of the column.an object of type GLib.Property(Name="max_width")PropertySystem.Int32Current width of the column.an object of type GLib.Property(Name="width")PropertySystem.BooleanWhether to show a sort indicator.an object of type GLib.Property(Name="sort_indicator")PropertyGtk.TreeViewColumnSizingResize mode of the column.an object of type GLib.Property(Name="sizing")PropertyGtk.SortTypeSort direction the sort indicator should indicate.an object of type GLib.Property(Name="sort_order")PropertySystem.Int32Minimum allowed width of the column.an object of type GLib.Property(Name="min_width")PropertySystem.SingleX Alignment of the column header text or widget.an object of type GLib.Property(Name="alignment")PropertySystem.StringTitle to appear in column header.an object of type GLib.Property(Name="title")PropertyGtk.WidgetWidget to put in column header button instead of column title.an object of type GLib.Property(Name="widget")PropertySystem.BooleanWhether the header can be clicked.an object of type GLib.Property(Name="clickable")PropertySystem.Int32Current fixed width of the column.an object of type GLib.Property(Name="fixed_width")PropertySystem.BooleanWhether column is user-resizable.an object of type GLib.Property(Name="resizable")EventSystem.EventHandlerEmitted when the column is clicked.GLib.Signal(CName="clicked")MethodSystem.VoidSets the to use for a renderer.
a
a This function is used instead of the standard attributes mapping for setting the column value, and should set the value of the as appropriate. may be to remove an older one.MethodSystem.VoidSets the current keyboard focus to be at , if the column contains 2 or more editable and activatable cells.
a ConstructorCreates a new
a
a
a ConstructorSystem.ParamArrayCreates a new
a
a
a MethodSystem.BooleanObtains the horizontal position and size of a cell in a column.
a
a
a a If the cell is not found in the column, and are not changed and is returned.MethodSystem.VoidObtains the width and height needed to render the column.
a
a
a
a
a This is used primarily by the .PropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.Obsolete(Message=null, IsError=False)PropertyGtk.CellRenderer[]Returns a list of all the s in the column, in no particular order.An array of s.PropertySystem.BooleanWhether this column gets share of extra width allocated to the widget.a GLib.Property(Name="expand")MethodSystem.VoidRe-inserts at .
a
a The given cell must already be packed into the layout for this method to work properly.MethodSystem.VoidAdds the to end of the column.
an object of type
an object of type If expand is , then the cell is allocated no more space than it needs. Any unused space is divided evenly between cells for which expand is .MethodSystem.VoidPacks the cell into the beginning of the column.
an object of type
an object of type If expand is , then the cell is allocated no more space than it needs. Any unused space is divided evenly between cells for which expand is .MethodSystem.VoidAdds an mapping to the list in .
an object of type
an object of type
an object of type The is the column of the model to get a value from, and the is the parameter on 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 get its values from column 2.MethodSystem.VoidClears all existing attributes.
an object of type MethodSystem.VoidUnsets all the mappings on all renderers on the .MethodSystem.VoidSet the data func used to set cell renderer attributes.
a
a MethodSystem.VoidSystem.ParamArraySets the attribute to model column bindings for a renderer.
a
a The array should consist of pairs of attribute name and column index.MethodSystem.VoidSets the to use for a renderer.
a
a This function is used instead of the standard attributes mapping for setting the column value, and should set the value of the as appropriate. may be to remove an older one.