GridLayoutChild
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_grid_layout_child_get_type ()" ) ]
public 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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref