Class: Gtk::OverlayLayoutChild

Inherits:
LayoutChild show all
Defined in:
(unknown)

Instance Method Summary collapse

Methods inherited from LayoutChild

#child_widget, #child_widget=, #layout_manager, #layout_manager=

Instance Method Details

#clip_overlayBoolean

Retrieves whether the child is clipped.

Returns:

  • (Boolean)

    whether the child is clipped

#clip_overlay=(clip_overlay) ⇒ Boolean

Whether the child should be clipped to fit the parent's size.

Parameters:

  • clip_overlay (Boolean)

Returns:

  • (Boolean)

    clip-overlay

  • (Boolean)

    clip-overlay

#clip_overlay?Boolean

Whether the child should be clipped to fit the parent's size.

Returns:

  • (Boolean)

    clip-overlay

#measureBoolean

Retrieves whether the child is measured.

Returns:

  • (Boolean)

    whether the child is measured

#measure=(measure) ⇒ Boolean

Whether the child size should contribute to the GtkOverlayLayout's measurement.

Parameters:

  • measure (Boolean)

Returns:

  • (Boolean)

    measure

  • (Boolean)

    measure

#measure?Boolean

Whether the child size should contribute to the GtkOverlayLayout's measurement.

Returns:

  • (Boolean)

    measure