Class: Gtk::GridLayoutChild
- Inherits:
-
LayoutChild
- Object
- LayoutChild
- Gtk::GridLayoutChild
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#column ⇒ Integer
The column to place the child in.
-
#column=(column) ⇒ Integer
The column to place the child in.
-
#column_span ⇒ Integer
The number of columns the child spans to.
-
#column_span=(column_span) ⇒ Integer
The number of columns the child spans to.
-
#row ⇒ Integer
The row to place the child in.
-
#row=(row) ⇒ Integer
The row to place the child in.
-
#row_span ⇒ Integer
The number of rows the child spans to.
-
#row_span=(row_span) ⇒ Integer
The number of rows the child spans to.
Methods inherited from LayoutChild
#child_widget, #child_widget=, #layout_manager, #layout_manager=
Instance Method Details
#column ⇒ Integer
The column to place the child in.
#column=(column) ⇒ Integer
The column to place the child in.
#column_span ⇒ Integer
The number of columns the child spans to.
#column_span=(column_span) ⇒ Integer
The number of columns the child spans to.
#row ⇒ Integer
The row to place the child in.
#row=(row) ⇒ Integer
The row to place the child in.
#row_span ⇒ Integer
The number of rows the child spans to.
#row_span=(row_span) ⇒ Integer
The number of rows the child spans to.