gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.An object for rendering a single cell on a
The is a base class of a set of objects used for rendering a cell to a .
These objects are used primarily by the widget, though they are not tied to them in any specific way.
It is worth noting that is not a and cannot be treated as such.
The primary use of a is for drawing a certain graphical elements on a .
Typically, one is used to draw many cells on the screen.
To this extent, it is not expected that a keep any permanent state around.
Instead, any state is set just prior to use.
Then, the cell is measured using .
Finally, the cell is rendered in the correct location using .
There are a number of rules that must be followed when writing a new .
First and foremost, it is important that a certain set of properties will always yield a of the same size, barring a change.
The also has a number of generic properties that are expected to be honored by all children.
Gtk.ObjectGLib.IWrapperSystem.IDisposableMethodSystem.VoidInvokes the virtual render function of the .
an object of type
an object of type
an object of type
an object of type
an object of type
an object of type
The three passed-in rectangles are areas of .
Most renderers will draw within ;
includes the blank space around the cell, and also the area containing the tree expander; so the rectangles for all cells tile to cover the entire window.
is a clip rectangle.
MethodSystem.VoidSets the renderer size to be explicit, independent of the properties set.
an object of type
an object of type To be addedMethodSystem.VoidTo be added
an object of type
an object of type To be addedMethodSystem.BooleanPasses an activate event to the for possible processing.
an object of type
an object of type
an object of type
an object of type
an object of type
an object of type an object of type Some s may use events; for example, toggles when it gets a mouse click.MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of CellRenderer, wrapping the C object.This is an internal constructor, and should not be used by user code.PropertySystem.Int32The fixed height.
an object of type an object of type PropertySystem.BooleanDisplay the cell.
an object of type an object of type PropertySystem.SingleThe x-align.
an object of type an object of type PropertySystem.Int32The fixed width.
an object of type an object of type PropertySystem.SingleThe y-align.
an object of type an object of type PropertySystem.BooleanRow has children.
an object of type an object of type PropertySystem.UInt32The ypad.
an object of type an object of type PropertySystem.UInt32The xpad.
an object of type an object of type PropertySystem.BooleanRow is an expander row, and is expanded.
an object of type an object of type PropertyGtk.CellRendererModeEditable mode of the CellRenderer.
an object of type an object of type PropertyGdk.ColorCell background color as a .
a a PropertySystem.StringCell background color as a .
a a PropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorProtected Constructor.
a a Chain to this constructor if you have manually registered a native value for your subclass.ConstructorTo be addeda To be addedMethodSystem.VoidObtains the and needed to render the cell.
a
a
a
a
a
a Used by view widgets to determine the appropriate size for the passed to gtk_cell_renderer_render(). If is not , fills in the x and y offsets (if set) of the cell relative to this location. Please note that the values set in and , as well as those in and are inclusive of the xpad and ypad properties.MethodSystem.VoidTo be added
a
a
a
a
a
a To be addedMethodGtk.CellEditablePasses an activate event to the for possible processing.
a
a
a
a
a
a a To be added