GridLayoutChild
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_grid_layout_child_get_type ()" ) ]
public sealed class GridLayoutChild :
LayoutChild
`GtkLayoutChild` subclass for children in a `GtkGridLayout`.
Content:
Properties:
- public int column { get; set; }
The column to place the child in.
- public int column_span { get; set; }
The number of columns the child spans to.
- public int row { get; set; }
The row to place the child in.
- public int row_span { get; set; }
The number of rows the child spans to.
Creation methods:
Methods:
- public int get_column ()
Retrieves the column number to which this
attaches its left side.
- public int get_column_span ()
Retrieves the number of columns that this
spans to.
- public int get_row ()
Retrieves the row number to which this
attaches its top side.
- public int get_row_span ()
Retrieves the number of rows that this
spans to.
- public void set_column (int column)
Sets the column number to attach the left side of
this.
- public void set_column_span (int span)
Sets the number of columns this spans to.
- public void set_row (int row)
Sets the row to place this in.
- public void set_row_span (int span)
Sets the number of rows this spans to.
Inherited Members:
All known members inherited from class Gtk.LayoutChild
All known members inherited from class GLib.Object