Class: Gtk::OverlayLayoutChild
- Inherits:
-
LayoutChild
- Object
- LayoutChild
- Gtk::OverlayLayoutChild
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#clip_overlay ⇒ Boolean
Retrieves whether the child is clipped.
-
#clip_overlay=(clip_overlay) ⇒ Boolean
Whether the child should be clipped to fit the parent's size.
-
#clip_overlay? ⇒ Boolean
Whether the child should be clipped to fit the parent's size.
-
#measure ⇒ Boolean
Retrieves whether the child is measured.
-
#measure=(measure) ⇒ Boolean
Whether the child size should contribute to the
GtkOverlayLayout's measurement. -
#measure? ⇒ Boolean
Whether the child size should contribute to the
GtkOverlayLayout's measurement.
Methods inherited from LayoutChild
#child_widget, #child_widget=, #layout_manager, #layout_manager=
Instance Method Details
#clip_overlay ⇒ Boolean
Retrieves whether the child is clipped.
#clip_overlay=(clip_overlay) ⇒ Boolean
Whether the child should be clipped to fit the parent's size.
#clip_overlay? ⇒ Boolean
Whether the child should be clipped to fit the parent's size.
#measure ⇒ Boolean
Retrieves whether the child is measured.
#measure=(measure) ⇒ Boolean
Whether the child size should contribute to the GtkOverlayLayout's
measurement.
#measure? ⇒ Boolean
Whether the child size should contribute to the GtkOverlayLayout's
measurement.